This post represents new coding for the QB64shell project.
Included are the newest mods for this Windows IDE shell..
Thanks, Erik.
LOC: 59,682
Included are the newest mods for this Windows IDE shell..
Code: (Select All)
New release: (qbshellt)
Build 06-25-2025.01
Fixes trapping Control-C with Ctrl-Break.
Adds Keymapper routine to map keyboard scancodes.
Fixes Strip.Blanks in Zsort utility stream.
Adds Strip.Drives variable and StripDrive function.
New release: (qbshellu)
Build 08-10-2025.01
Adds Color <string$>,<string$>
Stores prompt colors in .cfg file.
Extends array definition in FN parsing.
New feature!
Variables A through Z, A$ through Z$, and A() through Z(), now
extended for assignment and arrays such as:
A0 to Z0 through Z0 to Z9, A0$ to A9$ through Z0$ to Z9$, and
A0(n) to A9(n) through Z0(n) to Z9(n).Code: (Select All)
New release: (qbshellv)
Build 08-20-2025.01
Adds Keypad-5 and Ctrl-Keypad-5 to HelpAbout.
Fixes out of order sort codename list in Sub SortProfiles.
Adds specialized INKEYy$ function.
Fixes Altkey pressed in Menu2.
Adds Play Reboot to restart sound file player.
Tweaks -1 to True, 0 to False, and "" to Nul in all functions.Code: (Select All)
New release: (qbshellw)
Build 08-28-2025.01
Fixes Last.Token in Parse.Alphabetic3 for colors.
Removes support for QB64 versions prior to v4.0.0
Fixes parameter mismatch in calls to CreateDirectory.
Adds directory search to Sub DisplayIcon and F1 - edit aboutfile.
Now allows Play Restart after Play Stop.
Adds simple reboot command for Windows.
Adjusts _Title call in CompDir and CompFile.
Adds ErrorCount, ErrorList, and ErrorSearch to Debug command.
Fixes LineLength to MorePrompt in Sub Recurse_Directories.Code: (Select All)
New release: (qbshellx)
Build 10-15-2025.01
Fixes .key filename in Keymapper.
Adds custom Inkeyz$ function for Keymapper.
Traps Ctrl-C during Ctrl-Break in Keymapper.
Fixes some calls to write error log file.
Adds /-6 Copyit switch to ignore file copied onto self.
New feature!
Adds Format command menu and parsed FormatX$ function.Code: (Select All)
New release: (qbshelly)
Build 10-25-2025.01
Fixes values in Color statement.
Removes support for $W[<exp>] WhatisParse function.
Fixes switch to reboot and shutdown call.
Adds call to ClearHistory in two places.
Adds Udrv(<exp>) function call and Sub UsedSpace(x).Code: (Select All)
New release: (qbshellz)
Build 12-25-2025.01
New features!
Adds Const assignment and retrieval to Whatis.
Adds recent filelist for loading and storing recently opened files.
New release: (qbshell10)
Build 02-15-2026.01
Fixes Graburl buffer in DownloadToFileX.LOC: 59,682

