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 268509

Summary: Some custom Font & Color settings reset on startup
Product: editor Reporter: g.mann
Component: SettingsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description g.mann 2016-10-13 14:15:09 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

Python Plugin manually installed, using Darcula Theme (also a plugin)

STEPS:
  * Open NetBeans
  * Click Tools>Settings>Options>Fonts & Colors
  * Change the language to Python
  * Change the foreground colors of the FALSE, TRUE, and NONE categories
  * Apply settings
  * Restart program

ACTUAL:
  The colors for the Python keywords FALSE, TRUE, and NONE changes to desired color, but when NetBeans restarts, they are reset to their default.

EXPECTED:
  The colors for the Python keywords should change, and the setting should be permanent.

Not all the settings are like this. The Python category "Mark Occurrences" does not reset, but stays the same way I set it every time. As do the C++ categories "Keyword" and "Keyword Directive".
Comment 1 g.mann 2016-10-13 14:15:12 UTC
Created attachment 162495 [details]
IDE log
Comment 2 soldatov 2016-10-19 17:49:36 UTC
Do you speak about issue https://netbeans.org/bugzilla/show_bug.cgi?id=268335 ?
Comment 3 g.mann 2016-10-21 01:04:00 UTC
(In reply to soldatov from comment #2)
> Do you speak about issue
> https://netbeans.org/bugzilla/show_bug.cgi?id=268335 ?

I don't think so.

Their problem: duplicating a profile causes category inheritance issues.

My problem: on startup, manually changed category settings revert back to default (not all, but some see initial post).

I would like to try that build mentioned in the other bug, when will it be available as a mainstream program (not a development build).