CodeEditor Changes | 2014 Feb 02 -------------------------------- 13.08.19 - Can load some unicode files. - Non-existing values in style INIs now fall back to the value in the "default.ini" style. If the value doesn't exist there either, it uses the program default. 13.08.17 - Added option to make the escape button quit the editor. It can still be used to close the find/replace dialog and the section list, but if none of those are open, the program will quit. 13.08.16 - When executing the current file [F9], and it has been modified, a prompt to save the file will be shown before proceeding. 13.08.14 - Update to the way text modification is handled, now undoing [Ctrl + Z] will clear the modification status. More actions, those working on the entire text, are now undoable as well, - You can now customize the format used to set the caption of the window and taskbar. Default is "%a <%p%f>%m". - Using escape characters in the find or replace dialog will now properly be cached with their escape formatting intact. 14.02.01 - The INI settings file are now named the same as the base EXE file, instead of "config.ini". This means that if the EXE file is renamed, it will use a different INI file. CodeEditor Changes | 2012 Oct 25 -------------------------------- 12.10.25 - Added a "Find Matching Bracket" feature under the search menu [Ctrl + B]. CodeEditor Changes | 2012 Jul 10 -------------------------------- - The find and replace strings now support escape seqences, such as \n or \t for newline and tab. - De-stylized the abnormal font color in most dialogs. It now behaves according to Windows configured color scheme. CodeEditor Changes | 2012 Jan 28 -------------------------------- - Optimised the "Minimise" function. - Fixed the "remove leading spaces and tabs" option of the of the "Minimise" function. - New design for the "Clipboard Monitor" window. - Better exceptions for when a file failed to save to disk. - Some minor code changes and optimizations here and there. CodeEditor Changes | 2010 Apr 20 -------------------------------- - Fixed an issue where it could not associate file types, or clean up the associations. CodeEditor Changes | 2008 Aug 19 -------------------------------- - Have not updated in ages, but I've not changed much either, and what little was changed, I forgot now. - You can now paste the filenames from the hDrop format. This is the format used when you cut/copy files in a file manager. - Option added, to select which chars starts a single line comment. - New edit function to toggle comments of the current lines. This currently adds or removes the currently chosen comment in the line. CodeEditor Changes | 2008 Jun 23 -------------------------------- - Scrapped the version numbering idea, since it suck. Now uses the compile date for "version numbers". This is so much easier, howcome no one else uses this?! - Pretty much just a recompile. Probably many new things, all undocumented of course, sad panda. CodeEditor Changes | 2006 Dec 29 -------------------------------- - First version, also known as v1.0 beta.