April 1st, 2009· Improved the speed (and memory usage) when working with large files in the Memo
· Fixed bug with remove memo tab, wrong tab would sometimes be deleted.
· Fixed bug I introduced in beta 2 with the default settings button not working
· Fixed bug with a property in settings not being updated.
· Fixed bug with settings not having the correct value
· Added the position of alarm messages features
· Changed memo copy, paste and cut buttons and context menu, text format not included, CTRL-C and CTRL-V still keep the format
· Improved updating settings when moving or resizing the Memo
· Improved handling when Windows shutdown, SwizzTool could sometimes block a restart or shutdown, hopefully not anymore
· Improved handling of taskbar closing of SwizzTool windows, SwizzTool would for example crash if you closed the memo from the taskbar and then tried to open it again.
· Enabled the control box and taskbar menu for all windows
· Updated text that shows when mouse hover over the trayicon to display active alarms.
· Added selected text size in memo
· Added task and hotkey to hide the TrayIcon (make sure you have a hotkey to show it again if you hide it with a task :)
· Added possibility to autostart tasks when SwizzTool is loaded (set comment = "autostart")
· Added possibility to close all (not settings) forms with the ESC key
· Changed design on some buttons and tabs in Memo, better I don't know but now it's the default look
· Disabled automatic word selection in the Memo, better I don't know...
· Fixed bug where UI in the alarm window was not set correctly
· Fixed bug in Memo when opening favourites with empty lines
· Added "Delete" in Memo context menu
· Added new filters
· Added CTRL + (F5-F7) to get the current filter, good when you need to edit one and then save it again with Shift + (F5-F7)
· Fixed bug where the alarm message window could be closed in such a way it was not possible to open it again
· All around cleaning and polishing
· Note that support for different languages is not included in this release, it's something I will add later
June 9th, 2007· Fixes in filters
· Fixed bug in loading settings
· Create Hotkey to open "New Alarm" window
· Memo filters, new feature! (for automatic formating of text in the memo) FUNCTIONS: append() append_if() append_start() append_start_if() delete() delete_first() delete_inside() delete_outside()
· delete_numbers( ) encrypt( ) find() find_all() !find() !find_all() replace(, ) uppercase( ) lowercase( ) keep_numbers( ) keep_after() strip() strip_end() search()
· New Task, "Close Program", this will send a M_CLOSE message to the window you specify. This has the same effect as if you would click X to close the program, which means that if the program asks you to save any changes or something like that you will be stuck with a messagebox... This is a temporary solution to this requested feature...
· Drag memo by clicking anywhere in the form
· Optimized Settings saving
· Fixed a search forward problem
· Choose font and font size for the Memo, "![size]" and "_[FontName]" (this is not saved)
· Optional confirmation sounds on certain operations, choose in settings
· Minor fixes...