Versions Compared

Key

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

...

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 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/

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

Remember to set it as default editor for .xml .html .htm files

...

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 bq.

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

...

  • Before staring eclipse, set the environment variable of GDK_NATIVE_WINDOWS=1
    Panel

    bash$ export GDK_NATIVE_WINDOWS=1
    bash$ eclipse

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

...

With Mylyn project installed, install following plugins:

Panel

Galileo - http://download.eclipse.org/releases/galileo -> Collaboration
Subersive SVN Team Provider (Incubation)
Subersive SVN Intergration for the Mylyn Project(Optional) (Incubation)
Subversive SVN Connectors Site - http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/
Subversive SVN Connectors

After restart the eclipse, It will prompt you to select Connectors to install. I installed SVNKIT 1.1.7 1.2.2 1.3.0

...