This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 69595 - Options not saved
Summary: Options not saved
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 69711 (view as bug list)
Depends on:
Blocks: 69578
  Show dependency tree
 
Reported: 2005-11-30 10:29 UTC by kovica
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kovica 2005-11-30 10:29:56 UTC
I'm using NetBeans IDE Dev (Build 200511291900) on Linux with java 1.5.0_05.

I have created new userdir. When you edit some options the values are not saved.
How to reporoduce:
- start NB
- open Options dialog
- go to Fonts & Colors
- edit some font sizes, colors, ...
- click OK
- restart NB
- go to Options - Fonts & Colors

New you see the default values are back.
Comment 1 kovica 2005-11-30 10:35:37 UTC
Hmm, I think that values are saved, but not recognized the next time you start 
NetBeans. but I'm not sure about it.

I edited file USERDIR/config/Editors/NetBeans/defaultColoring.xml (I thing this 
is the file Fonts & Colors settings are stored in) and changed some sizes, 
colors, ... but I didn't see any changes in NetBeans's editor.
Comment 2 Roman Strobl 2005-11-30 13:04:15 UTC
I am able to reproduce. Marking as q-build stopper - this should work.
Comment 3 Jan Jancura 2005-11-30 13:05:15 UTC
I have fixed it yesterday, thanks.
Comment 4 Roman Strobl 2005-11-30 13:16:53 UTC
It still needs to be fixed in the q-build branch QBE200511291900 so it still is
a q-build stopper. I will verify the fix in tomorrow's daily build and if it
works ok you can proceed with the commit to the branch. Thanks.
Comment 5 Jan Jancura 2005-11-30 20:31:22 UTC
fixed in QBE200511291900

cvs commit -m "69621 Bunch of exceptions on import of settings from 4.1\n69595
Options not saved" -- ColoringStorage.java (in directory
C:\Hanz\Dev\qbuild\editor\settings\storage\src\org\netbeans\modules\editor\settings\storage)
Checking in ColoringStorage.java;
/cvs/editor/settings/storage/src/org/netbeans/modules/editor/settings/storage/ColoringStorage.java,v
 <--  ColoringStorage.java
new revision: 1.11.4.1; previous revision: 1.11
done
Comment 6 Roman Strobl 2005-12-01 14:09:20 UTC
Verified in both trunk and q-build branch.
Comment 7 Martin Roskanin 2005-12-02 10:42:45 UTC
*** Issue 69711 has been marked as a duplicate of this issue. ***