* You are viewing Posts Tagged ‘wklej.org’

Introducing wklej.org integration for Eclipse JDT plug-in

Although I’ve wrote dozens of Eclipse plug-ins, all of them (except those for Eclipse DemoCamp) are during my day job. This time, I’ve managed to find enough free time and wrote simple yet useful plug-in for Eclipse JDT.

wklej.org icon wklej.org integration for Eclipse JDT

Main purpose of this plug-in is to provide convenient way of sharing pieces of code through wklej.org service.
wklej.org QuickFix

You’re able to send selection to wklej.org privately or publicly. To do that, select part of the code you want to share and press Ctrl+1 (Quick Fix context menu item). After successful send plug-in will open browser window/tab with result page from wklej.org. Plug-in also contribute preference page to set up your name displayed on the result page.

Download it here:
org.khrone.eclipse.jdt.wklej_0.1.0 (14.71 KB)
org.khrone.eclipse.jdt.wklej_0.1.0 source code (13.26 KB)

Plug-in requires Eclipse 3.4 Ganymede. First version supports only JDT (Java class files). Future version will support more environments, e.g. PDT, CDT.

Plug-in is published under Eclipse Public License (EPL). Read up on it here.

For a quick installation, drop plug-in file (org.khrone.eclipse.jdt.wklej_0.1.0.200902100044.jar) to dropins folder.

Enjoy and leave comments if you found the plug-in useful.