Loading and then editing a file
Submitted by Tuesday, 16 November, 2004 - 03:43
on
I have a macro which will parse and modify a list of files. It works as long as the files are preloaded. However, when I use the statement "FileBuffer = jEdit.openFile(view,FilePath+File);" The file is loaded, but it is not editable from within the macro! I can use the "iseditable" method to verify that the textarea is not editable after I open the file. I have spent much time and had no luck in finding out how to make the textarea editable after using an "openFile" statement.
I'm sure the answer is simple, but I have not found it.
Any help would be appreciated.
I'm sure the answer is simple, but I have not found it.
Any help would be appreciated.