I've been working on a program for some time. It started off purely as an alternative editor for free pascal, and now I've decided to add support for several different languages, creating a full IDE now. More detail on the programs features are below. Hopefully I will be able to release this program for free, as so far I have not had to spend anything other than time on this project. I am making it under the title of the [href=www.visual-studios.com]Visual Studios[/href] organisation. I hope to expand this project further than supporting several languages, I would like to include a GUI system for the Delphi side of the IDE, and possibly for the HTML/CSS side of things later on.
V0.05 Major Features
-------------------------------------------------------------------
New Features
-------------------------------------------------------------------
added extra commands to VP interpriter
created error code system
integrated selective highlighting
removed core variable file
integrated statusbar
-------------------------------------------------------------------
Bugs Solved
-------------------------------------------------------------------
None
V0.04 Major Features
-------------------------------------------------------------------
New Features
-------------------------------------------------------------------
encryption system integrated
decryption system integrated
compiler interprited
compiler integrated
side help tab added and designed
program executables save path added
project tab built
function tab built
variable tab built
startup window integrated
resume projects system integrated
portable compiler system integrated
language option added to newproject
language system divided, P and VP
visual editor progressbar added
-------------------------------------------------------------------
Bugs Solved
-------------------------------------------------------------------
fixed project change bugs
V0.03 Major Features
-------------------------------------------------------------------
New Features
-------------------------------------------------------------------
variable extracter written
debugging system integrated
error report dialogs written
compiler logs generated
static return system created
static keywords system integrated
created dynamic syntax highlighting
help system started and integrated
core shortcut keys added
font dialogue written
-------------------------------------------------------------------
Bugs Solved
-------------------------------------------------------------------
data entry bug fixed
various windows errors fixed
V0.02 Major Features
-------------------------------------------------------------------
New Features
-------------------------------------------------------------------
setup ini files generated
constants key file created
uskin file integrated
save structure designed
save system written
open system written
save dialog written
open dialog written
window styles added
modifyable fonts-core added
project formats rewritten
-------------------------------------------------------------------
Bugs Solved
-------------------------------------------------------------------
None
V0.01 Major Features
-------------------------------------------------------------------
New Features
-------------------------------------------------------------------
generated working window
generated return data window
generated toolbar
generated fliesystem
written global text extraction
written text disection system
written split function
new project system written
new file system written
new assets system written
new project dialog integrated
new file dialog integrated
-------------------------------------------------------------------
Bugs Solved
-------------------------------------------------------------------
None
-------------------------------------------------------------------
Modifications
-------------------------------------------------------------------
More simple language structure than Pascal
Speachmarks (") can replace quotation marks (')
-------------------------------------------------------------------
New Pascal Commands
-------------------------------------------------------------------
GLOBAL - defines a global variable at any point
LOCAL - defines a local variable
AS - defines a variable as a datatype
STRING - defines a variable as a string
INTEGER - defines a variable as a long integer
BOOLEAN - defines a variable as a boolean
READKEY - requires an input press to continue
PRINT - requires an input press to continue
INPUT - requires an input press to continue
More to come...
-------------------------------------------------------------------
Release Versions
-------------------------------------------------------------------
Visual Studios Multi-Language Editor And GUI Sysrem - Version 0.05 (09/04/2011)
-------------------------------------------------------------------
Other Files
-------------------------------------------------------------------
Change Log (Dating to 3rd modification V0.05)
Visual Pascal Demonstration Project V0.05 7z (10/04/2011)
Visual Pascal Demonstration Project V0.05 zip (10/04/2011)
C&C is welcome, Arenas (James Hill)