Hi,
I have decided to bump this code to the top.
I have found this screen editor program to become a fully fledged project.
(a project is a collection of programs)..
The attached file will ditch all previous posts concerning Scrnedit.bas and Scrnedit.zip
There will be additional version upgrades in the near future.
Erik.
I have made an effort in making sure the QB64 version is backwards compatible with QB 1.1, QB 4.5, QB 7.1 (PDS) and VBdos Pro.
Now 3502 lines.
I have decided to bump this code to the top.
I have found this screen editor program to become a fully fledged project.
(a project is a collection of programs)..
The attached file will ditch all previous posts concerning Scrnedit.bas and Scrnedit.zip
There will be additional version upgrades in the near future.
Erik.
Code: (Select All)
New v4.0a:
Adds Ctrl-G RenameFile in SearchFiles.
Adds Ambig$ function to ValidFileChar2$
Adds file exists ValidFileChar3$ function to ScrnEdit.
New v4.1a:
Adds Tab and Shift-Tab to SearchFiles.
Adds Control-Right and Control-Left to SearchFiles.
Adds Control-Up and Control-Down to SearchFiles.
Checks Ctrl-D ChangeDrive is in drivelist.
New v4.2a:
Adds F4 AppendFile and F5 InsertFile to ScrnEdit.
Fixes array error in InsertFile.
Adds '-/+', 'a-z', 'A-Z', '0-9' to scan filename in SearchFiles.
Adds F3 to search filename in SearchFile. And Ctrl-F3 to repeat search.
New v4.3a:
Adds counters and continuous display to ListFiles.
Adds FormatString$ output display to ListFiles.
New v4.4a:
Adds prompt for DirSpec in SearchFiles.
Adds F4 to sort files and F5 to sort dirs in SearchFiles.
Adds F6 to recursively call SearchFiles.
I have made an effort in making sure the QB64 version is backwards compatible with QB 1.1, QB 4.5, QB 7.1 (PDS) and VBdos Pro.
Now 3502 lines.