File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse 2.1 is here! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse 2.1 is here!" Watch "Eclipse 2.1 is here!" New topic
Author

Eclipse 2.1 is here!

David Weitzman
Ranch Hand

Joined: Jul 27, 2001
Posts: 1365
I'm going to wait until 2.1.1 before I try it, but from the New and Noteworthy page it looks like they've added some really great and useful features. Eclipse just gets better and better.
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
Phew! Finally managed to download it. I've been trying for days, but every time it would time out part way through the download.
I guess everyone else must have been trying as well, and at 65MB it's not a small thing!


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
I only managed to download it using a download manager... :roll:
BTW, 2.1 is quite stable (the last release candidate already was). The only problem I found till today is that you cannot "extract local variable" on a method parameter (it gives a NPE).


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
Robert MacEwan
Greenhorn

Joined: Apr 05, 2003
Posts: 13
debian unstable has it via apt-get


Robert MacEwan
john guthrie
Ranch Hand

Joined: Aug 05, 2002
Posts: 124
i upgraded from 2.1-RC to 2.1 and found some behavior i am not too keen on.
specifically, a lot of file extensions have been tied to external tools for editing. so if i click on a file whatever.xml in the navigator i no longer get whatever.xml in a text-edit window. i get a 5-second delay and then mozilla pops up trying to render my xml file. same for .xslt files, and other types (.sql for example) try to use OpenOffice for crying out loud.
i've looked through preferences and haven't found where this is configured. the file associations tab doesn't list any of these. i have "patched" most of them by adding a file association with a mapping to the text editor, but that is indeed a band-aid. for instance, i can map *.xslt to the text editor, but not *.xml (since i want to use the ant editor for build.xml).
anyone know how to turn this off? i've found eclipse to be a fantastic ide that gets better and better, but this has me buffaloed.
thanks.
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
Originally posted by john guthrie:
i can map *.xslt to the text editor, but not *.xml (since i want to use the ant editor for build.xml).

You can map *.xml to the text editor and build.xml to the ant editor without problems. You could also install XML-Buddy for the xml and xslt files...

anyone know how to turn this off? i've found eclipse to be a fantastic ide that gets better and better, but this has me buffaloed.

Right-click on the file, choose "open with..." and select the editor you like.
Hope this helps...
john guthrie
Ranch Hand

Joined: Aug 05, 2002
Posts: 124
Originally posted by Ilja Preuss:

You can map *.xml to the text editor and build.xml to the ant editor without problems. You could also install XML-Buddy for the xml and xslt files.

that's what i get for not even trying it. thanks. as for XML-Buddy, got any links. i did a google search with no results, also looked on http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=XML with same lack of results. i'd get all gooey inside over a nice xml editor...
Originally posted by Ilja Preuss:

Right-click on the file, choose "open with..." and select the editor you like.
Hope this helps...

that's what i end up doing, but after i've forgotten and clicked, then waited for mozilla to try to start, then killed it... grrr.
again, thanks!
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
Originally posted by john guthrie:
that's what i get for not even trying it. thanks.


as for XML-Buddy, got any links. i did a google search with no results, also looked on http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=XML with same lack of results. i'd get all gooey inside over a nice xml editor...

You probably missed that the result page is split in two? http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=XML&pager.offset=10 - it's the second plugin there.
john guthrie
Ranch Hand

Joined: Aug 05, 2002
Posts: 124
you're right. when did they invent this page 2 thing? modern technology, wow! next thing you know there'll be page 3's and so on.
maybe i should go home and get some rest.
thanks.
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
You're welcome! Have a good night's rest!
 
IntelliJ Java IDE
 
subject: Eclipse 2.1 is here!
 
Threads others viewed
Which IDE Supports Struts Validator
Development environment
Eclipse version in WSAD 5.1.2
Eclipse IDE
assert in eclipse IDE