Transform item code finished; moving on to GUI
Posted by mholmes on 12 Mar 2008 in Activity log
Today's progress:
- Finished the code for the transform item classes and the list class.
- Stripped all the old code out of the
main.pas
unit (where it should never have been anyway). - Substituted the new classes.
- Refactored to rename all items, objects, methods etc.
- Updated existing method code so that it still works as before (all replacements etc.).
- Added new icons (see previous post), and assigned one to the old
aAddReplacePair
action. - Added a new
aAddScriptItem
action; no method body yet, but it has menu and toolbar items which invoke it. - Built and tested: old code still works, new code remains to be added.
Remaining to do:
- Create a ScriptItem editing form, with a JS Bridge object which can be used to compile/verify JS code.
- Give it two tabbed panels, one for local and one for global JS.
- Give it Check, OK and Cancel buttons. buttons
- Implement the aAddScriptItem method.
- Complete the aEditTransformationItem action.
- Start testing! Emphasis on the Unicode...
- Update the tutorial.
- Update the Help.
- Update tehe installer.
- Update the Website codebase.
- Update the Website content and do the release.