How to run a plugin on all files?
Submitted by Monday, 4 August, 2008 - 17:33
on
How do I run a plugin's buffer operation on all files within my project?
More specifically, I'd like to run the WhiteSpace "remove trailing whitespace" capability on all my .java files (either based on ProjectViewer's file tree or just recursively on file system). I'd like to do the same with LazyImporter's "Quick Import" (to sort my import statements).
Is there a general way to batch execute such operations? Thanks!
More specifically, I'd like to run the WhiteSpace "remove trailing whitespace" capability on all my .java files (either based on ProjectViewer's file tree or just recursively on file system). I'd like to do the same with LazyImporter's "Quick Import" (to sort my import statements).
Is there a general way to batch execute such operations? Thanks!