Menu

SimpleASM V0.02a released

[2004-08-15]
* Added a function to the MainMenu ->"Files" -> "SaveAll" menu entry. Program now is able to save
all opened source code files

* Added basic printing functionality to the program.
Note: There is still a bug in printing a selection of source code. I need to write a parser to
avoid the program just to append each line and put em to the SynEditPrint component

* Added a CloseQuery procedure. If theres no opened file(s) or the SynEdit isnt enabled the
program will shutdown. Otherwise it will prompt the user to save the files

* Fixed the bug with the unsaved temporary source files in the /temp subdirectory. The problem was
that SynEdit wont accept change to its Strings at runtime too often so I had to save the temp files
each time when form2.tabcontrol1 changed. I had to call the form2.tabcontrol1changing(Sender: TObject,
var canClose: boolean) - procedure also in the form1.CloseQuery procedure to keep
the temp files up to date. Otherwise the program will save an old version into the source
files because the temp files are not updated.
[2004-08-16]
* Added the SynEdit print preview on a separate form. Added the print function and navigation as well
as zoom functions.
* Fixed the forgotten font property bug on the SynEditPrint component. Now it will print with the
right font.
* Added export functions for RTF and HTML by using the SynEditExportRTF and SynEditExportHTML
components
* Added a basic hotkey manager using GlobalAddAtom, RegisterHotkey and UnregisterHotKey to make the
programs hotkeys work properly

Posted by onkeltorty 2004-08-21

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.