| Summary: | [syntax highlighting] Keywords excluding return are always bold | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Denis Davydov <davydden> | ||||
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> | ||||
| Status: | RESOLVED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert, remy.suen | ||||
| Version: | 3.7.1 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Denis Davydov
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. |