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 68661 - Fonts&Colors|Syntax && Highlighting section not functional
Summary: Fonts&Colors|Syntax && Highlighting section not functional
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-11-14 15:32 UTC by Roman Strobl
Modified: 2007-11-05 13:40 UTC (History)
3 users (show)

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 Roman Strobl 2005-11-14 15:32:12 UTC
[NetBeans 200511131900; FC4; JDK 1.6.0-b59]

Issue Summary:
--------------
It is not possible to change font size. It doesn't get changed neither in
preview nor in the editor. This is probably the most important setting so it
should work.
Comment 1 Max Sauer 2005-11-16 08:14:49 UTC
Whole Syntax and Highlighting section is not functional. Fonts and Colors cannot
be changed ...
Comment 2 Jan Jancura 2005-11-16 08:48:08 UTC
Caused be some optimalization in ProxyLookup. Yarda is working on it.
Comment 3 Jaroslav Tulach 2005-11-16 09:25:56 UTC
I'll fix that as soon as unit tests in editor/settings/storage start to work. 
Martin promised to fix them. 
Comment 4 Martin Roskanin 2005-11-16 12:19:37 UTC
Tests fixed.
init target was (accidentally?) deleted

For now one test is failing - resultChanged is not fired after setting change.
Is this also the problem of this issue or is it only problem of the test?
Comment 5 Jaroslav Tulach 2005-11-16 14:40:34 UTC
I think I have a fix. Now I need to verify it and I'll commit it by tomorrow's 
build. 
Comment 6 Jaroslav Tulach 2005-11-17 14:10:47 UTC
I've made the editor/settings/storage test work. However it is still not 
enough to integrate to trunk. There are problems in areas I do not fully 
understand to. I need help. 
 
That is why I created a branch in editor module. Its name is immutable_68661 
and it is rooted at BLD200511161900 
 
Hanzi please take a look at it and help me, I am ready to provide support, but 
there is a lot of things that I do not understand in the layer files, etc. 
Comment 7 Jaroslav Tulach 2005-11-18 11:21:58 UTC
#68661: I would not say this is a fix, more just a work around which shall be 
fixed in better way 
 
/cvs/editor/mimelookup/src/org/netbeans/modules/editor/mimelookup/OldProxyLookup.java,v  
<--  OldProxyLookup.java 
initial revision: 1.1 
done 
Checking in api/editor/mimelookup/MimeLookup.java; 
/cvs/editor/mimelookup/src/org/netbeans/api/editor/mimelookup/MimeLookup.java,v  
<--  MimeLookup.java 
new revision: 1.5; previous revision: 1.4 
 
Comment 8 Jan Jancura 2005-11-18 13:54:29 UTC
fixed. 
to Jarda: there should be special issue covering "immutability", co this issue
can be closed.
Comment 9 Roman Strobl 2005-11-21 12:49:29 UTC
It seems to work now, marking as verified.