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.

4 Responses to “Introducing wklej.org integration for Eclipse JDT plug-in”

  1. Eric Rizzo said:

    Feb 18, 09 at 16:19

    This is a good idea, but I think its audience is limited by the service you’ve chosen. I think using an English-language service would reach a much broader audience.
    In fact, I’d recommend making the service be user-configurable. There are many services that could be chosen by the user, for example:
    http://www.rafb.net/paste/
    http://pastebin.com/
    http://pastie.org/

  2. Łukasz Milewski said:

    Feb 20, 09 at 00:06

    It’s something I have on my mind, but for the first release I want it to concentrate more on integration aspect rather than services implementation.

  3. Kuba Jurkiewicz said:

    Feb 23, 09 at 16:20

    Pretty cool!

  4. en0x said:

    Feb 24, 09 at 20:32

    Soon we will be launching english version of wklej.org ;)


Leave a Reply