Potential Technology

From GumTree

SMS Sender
http://www.argonauts.grupoaxion.com.ar/sms-sender/index.php
Eclipse Plug-in for sending SMS

Xnk Viewer
http://journals.tuxreports.com/lch/archives/002765.html
Turns Eclipse into a tablet PC

Subversion
http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/10/15/installing_subversion_on_windows_with_ec
Using subversion with Eclipse

Jasper Report http://www.eclipsezone.com/eclipse/forums/t53387.html
Integrating Jasper reports into SWT

Multiple Splitters
http://www.jroller.com/page/eu/20050707#enable_multiple_splitters_on_eclipse
Enable multiple splitters on Eclipse's Package Explorer view

EclipseNSIS
http://sourceforge.net/projects/eclipsensis
A plugin for the Eclipse platform which enables editing, compiling and testing Nullsoft Installer (NSIS) scripts

SMS Sender
http://www.tabaquismo.freehosting.net/ignacio/eclipse/index.html
Eclipse plugin for sending SMS messages

Eclipse Translator
http://www.ibs-quadrat.de/freeware/
Language translator (require connection to Altavista's Babelfish service)

KTable 2.0
http://sourceforge.net/projects/ktable
KTable 2.0 (currently GumTree is using 1.4)

Animated GIF for SWT
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet194.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
Export graphics as animated GIF

EclipseGoodies
http://wiki.nightlabs.de/en/EclipseGoodies
Interactive splash screen, login screen, and customised class loader for class sharing (may so Jython problem)

BIRT RCP
http://tools.osmosis.gr/blog/archives/2005/03/birt_rcp_viewer_1.html
Using BIRT on RCP

Mascara
http://www.eclipse.org/proposals/mascara/index.html
Open source implementationf of SWTPlus

Eclipse 3.2 Splash Screen
http://borisoneclipse.blogspot.com/2005/10/howto-splash-screen-with-progress.html
Howto:splash screen with progress Since 3.2 M1, Eclipse has integrated progress in the splash screen. This is how you get startup progress reporting for an Eclipse RCP application:

  • Use Eclipse 3.2 M1 or later.
  • Enable startup progress reporting by putting the following line into your preference customization file (often called plugin_customization.ini): org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
  • Define three additional properties in the product extension definition, like this:

<property name="startupForegroundColor" value="000000"/> <property name="startupMessageRect" value="7,320,285,20"/> <property name="startupProgressRect" value="7,300,285,15"/>

See also: http://www.eclipsezone.com/eclipse/forums/t53291.html