[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Save Action in Eclipse
|
Hi,
Currently, Eclipse compiles the changed file everytime I save. Is it
possible to add more task to the Save action of Eclipse? E.g. When I save a
file, it compiles, and organize imports and format the file for me?
I know I can add an Ant builder on top of a Java builder so that I can run
an Ant script whenver I save, but I can't add the eclipse specified action I
mentioned ("organize imports", "format the file") in an Ant file. Is this
correct?
If this is currently not possible, is it a good addition?
Thank you.