New testing inputs: Version=0.0.0.7423
File
Open and existing file - works!
My only input here is that the file type list is too long,IMO, and 'All Files' is at the bottom. I
would put 1st or second but that is just a personal preference.
It is interesting that you allow the same file to be opened in more than one window at the same time
both editable and no synchronization between them.
Save All opened files - not working
It only saved the active tab file of the four open and modified files. The other three were
not saved (they also did not loose their * which was good)
Using Save All opened Files on a file tab created from "copy the contents of a file to a new document" did
not ask for a filename, once it just named it the same as the source document, a later trial then just
kept the filename as "[No Title] -10-"
Make a backup copy - works! but it would be an improvement to show the user the path and filename
of the backup file in the completion message box.
Recent File list not working correctly, screen shot attached. Also could not open any file on the list
by clicking it, presumably that is what it is for.
Edit
All working until Find - no dialogue is shown (You mentioned this in your update)
Find Next not working (You mentioned this in your update)
Replace worked - not sure why the button says 'Validate' though. Could not UNDO, all in French
Goto Line worked, understanding it is zero based, however the line number shown in the status bar is
1 based so Goto Line 5 shows 6 on the status bar. (You mentioned this in your update)
Locking/unlocking works.
Batch commands - did not try yet.
Selection
Check an expression - might consider adding double and single quotes and possibly /* */ ?
Also not robust - this expression [( ]) passes, as does this }{
everything else works!
Columns
Upper case works!
Lower case works!
Caveat, cursor selecting the columns must be on the first line.
Caveat, first row MUST have characters in the column. This is an issue if
the first line is shorter than following lines. Can't operate on column 25
of the document if line 0 only has 10 but other lines have 50
Clear column does not always clear the last line column, tested using RegEx.doc
Delete column does not always delete the last line column tested using RegEx.doc
Inverse column does not always delete the last line column tested using RegEx.doc
BUT these seemed to work ok on a different dummy file, but you should be able
to replicate using the RegEx.doc file.
Insert a column - worked and has UNDO
All for now.