Tagged Questions

1
vote
2answers
348 views

JEdit Macro - Open and Save File

I have a JEdit (BeanShell) macro which opens a specific file then immediately saves the file to my c:\temp folder (so that I don't accidentally update the real file). Here is the bean shell code: …