0.01 - 29.05.2005 * initial release 0.02 - 29.05.2005 * added progressdialogs * implemented code to program sx28 (untested) * fixed wrong setting in fuseregister * removed some console output * application exits if SX-Key could not be contacted * local memory image is initialised at the start 0.03 - 30.05.2005 * added texteditor * added preferences dialog * added buttons: assemble, device, program 0.04 - 31.05.2005 * program dialog is centered over the editor window * clicking on "Program" also assembles the file if it is missing * an error dialog is displayed if the file to program does not exist * lines are not wrapped * the editor directory is saved 0.05 - 05.06.2005 * filename and modificationindicator "*" are displayed in titlebar * a warning dialog opens if a user uses "save as" and wants to overwrite the current file * the five recent files can be opened from the file menu * the editor has syntaxhighlighting 0.06 - 08.06.2005 * directory in program dialog is saved * editor starts without an empty document * reversed Crystal Feedback setting * some small usability improvements 0.07 - 12.06.2005 * filename in windowtitle changes after Save As ... * added status tooltips * removed shortcut CTRL+P from File/Print, it was also used for Tools/Program * implemented search function * DEVICE directives from source codes are used for programming (previously you could change the registers only through the device dialog) * maximum displayed pathlength in windowtitle is 30 0.08 - 07.08.2005 * files can be loaded from the command line e.g. bin/sxide tut001.src * the cursor position is shown in the statusbar * a window opens after assembling and shows the assembler messages * the IRC_CAL directive is ignored * the assembler gets processortype as a commandline parameter