Hey all,
FPI Maker 0.2 is uploaded and ready for some beta testing. Go get it here:
http://www.xldevelopment.net/download.php?id=FPIMaker0.2.exe
Screenshot:
http://www.xldevelopment.net/ss/fpimaker0.2.png
Thanks to everyone who helped beta test version 0.1. I was able to fix all the bugs reported with that version. Version 0.2 adds several new features; it now has line numbering, a reference browser to help build commands or just look up what a command does, a resource browser so you don't have to manually type in the path to your resource file, and you can now change the syntax colors to whatever you want. I've included the change log from the readme to show all changes. I also forgot to mention in the readme that double clicking on the validator message will highlight the line of code in the editor that contains the error.
2/23/2005 Version 0.2 Alpha
- Added line numbering
- Added Edit menu
- Added Reference Browser (Ctrl + R while in the editor)
- Added Resource Browser (Ctrl + B while in the editor)
- Added Settings dialog
- Added .fpi file association
- Added support multiple undocumented commands
- Added a Save/Save as.../File has changed system
- Added an experimental Undo feature (may not work all the time)
- Added code completion when hitting the "=" key
- Fixed Ctrl + V bug in editor
- Fixed Validator checking for extra conditions
- Fixed all (hopefully) false validation errors when validating the pre defined scripts
- Tweaked the editor for smoother editing
- Updated Reference file to include all undocumented commands found so far and fixed some invalid entries
- Users can now change syntax highlighting colors
- Multiple fixes for minor bugs
Please post all bugs here or email them to me and since I think I've coded all the hard things, feel free to post any enhancements, additions, changes, etc that you would like to see in the next version. Enjoy.
-rlopez