Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Eclipse tips (For Version 3.5(Gelileo))

Created on Dec,7th,2009

File Accociations

Panel

Window -> Preferences -> General -> Editors -> File Associations

Annotations color

Panel

Window -> Preferences -> General -> Editors -> Text Editors -> Annotations

I like to change the "Occurences" color to orange or purple, which can be more easily noticed then the default color of grey.

JSEclipse

JSEclipse is an editor for javascript. It supports AJAX, and the Outline feature is more precise then others, as far as I have ever tried.

Project Homepage

Panel

http://www.interaktonline.com/Products/Eclipse/JSEclipse/Installation-Update/

h4 Update site

Panel

http://download.macromedia.com/pub/labs/jseclipse/autoinstall/Remember to set it as default editor for .js files

Amateras - my favorite XML editor

Project Homepage

Panel

http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor

...

Amaters says the file web.xml gernerated by Java5 has errors. To ignore such warnings, you can turn off the checker by:Right click your

Panel

project will show you "Properties for your-project-name"
-> Amateras -> Uncheck "XML Validation", Check "Remove markers when editor is closed"(at the bottem part of the window)

Buttons click bug under Ubuntu 9.10

Env:

Ubuntu 9.10 with Eclipse 3.5(Downloaded from Eclipse website, not installed from Synaptic).
Some buttons in eclipse window do not response to mouse click (A little more precisely saying, it does not response to mouse release events)

...

Problem: When using eclipse restart function, the environment variable will not be set. So you have to avoid use restart function in eclipse.

See here for details.

SVN Support

You have to change the default JVM to Sun's java but not the openjdk which is default JVM on Ubuntu. For my test, SVN connector does not work well under openjdk.

...