Released SrcFrmt-v2.6 (a source code formatter)
New in Version 2.6 --- Three new features, plus six bug fixes
Feature: Preserves settings from previous installation.
Feature: Properly indents PBWin version 10's: Asmdata, Enum, FastProc and Prefix blocks.
Feature: Can align variable declarations and equates to a specified column.
Released SrcFrmt-v2.40, a source code formatter
for PowerBASIC's PBDLL, PBWin and PBCC compilers. New in Version 2.4: full support for PBWin9 and PBCC5
Properly indents for: Class, Interface, Property and Method
blocks
Properly spaces "Threaded" and "Instance" variables
Can delete: #Optimize, #Utility and #MESSAGES COMMAND
metastatements
FIXED: Didn't indent some comments at all... read more
Released SrcFrmt-v2.02, a source code formatter
for PowerBASIC's PBDLL, PBWin and PBCC compilers.
Release Notes
Version 2.02 is a bug-fix release. Bugs fixed:
Improperly indented block statements when they were isolated.
Put spaces after minus signs beginning continued lines in code such as:
If _
-%Equ1 Then DoSomething
Put spaces after minus signs in asm lines such as these:
! mov eax, -1
! mov eax, -&H1234
SrcFrmt v2.0, source code formatter for PowerBASIC --- has many new features and bug fixes
SrcFrmt is a source code formatter for PowerBASIC's
Win32 compilers. No installation is needed, just unzip
the file (it creates its own folder) and run it.
The source code is included in the zip file.
Release Notes:
(Bug Fix) Properly spaces minus signs used for negation,
even over continued lines
No restrictions on the content of the code: it can now
format code containing only fragments of procedures and
blocks (it assumes that the first line is already properly
indented).... read more
Getting moved in. Presently have some webpages designed
with rough drafts of some of their content.
Source files for the code editor are uploaded to the folder
"Editor" (click "Browse CVS"). Many more files are done,
but not quite ready to go.