aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Text Editor? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Text Editor?" Watch "Text Editor?" New topic
Author

Text Editor?

Drew Sullivan
Greenhorn

Joined: Feb 27, 2008
Posts: 18
Im curious as to which one I should be using. When i open code examples from the jdk using notepad, the code is just a jarbled mess. You can still pick out the code but it is annoying. Maybe im missing, i don't know.
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

On a Windows machine, you might try something like Crimson Editor.

On a Mac, Text Wrangler.
[ April 04, 2008: Message edited by: marc weber ]

"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

i need that in Linux. Can you help me


-Chiru
Mark Vedder
Ranch Hand

Joined: Dec 17, 2003
Posts: 624

For windows there is EditPad Pro which is a great text editor with syntax highlighting/coloring, phenomenal regular expression support, and some other great features. (You can even create your own color schemes if you don;t like the one's it comes with.) It is commercial and needs to be purchased, but is well worth the money. (There is a free trial version available). I've used EditPad pro for seven years now and love it. There is EditPad Lite which is free, but it lacks the syntax highlighting.

There's also jEdit. It's written in Java, so it runs on Windows, Mac, Linux and Unix. So an advantage it has is you can have a consistent editor on all platforms. It's an editor geared towards programmers, so it has "knowledge of" most languages, and has a lot of features. But that strength (lots of features) can also be a weakness in that some people find it a little daunting at first. It's open source and free to use.
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

As sometimes the java code is saved as "text with UNICODE" , and that Notpead dosent support unicode format, So try using a next editor just below to Notepad . i.e 'WordPad' , which opens your java code as it is with support to indention .


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
Drew Sullivan
Greenhorn

Joined: Feb 27, 2008
Posts: 18
Thanks for all your responses guys.
adam cannon
Greenhorn

Joined: Apr 02, 2008
Posts: 6
linux? emacs or vim.
mahesh kale
Greenhorn

Joined: Apr 02, 2008
Posts: 6
if yo are using linux then Kate,Kwrite for KDE.or in case of gnome there are gedit plugins for syntax highlight.

For windows you can use :
crimson editor
jel
jcreator
jedit
Notepad ++


For mac there are plenty of options:
intype is good one
you can better check apple forums,website for theworthy one.
Krishna Srinivasan
Ranch Hand

Joined: Jul 28, 2003
Posts: 1803
You can try Screem editor in Linux. I use it on ubuntu.


Krishna Srinivasan
OCAJP Mock Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Text Editor?
 
Similar Threads
applet
Emma Code coverage tool
public JDBC
Scrollbar flickers after using setText()
package java.nio.file does not exist