Currently it's not possible to see which color scheme is active.
It would be nice if it was shown above the "Open Color Scheme..." button.
Show name of active color scheme
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Show name of active color scheme
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Show name of active color scheme
Hmm, I don't think that's possible. The color scheme file is more like a snapshot of values that's read into the Color settings. There is no persistent link with the color scheme file after that and all the colors can be freely customized and changed.
Blumentals Software Programmer
Re: Show name of active color scheme
So if you modify the colors after loading a color scheme, and exit the editor are the color setting stored in some other config file?
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Show name of active color scheme
Thanks for explanation. That makes sense..
There are 10 types of people in the world: Those who understand binary and those who don't.
- Will Fastie
- Posts: 160
- Joined: Mon Jan 31, 2005 6:47 pm
- Location: Timonium, MD USA
- Contact:
Re: Show name of active color scheme
It is possible. Just store the name of the most recently loaded scheme in the Registry as well. Call it "Current Scheme" or something similar.
If the user saves the current setting as a scheme, save that as the Current Scheme.
If the user loads a scheme and then makes changes, adjust the Current Scheme name to include the suffix "(modified)." I think the "modified" tag would also need to be stored in the Registry.
If the user saves the current setting as a scheme, save that as the Current Scheme.
If the user loads a scheme and then makes changes, adjust the Current Scheme name to include the suffix "(modified)." I think the "modified" tag would also need to be stored in the Registry.
- When a scheme is loaded and the Apply or OK button is clicked, modified is set to false.
- If a change is made to the scheme, modified is set to true when the Apply or OK button is clicked.
- If current settings are saved to a scheme, whether saving to an existing name or a new one, modified is set to false.
Will
WebDesignBuild.biz, Fastie.com
WebDesignBuild.biz, Fastie.com
Re: Show name of active color scheme
+1Will Fastie wrote:It is possible. Just store the name of the most recently loaded scheme in the Registry as well. Call it "Current Scheme" or something similar.
If the user saves the current setting as a scheme, save that as the Current Scheme.
If the user loads a scheme and then makes changes, adjust the Current Scheme name to include the suffix "(modified)." I think the "modified" tag would also need to be stored in the Registry.One plus of this would be the ability to load a scheme, modify it, and then save it under a different name (e.g., "Default Dark WF.xsc"). I think you can see the advantage here - I'll know the scheme is Default Dark but that it's Will Fastie's (WF) version, not the default.
- When a scheme is loaded and the Apply or OK button is clicked, modified is set to false.
- If a change is made to the scheme, modified is set to true when the Apply or OK button is clicked.
- If current settings are saved to a scheme, whether saving to an existing name or a new one, modified is set to false.
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Show name of active color scheme
You can click Save Color Scheme in Preferences -> Text Editor -> Colors and save the current scheme as e.g. My Color Scheme, after you have selected/tweaked the colors.
Blumentals Software Programmer
- Will Fastie
- Posts: 160
- Joined: Mon Jan 31, 2005 6:47 pm
- Location: Timonium, MD USA
- Contact:
Re: Show name of active color scheme
Yes, but that does not address this suggestion.Aivars wrote:You can click Save Color Scheme in Preferences -> Text Editor -> Colors and save the current scheme as e.g. My Color Scheme, after you have selected/tweaked the colors.
Will
WebDesignBuild.biz, Fastie.com
WebDesignBuild.biz, Fastie.com