Archive for the ‘eclipse’ Category

Turn off Eclipse's tooltips

Monday, September 21st, 2009

Go to:

Window > Preferences > Java > Editors > Hovers

and disable Combined Hover.

Source: http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana

Eclipse 3.4 Show and Hide Breadcrumbs

Thursday, June 18th, 2009

Eclipse 3.4 Ganymede comes with a very handy Breadcrumbs Navigator which creates a breadcrumb above the source code editor. To open it, right click on the Java Editor and choose “Show in Breadcrumb”. Or simply toggle this navigator with the toolbar button:

eclipse-breadcrumb
For those of you who are unaware of what breadcrumbs do, it is navigation aid used in user interfaces. The term breadcrumbs comes from the trail of breadcrumbs left by Hansel and Gretal in the famous fairytale. It is a method for users to keep track of their locations in programs or documents. They really aid in user friendliness of a programme.


A similar tool is used on sites like Gumtree, lets say you are looking for free stuff on Gumtree, the site will uses breadcrumbs to help make it easier for you to navigate around it. It’s simpler to find where you have been and where you are going. They provide links back to each previous page the user navigated through to get to the page you are on now. Breadcrumbs provide a trail for the user to follow back to the starting or entry point.

Using SVN with Subclipse

Saturday, May 2nd, 2009

If you want to know the basics of SVN with Subclipse there’s no need to add anymore than what this article already says.

http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/

Was really helpful and clear to me.

Develop J2ME apps in Ubuntu with Eclipse, EclipseME & Sun Java Wireless Toolkit 2.5.2

Tuesday, June 24th, 2008

1-Download Sun’s Java Wireless Toolkit 2.5.2:
http://java.sun.com/products/sjwtoolkit/download.html

2-Install dependencies (found in the previous link):

yo@notebook# sudo apt-get install libxpm-dev libxt-dev libx11-dev libice-dev libsm-dev libc6-dev libstdc++6-dev

3-Install Sun’s Java Wireless Toolkit 2.5.2. Go to the dir were you downloaded the installer:

yo@notebook# chmod +x sun_java_wireless_toolkit-2_5_2-linux.bin
yo@notebook# ./sun_java_wireless_toolkit-2_5_2-linux.bin

You must enter the location of the JVM (I’m using JDK6 and it is located in /usr/lib/jvm/java-6-sun/bin/) and select a destination dir.

4-Install EclipseME plugin using the instructions found in:
a) http://eclipseme.org/docs/installation.html
b) http://eclipseme.org/docs/installEclipseME.html
c) http://eclipseme.org/docs/configuring.html

They work perfectly!

5-Now go develop some cool app for your mobile :-)

Reference: http://www.gonzalomarcote.com/blog/?p=15

Making PDT work with Eclipse 3.2

Wednesday, January 9th, 2008
  1. Go to Help>>Software Updates>>Find and Install. And select “Search new features to install”.
  2. Click “New Remote Site” button.
  3. Enter a name and URL (http://download.eclipse.org/tools/pdt/updates/). Click “OK” and then “Finish”.
    Making PDT work with Eclipse 3.2 Snapshot 1
  4. Uncheck “Show the latest version of a feature only”.
    Making PDT work with Eclipse 3.2 Snapshot 2
  5. Expand “PDT” and select “PDT Feature 0.7.0.v200…”.
    Making PDT work with Eclipse 3.2 Snapshot 3
    Version 0.7 is the one that works with Eclipse 3.2. If you want to install a newer version you will need Eclipse platform 3.3.
  6. Click “Finish” and after a few clicks more you will have PDTFeature working on Eclipse 3.2.