Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Dialogs/Editor Options    [ Add a report in this area ]  
Report #:  5860   Status: Open
Color SpeedSetting reset the custom color setup
Project:  Delphi Build #:  4.453
Version:    7.0 Submitted By:   Igor Dorovskoy
Report Type:  Suggestion / Enhancement Request Date Reported:  9/4/2003 9:04:07 PM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   177530
Resolution: None  Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (2 Total Ratings)
4.50 out of 5
Total Votes: None
Description
This is a minor problem.

In the Delphi GUI Editor Properties is not possible to define custom Color SpeedSetting scheme. It's possible to change any predefined, but changes disappear as soon you switch over to other settings and return back.
Steps to Reproduce:
1. Tools -> Editor Options -> Color
2. (note: there is no button/option to create new color scheme)
3. Pick color scheme, e.g. Color SpeedSetting -> Twilight
4. Change any color, e.g. Comment -> Green
5. (you may stay with that color, but...)
6. Change the scheme to other, e.g. Color SpeedSetting -> Defaults
7. Return back to Twilight,  Color SpeedSetting -> Twilight
8. The Green Comments switched back to Silver.
Workarounds
1. Tune your color scheme and click OK to apply changes in Editor Properties menu

2. Keep all your Delphi windows opened and go into the directory:

  C:\> cd  C:\Documents and Settings\your_account_name\.borland\

3. Copy the file registry.slm to my_colors_registry.slm in case you lose your settings, e.g.

  C:\...\> copy registry.slm my_colors_registry.slm

4. Restore your setup when Delphi will trash it. You may keep more color profiles
   and write little service to manipulate them: save and restore when you need :-)
Attachment
None
Comments

Dave Nottage at 9/4/2003 10:15:04 PM -
By design. This is an enhancement request. FWIW, I think it is a good one :-)

Luigi Sandon at 9/8/2003 9:22:17 AM -
A way to save a custom color setting would be welcome, anyway.

Server Response from: ETNACODE01