Bug #7063 2006-04-07 20:14

maxgaspa

Settings lost

Using CB 2317 (Windows XP SP2) I got the following bug

Open Setting->Editor->Syntax Highlighting

Using the default color them click on "keyword" and select "Set 2" (it should be the user keyword set, isn't it?),

try to add a keyword to the list (currently I have the following list
DWORD HWND HINSTANCE
) for example add the keywod HANDLE.


Click OK and OK again to close the setting window.


The bug is: The modification is lost. No new keyword are really added.


My default.conf has

<editor>
   <keywords>
        <SET1>
      <str>DWORD HWND HINSTANCE</str>
        </SET1>
   </keywords>
   </editor>


manually modifying it to

<editor>
   <keywords>
        <SET1>
      <str>DWORD HWND HINSTANCE HANDLE</str>
        </SET1>
   </keywords>
   </editor>

seems to work.


In addition,

changing settings in the settings menu "sometimes" my customized default color highlight choices are lost. The
default colors turn to the original setting, loosing my customization.

I lost, for example, the color stettings change the toolbar icon size from 22x22 to 16x16 an back to 22x22.
This is an example. There are other ways to reproduce the bug, playing with the settings option it is simple to
observe the bug.
Category
Application::Editor
Group
 
Status
Closed
Close date
2006-04-24 18:36
Assigned to
 
pecan 2006-04-07 22:18

confirmed: SVN on 2319 Win XPsp2

Changing bkgrnd color sets default active bar color.

changing active bar color set default background color.

pecan 2006-04-13 18:17

Proposed Fix. See patch 990