Re: What IDE for Java do you use?
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 12:11:28 GMT
On 31 Jan 2006 01:52:29 -0800, skudram@xxxxxxxxx wrote, quoted or
indirectly quoted someone who said :
>hi all. my favorite is .... "eclipse". and ... "jcreator" is very fast.
I am using eclipse. My main complaints are:
1. slow start up time.
2. refuses to reformat until I have all the syntax errors corrected.
But I need the reformatting to help me find the errors..
3. Error messages are extremely confusing. Pretty well all they do is
point you to roughly where the problem is. The actual wordings are
deliberately as obscure as possible.
Nice things:
1. global rename. change a class or method name, and everything in the
universe is fixed not just the Java source, not just the project you
are working on. All the clients get fixed too. It is so quick you
have no excuse not to implement a better or more consistent name if
you can think of it.
2. organise imports. Adds missing imports, tosses unnecessary ones.
3. reorder, add definition of variables and methods right beside
where I am working and then sort it later to where it belongs,
4. the instant recompile catches errors right away. It takes some
getting use to, but it is sort of like a typing tutor to teach you to
get it right first time with the instant feedback.
5. tree structured navigation makes it much easier to find anything
across a sea of projects.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- What IDE for Java do you use?
- From: Isend
- Re: What IDE for Java do you use?
- From: Andrey Kuznetsov
- Re: What IDE for Java do you use?
- From: skudram
- What IDE for Java do you use?
- Prev by Date: Re: What IDE for Java do you use?
- Next by Date: Re: Dialog box with clickable url
- Previous by thread: Re: What IDE for Java do you use?
- Next by thread: Re: What IDE for Java do you use?
- Index(es):
Relevant Pages
|
|