Eclipse plugin that takes text from the current editor, processes it through an external filter, and brings it back.
This is a fork that resumes the development of mihnita's external filter plugin.
I forked it because it appeared abandoned and it almost did what I needed but not quite. I am completely new to Eclipse plugin writing and I am refreshing my very stale Java skills. This has several consequences:
- There will be bugs.
- You will have to build the plugin yourself. No update site for now, let alone a Marketplace entry, as I have no idea how to do these.
The specific feature I needed is the ability to pass the full path of the file in the active editor to the tool script. Should work now, try ${__FILE__}
.
Original info and screenshots are still available at http://www.mihai-nita.net/java.
TODO: set up a webpage like the above.