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 - Some custom Font & Color settings reset on startup
Summary: Some custom Font & Color settings reset on startup
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 14:15 UTC by g.mann
Modified: 2016-10-21 01:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (55.42 KB, text/plain)
2016-10-13 14:15 UTC, g.mann
Details

Note You need to log in before you can comment on or make changes to this bug.
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).