Extending Eclipse itself with, say, Python [message #541208] |
Fri, 18 June 2010 13:34  |
Eclipse User |
|
|
|
For as long as Eclipse has been around I have wanted to be able to extend Eclipse itself with scripting, primarily the editor. What I want is analogous to the ability in Microsoft Word to record keystroke macros which can then be saved and run at will later, and also can be edited and extended as VB programs.
A very simple example would be to override the standard File-->Save operation in the Java editor to perform Ctrl-Shift-F, write a timestamped line to a log, and then save.
Or a refactoring tool which would take an arbitrary set of find/replace regex pairs and run them ALL.
Or rename a set of files with a given pattern to a different pattern.
Does DLTK permit this? If not, has anyone else given any though to it?
|
|
|
Re: Extending Eclipse itself with, say, Python [message #541279 is a reply to message #541208] |
Sat, 19 June 2010 07:50  |
Eclipse User |
|
|
|
Hi Chris,
DLTK is about creating IDEs for scripting languages or DSLs.
So it isn't what you are looking for.
You can find examples of automating Eclipse in Groovy Monkey project (also there was an attempt to move it to Eclipse under the name Eclipse Monkey, but it didn't succeed).
Btw, formatting on save in java editor is already implemented and you can just enable it in preferences.
Regards,
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.03557 seconds