Since there hasn’t been any major community projects lately, I have decided to post the current version of the small font program editor I have been working on for several months.
Currently, the editor is fairly stable, and I have moved on to adding features.
I started this project because I wasn’t really satisfied with zStart’s small font editor, it used the standard menus and sometimes when saving it corrupted a small part of the program.
My editor uses the same graph font for all the menus.
Cool features:
Since it uses the VAT to select a program, you can edit hidden programs, programs can also be: archived, locked, an appvar, or even a list. (If you open something you aren't supposed to edit there is a good chance it could crash)
It displays all the Axe tokens correctly (but not ones from an axiom)
All the keys and menus are in files so if you want to edit what the keys do, or change a menu you can (it needs to be recompiled after)
Notes:
It would be awesome if I could get some community interest!
If you are just testing the editor you just need to download prgmEDITOR
You need the other files only if you are compiling prgmEDITRSRC
WARNING: THIS COULD DAMAGE PROGRAMS THAT YOU OPEN WITH IT (although I have only seen it happen when parts of RAM is corrupted)
Planned features and bugs:
All of the options under the Y= button don’t do anything or are buggy
there isn’t a catalogue
rarely the vars menu gives the wrong token
IT CRASHES OR ACTS WEIRDLY IF IT OPENS A FILE WITH LESS THAN THREE LINES!!!
I would like to make it very customizable
If it is an Axe program the custom tokens slow it down more than I would like them to.