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 119257 - color editing problems
Summary: color editing problems
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM
: 119018 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-17 17:48 UTC by jerrett
Modified: 2008-03-04 10:43 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 jerrett 2007-10-17 17:48:05 UTC
This is a little tricky to describe, but here goes.. 


When editing a theme sometimes items in the "Language" dropdown have no Categories. Once this occurs, ALL items in the
Language category will no longer have any categories and you must CANCEL to get out. If you hit OK, all kind of badness
 can happen - I've seen entire Language options disapear (and I can't get them back without removing my netbeans profile
information)

this makes editing themes very fragile and awfully frustrating!
Comment 1 Vitezslav Stejskal 2007-10-18 12:56:42 UTC
Hi, thanks for the report. Would you be able to determine steps how to reproduce this problem or is it just plain
random? Are there any exceptions in the <userdir>/var/log/messages.log or console? What version/build of Netbeans are
you using? Thanks
Comment 2 Vitezslav Stejskal 2007-10-19 09:14:46 UTC
*** Issue 119018 has been marked as a duplicate of this issue. ***
Comment 3 Vitezslav Stejskal 2007-10-19 09:16:47 UTC
#119018 reports that this happens after selecting text/x-jsp in the languages combo.
Comment 4 jerrett 2007-10-19 17:31:49 UTC
The steps in 119018 sound like the same steps - i just tested and i got it to break when selecting "CSS" - on one
computer (linux), but works fine no another computer (mac) - the x-jsp option breaks it every time, on both computers




Comment 5 Vitezslav Stejskal 2007-10-22 09:33:36 UTC
Thanks for testing this. Could you please attach the log file so that we could check if there were any exceptions and
the Nb build you are using. Thanks
Comment 6 jerrett 2007-11-06 20:15:13 UTC
used todays build (5077) , still does the same thing


from the log: 



Compiler: HotSpot Client Compiler
Heap memory usage: initial 24.0MB maximum 63.6MB
Non heap memory usage: initial 28.2MB maximum 116.0MB
Garbage collector: Copy (Collections=200 Total time spent=0s)
Garbage collector: MarkSweepCompact (Collections=3 Total time spent=0s)
Classes: loaded=6725 total loaded=6727 unloaded 2
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 2,147,483,648
WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Tools/ marked with the position attribute:
[PaletteManager], but some are: [org-openide-actions-ToolsAction.instance, Separator1.instance,
LibrariesCustomizerAction.instance, org-netbeans-modules-ruby-rubyproject-gems-GemAction.shadow,
org-netbeans-modules-favorites-templates-TemplatesAction.instance,
org-netbeans-modules-xml-catalog-CatalogAction.instance, Separator2.instance,
org-netbeans-modules-autoupdate-ui-actions-PluginManagerAction.shadow, Separator3.instance]
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-el
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-ruby-string-double
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/xml
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: application/xml-dtd
WARNING [org.netbeans.modules.editor.impl.KitsTracker]: Ambiguous mime types for editor kit implementation class: class
org.netbeans.modules.languages.dataobject.LanguagesEditorKit; mime types: [text/sh, text/x-css-inlined, text/x-json,
text/x-manifest, text/javascript, text/x-diff, text/bat, text/x-string, text/x-yaml, text/x-nbs]
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-java
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-ruby-comment
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-jsp
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-properties
WARNING [org.netbeans.modules.options.editor.keymap.EditorBridge]: EditorKit not found for: text/x-ruby-string-single
WARNING [org.netbeans.editor.AnnotationType]: Can't find 'LAB_ParserAnnotation' in org.netbeans.modules.gsf.hints.Bundle
for AnnotationType 'org-netbeans-modules-gsf-hints-fixable_error'.
WARNING [org.netbeans.editor.AnnotationType]: Can't find 'CTL_Deprecation' in
org.netbeans.modules.languages.resources.Bundle for AnnotationType 'Deprecation2'.
WARNING [org.netbeans.editor.AnnotationType]: Can't find 'CTL_Deprecation' in
org.netbeans.modules.languages.resources.Bundle for AnnotationType 'Deprecation'.
WARNING [org.netbeans.editor.AnnotationType]: Can't find 'CTL_Warning' in
org.netbeans.modules.languages.resources.Bundle for AnnotationType 'Warning'.

Comment 7 Jan Jancura 2008-03-04 10:43:07 UTC
I am not able to reproduce this issue. Feel free to reopen this buf, if you have some reproducible test case.