I have posted an update to PBShell here.
For anyone who eschews visual designers and is using UltraEdit, or is thinking about it, this is worth checking out. I couldn't live without it! Much slicker than batch files or scripts! UltraEdit now fills all my text/hex/html editing and multiple language programming needs.
Implements PB-specific tools on the UltraEdit toolbar for:
* Compile only (source code or resource script)
* Syntax Check Compile (no output file)
* Compile and Debug (invokes the PB debugger)
* Compile and Execute (one-click test)
* Execute last compilation of the program
In addition, PBShell implements a mechanism for optional pre and/or post compilation processing (now additionally supports the #UTILITY metastatement).
I've updated the description and help, concentrating on UltraEdit rather than "any editor", with simplified step-by-step implementation instructions.
The files for download include an UltraEdit wordfile for PB/CC 5 & PB/Win 9 for syntax highlighting, code folding, function listing, etc.
Add the PB help file(s) to the Help menu and you've got yourself an excellent PB IDE in addition to all the other features that UltraEdit provides!
It's freeware, supplied with full PB source code.
For anyone who eschews visual designers and is using UltraEdit, or is thinking about it, this is worth checking out. I couldn't live without it! Much slicker than batch files or scripts! UltraEdit now fills all my text/hex/html editing and multiple language programming needs.
Implements PB-specific tools on the UltraEdit toolbar for:
* Compile only (source code or resource script)
* Syntax Check Compile (no output file)
* Compile and Debug (invokes the PB debugger)
* Compile and Execute (one-click test)
* Execute last compilation of the program
In addition, PBShell implements a mechanism for optional pre and/or post compilation processing (now additionally supports the #UTILITY metastatement).
I've updated the description and help, concentrating on UltraEdit rather than "any editor", with simplified step-by-step implementation instructions.
The files for download include an UltraEdit wordfile for PB/CC 5 & PB/Win 9 for syntax highlighting, code folding, function listing, etc.
Add the PB help file(s) to the Help menu and you've got yourself an excellent PB IDE in addition to all the other features that UltraEdit provides!
It's freeware, supplied with full PB source code.
Comment