| Author |
Java Syntax Highlighter
|
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
Hi All, I need some IDE for java, which would format the code and hightlight the syntax keywords. AND when I cut and paste the code from the IDE into word document, it should retain the syntax colors. Most of the IDEs, I work with, don't support this thing. Thanks Mohan
|
 |
NANDHIKANTI NARESHKUMAR
Greenhorn
Joined: May 10, 2003
Posts: 1
|
|
Originally posted by N Naresh Kumar: [QB]Hi Mohan, Better to go for an Editor of java the best known Editor is Edit Plus you download it free of cost just give the keyword to the google it will find it out to you. If you feel comfortable with this solution please to mail me at nnareshkumar@rediffmail.com [QB]
|
 |
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
Thanks for reply. But it does not solve my problem. Paste java code from this to word doc and all the code colors vanish!! I hope you understand my requirement. Thanks Mohan
|
 |
Andy Bowes
Ranch Hand
Joined: Jan 14, 2003
Posts: 171
|
|
Hi Mohan I don't believe that there are any editors out there that will do what you are asking. The colours are only put on by the presentation layer of the IDE as it renders the java file, the contents of the file are just plain text. It's basically like wanting to cut an paste a block of HTML into a Word document and expecting to see a web page in the document. regards Andy Bowes
|
Andy Bowes<br />SCJP, SCWCD<br />I like deadlines, I love the whoosing noise they make as they go flying past - Douglas Adams
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
What you could do is let your code be processed by a java2html converter and import the resulting html into word.
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
Thanks Ilja. It works. Mohan
|
 |
 |
|
|
subject: Java Syntax Highlighter
|
|
|