Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java editor

Status
Not open for further replies.

keizersoz

Programmer
Apr 22, 2004
67
BE
Hi everyone,

I have some java code that requires changes,so I need to be able to perform operations like searching multiple files etc. Currently I'm only working with notepad, where I can't search multiple files . Does someone know such an editor that I could download from the internet, preferably free of charge.

thanks in advance
Peter Brownings
 
If you don't quite want to go down the full IDE path, had a very good text editor which will perform the tasks you specified.
 
I really like EditPlus. Free 30 day trial. $30 (one time) after that. It has a feature that lets you search all the files in a particular directory at once.

--Dave
 
I swear by eclipse for Java.

For perl and php I use vi, EditPlus and BBEdit depending on the OS I am on at the time.

But for Java I use Eclipse all over the place. Love it!

 
real men don't use an editor for searching,
real men find:

It's a unix/linux tool, but available for windows too:

(a port for windows, not needing an emulator).
A lot of useful stuff comes along there (est.: 5MB) and if you get the taste of unxtools, come and switch to linux, where real men find :)
 
RealMen are not limited by their operating systems and can perform equally in a variety of environments :)

 
I thought real men manipulated the bits on the disk by hand. With magnets... :)
 
stefanwagner :
... good point - what is wrong with `find` piped through to `xargs` with some `cat` and `sed` to finsih off with.

Beautiful !
 
sedj: isn't used this way with textpad?

I guess I have to lern a bit about xargs.

Is 'sedj' somehow related to 'sed'?
 
>>>> Is 'sedj' somehow related to 'sed'?

my middle name is sedjwick !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top