Community
Participate
Working Groups
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 in Preferences -> Java -> Editor -> Syntax Coloring the Java-> Keyword exluding return -> bold does not have an effect to final view, which is always bold. Nevertheless, a preview shows correctly. Reproducible: Always Steps to Reproduce: 1. Go to Preferences -> Java -> Editor -> Syntax Coloring 2. Find Java-> Keyword exluding return 3. Uncheck bold 4. Notice that Preview is ok. Click "Apply"/"Ok". 5. Editor is still in bold.
Java editor bugs go to JDT/Text.
I cannot reproduce this using Eclipse SDK 3.7.1 http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/index.php or 3.8 M4: http://download.eclipse.org/eclipse/downloads/drops/S-3.8M4-201112091447/index.php with this code snippet: class A { int foo() { return 1; } } If you can reproduce with one of those builds then please provide more detailed steps.
Created attachment 209609 [details] screenshot of the problem screenshot of the problem
(In reply to comment #2) > I cannot reproduce this using Eclipse SDK 3.7.1 > http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/index.php > or 3.8 M4: > http://download.eclipse.org/eclipse/downloads/drops/S-3.8M4-201112091447/index.php > > with this code snippet: > > class A { > > int foo() { > return 1; > } > } > > > If you can reproduce with one of those builds then please provide more detailed > steps. Can you please try it with this release: http://eclipse.org/downloads/packages/eclipse-ide-parallel-application-developers-includes-incubating-components/indigosr1 p/s/ I attached a screen-shot.
p/s/ more precisely: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/SR1/eclipse-parallel-indigo-SR1-incubation-linux-gtk-x86_64.tar.gz
(In reply to comment #3) > Created attachment 209609 [details] > screenshot of the problem The editor in the picture isn't a Java editor.
(In reply to comment #6) > (In reply to comment #3) > > Created attachment 209609 [details] > > screenshot of the problem > > The editor in the picture isn't a Java editor. Sorry, that's my mistake. I though Eclipse does not distinguish between Java and C and applied the same rules. So I actually was changing it in the wrong place. Can you please delete this bug?
(In reply to comment #7) > (In reply to comment #6) > > (In reply to bug 368764 comment 7) > > > Created attachment 209609 [details] > > > screenshot of the problem > > > > The editor in the picture isn't a Java editor. > > Sorry, that's my mistake. I though Eclipse does not distinguish between Java > and C and applied the same rules. So I actually was changing it in the wrong > place. Some settings are shared (see General > Editors > Text Editors pref page). > Can you please delete this bug? I've marked it as 'INVALID' as we don't delete bugs.