Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small full screen editor
#1
Hi,

I am sure full screen editors have been around for awhile but here is another one:

Erik.

Version history:

Code: (Select All)
Initial port to QB64 v1.0a
New v2.0a:
    Adds insert cursor for overstrike in Backspace, Tab, and InsertChar.
    Adds support for 40 column editing and display.
New v3.0a:
    Adds ListFiles and SearchFiles.
New v3.1a:
    Fixes some scrolling in SearchFiles.
New v3.2a:
  Adds Ctrl-C copyfile in SearchFiles.
  Adds Ctrl-D changedrive in SearchFiles.
  Adds OldSkool directory delete in SearchFiles.
New v3.3a:
  Adds F1 help key to ScrnEdit.
  Adds F1 help key to SearchFiles.
New v3.4a:
  Adds _hide to shell in SearchFiles.
  Adds drives to file list in SearchFiles.
  Adds shell to vol to SearchFiles.
New v3.5a:
   Moves F2 display in SearchFiles.
   Adds F4 toggle sort order in SearchFiles.
   Display Drive: and Dir: and File: in Display.Screen in SearchFiles.
New v3.6a:
   Adds DriveList to improve display in Display.Screen in SearchFiles.
   Adds custom FileExists and DirExists functions.
   Adds Ctrl-E MKdir and Ctrl-F refresh to SearchFiles.
New v3.7a:
   Adds buffer to Ctrl-C CopyFile in SearchFiles to improve copying speed.
   Adds F8 to recursively load file in ScrnEdit.
New v3.8a:
   Fixes buffer overrun in CopyFile in SearchFiles.
   Fixes pagedown in Ctrl-End in SearchFiles.
   Fixes error with long filename.
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.


Attached Files
.txt   scrnedit.txt (Size: 907 bytes / Downloads: 18)
.bas   SCRNEDIT.BAS (Size: 118.97 KB / Downloads: 29)
Reply


Messages In This Thread
Small full screen editor - by eoredson - 11-11-2023, 08:00 AM
RE: Small full screen editor - by bplus - 11-11-2023, 02:20 PM
RE: Small full screen editor - by eoredson - 11-12-2023, 01:10 AM
RE: Small full screen editor - by eoredson - 11-14-2023, 07:20 AM
RE: Small full screen editor - by SpriggsySpriggs - 11-15-2023, 04:06 PM
RE: Small full screen editor - by eoredson - 11-16-2023, 12:27 AM
RE: Small full screen editor - by bplus - 11-15-2023, 04:59 PM
RE: Small full screen editor - by eoredson - 11-16-2023, 02:25 AM
RE: Small full screen editor - by SpriggsySpriggs - 11-15-2023, 11:03 PM
RE: Small full screen editor - by eoredson - 11-17-2023, 11:47 PM
RE: Small full screen editor - by bplus - 11-18-2023, 01:40 AM
RE: Small full screen editor - by eoredson - 11-18-2023, 03:15 AM
RE: Small full screen editor - by eoredson - 11-18-2023, 03:17 AM
RE: Small full screen editor - by eoredson - 12-22-2023, 07:14 AM



Users browsing this thread: 1 Guest(s)