Eclipse

IntelliJ and Eclipse Keyboard Shortcuts

IntelliJ, Eclipse, Textmate

Open Implementation: Command+Alt+b
Open Resource: Command+Shift+n, Command+Shift+r, Command+T
Delete Line: Command+y, Command+d, Control+Shift+k
Update Resources: fn+command+f10,
Adjust Text Size: Command+Scroll,
Assign to New Local Variable: Command+Alt+V, Command+1
Show Parameter Info: Command+P

Problems Upgrading from GMaven 1.0 to Gmaven 3.0 - Gmaven Alternatives Explored: Groovy Eclipse Compiler and Ant

I have been having problems with the GMaven stub generation in 1.3. Apparently it doesn't like multi-line strings in annotations and nested arrays in annotations. GMaven 1.0 still works great, but I am ready to retire GMaven all together. Looking for alternatives, I found two Ant plugin integration and using the Groovy Eclipse Compiler.

Ant integration is documented here:
http://docs.codehaus.org/display/GROOVY/Compiling+With+Maven2

You can updated the versions, and it will run smooth, but I prefer a more integrated approach that looks promising:

Subversive versus Subclipse

I have been evaluating both for several years.

Subclipse was the pioneer of the svn eclipse plugins and has been around for years. It is a tigris.org project which is the same as svn itself.

Subversive showed up a few releases ago and appeared to be part of the eclipse installation process (available under Install new software). However, at that time it was very painful to set it up because you had to add another repo (polarion.org) for the connector in order to make it functional. Now, however, this is no longer required.

Eclipse - Hide the Maven Target Directory from Open Resource Shortcut

Okay, there are two Maven plugins for Eclipse: m2eclipse and Q for Eclipse.

I use m2eclipse and I am a big Maven fan.  Unfortunately, I don't want resources to show up from my target directory when I use the open resource shortcut. So how do we get around this?

From what I understand there are three ways to do this.
1. Edit a xml file in the UI jar
2. Use a plugin available from the Eclipse plugin site.
3. Add the "derived" property to the target folder.

How to Convert to a Dynamic Web project... in Eclipse (Europa) 3.3 or 3.4 (Ganymede) or 3.6 Helios

Update: Eclipse 3.6 is *a lot* easier. They finally fixed this. Just go to Project > Properties. Then go to Facets and you can do everything from there.

Ever wondered why "Convert to a Dynamic Web project..." is under the Project Menu in Eclipse?

It is there for one reason and one reason only:

Syndicate content