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 54549 - Font settings are lost between sessions
Summary: Font settings are lost between sessions
Status: RESOLVED DUPLICATE of bug 51945
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-02-04 13:30 UTC by Marian Petras
Modified: 2007-11-05 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (77.25 KB, text/plain)
2005-02-04 15:38 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2005-02-04 13:30:14 UTC
Fonts and colors options for the Java Editor are
not pertinent - they are lost between sessions.

When the font settings are being changed, a
warning message is printed in the console:

!!!!!!!!!!!!!!!!!!!!!!!!class
org.netbeans.modules.editor.options.PropertiesMIMEProcessor
type file haven't been found in
folder:org.openide.loaders.DataFolder@6b29e6[MultiFileObject@d4b473[nbfs://nbhost/SystemFileSystem/Editors/text/x-java/]]


A similar warning is printed when I try to change
settings for the Properties Editor:

!!!!!!!!!!!!!!!!!!!!!!!!class
org.netbeans.modules.editor.options.PropertiesMIMEProcessor
type file haven't been found in
folder:org.openide.loaders.DataFolder@11b1e39[MultiFileObject@1974028[nbfs://nbhost/SystemFileSystem/Editors/text/x-properties/]]
Comment 1 Martin Roskanin 2005-02-04 13:46:18 UTC
Marian, could you please attach ide.log file? Thanks...
Comment 2 Marian Petras 2005-02-04 15:38:45 UTC
Created attachment 20205 [details]
IDE log file
Comment 3 Miloslav Metelka 2005-02-04 16:12:26 UTC
Definitely needs to be resolved into 4.1.
Comment 4 Martin Roskanin 2005-02-14 12:36:52 UTC
It seems it is caused by
Warning: no known module corresponding to
ide5/core/org-netbeans-modules-utilities-cli.jar in
/usr/local/home/mp/sources/NetBeans/trunk/nb_all
java.io.IOException: Unsupported DOM document implementation!
java.lang.ClassNotFoundException: org.apache.xml.serialize.XMLSerializer
	at
org.openide.xml.XMLUtilImpl.handleImplementationException(XMLUtilImpl.java:207)
	at org.openide.xml.XMLUtilImpl.write(XMLUtilImpl.java:175)
	at org.openide.xml.XMLUtil.write(XMLUtil.java:298)
	...

Are you able to reproduce in standard dev build?
Did you installed some other modules?
Comment 5 Martin Roskanin 2005-03-11 09:37:08 UTC
During writing XML settings there is a problem with
ClassNotFoundException: org.apache.xml.serialize.XMLSerializer

The same as mentioned in issue #52857 and issue #51945

*** This issue has been marked as a duplicate of 51945 ***