Results 1 to 4 of 4
Thread: Code formatting bug
- 04-25-2012, 07:28 AM #1
Code formatting bug
If a comment is wrapped by /* ... */ (block comment) it is rendered in blue and the succeeding lines have the same color until there is a /** ... */ doc comment. Otherwise, doc comments are rendered in gray. Sample that should show up the bug:
dbJava Code:Normal line // inline comment /** * Doc comment */ Another normal line /* block comment -- single line or multiline, doens't make a difference */ These lines will be rendered like the block comment // another inline comment /** * A doc comment * lines after the closing * of this comment will be * rendered sanely */ more code lines yet more // another inline comment
Why do they call it rush hour when nothing moves? - Robin Williams
- 04-26-2012, 03:36 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: Code formatting bug
What I find even clumsier is, if you try to copy and paste the code it ends up as one single line ... nasty ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 04-26-2012, 06:53 PM #3
Re: Code formatting bug
I haven't had that happen, neither with pasting into Notepad nor NetBeans.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 05-04-2012, 04:19 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
lines truncated in code formatting
By zweibieren in forum Suggestions & FeedbackReplies: 6Last Post: 12-19-2011, 06:13 PM -
Code formatting Issue
By camickr in forum Suggestions & FeedbackReplies: 21Last Post: 10-08-2011, 04:19 PM -
Formatting Java Code
By DoubleDee in forum Advanced JavaReplies: 5Last Post: 09-18-2010, 10:33 PM -
Need help formatting output and some code
By A5i19 in forum New To JavaReplies: 6Last Post: 11-09-2009, 04:58 AM -
formatting..
By sireesha in forum New To JavaReplies: 16Last Post: 06-26-2009, 07:11 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks