2003-10-09 Yen-Ju Chen * Remove tab view support and use default document system. 2003-10-08 Yen-Ju Chen * Make method panel resizable. * Display methods in a cleaner form. * Display methods in outline view. 2003-10-07 Yen-Ju Chen * Use character cache. * Cache advancementForGlyph. * Disable setNotShownAttribute:forGlyphAtIndex: to speed up text rendering. * Clean up ObjCHandler 2003-10-02 Yen-Ju Chen * Parse methods and make methods panel work again. * Use CodeEditorViewCache to speed up glyph handling. * Disable ligature to make cache faster. 2003-08-20 Yen-Ju Chen * Keep speed up. * Change font attributes panel. 2003-08-15 Yen-Ju Chen * Improve speed a lot. 2003-08-08 Yen-Ju Chen * Make non-root installation work. 2003-08-07 Yen-Ju Chen * Handle comment and string more precisely. * Move inspector methods into category. * Fix bugs. 2003-08-06 Yen-Ju Chen * Move ruleset into LanguageHandler. * Remove PCRE dependency. * Rework the side view. 2003-08-4 Yen-Ju Chen * Use CodeParser for faster rendering. Not finish yet... 2003-05-14 Yen-Ju Chen * Fix font size change when load new file. (Not work for fontification yet). 2003-05-13 Yen-Ju Chen * Cache line number in side bar. * Update side bar when paste and cut. 2003-05-12 Yen-Ju Chen * Start to implement side view * Clean up all the warning (-Wall) 2003-05-10 9:00 Yen-Ju Chen * Fix encoding in CodeEditorInfo.plist * Add #define in ruleset. (Patch by Rob Burns 2003-05-09 12:00 Yen-Ju Chen * Improve the updation of current CodeEditorView. * Add Tutorial. * Make MethodViewer groove 2003-05-08 16:15 Yen-Ju Chen * Add ruby script to use autogsdoc * Update ruleset for Ruby 2003-05-07 14:00 Yen-Ju Chen * Add scriptManager for easy accessed from StepTalk. * Add Ruby language support (Not completely yet). * Fix bug for file open. * Add CodeEditor.tiff donated by Ian Jones 2003-05-03 20:45 Yen-Ju Chen * Prevent alert if StepTalk is not installed. Patched by Stefan Urbanek * Full support of scripting. 2003-05-02 11:30 Yen-Ju Chen * Add preference for auto-fontification each line. 2003-05-01 14:00 Yen-Ju Chen * Start add script support. 2003-04-25 15:00 Yen-Ju Chen * Open files from command line. "-t" to open in tab. * Method viewers. List all methods and click to jump. 2003-04-24 13:00 Yen-Ju Chen * Use PCRE (www.pcre.org) instead of the POSIX RegEx to improve the performance (faster more than twice !). 2003-04-22 18:00 Yen-Ju Chen * Remove beginEditing/endEditing in -unmarkPreviouslyMarkedBlock to prevent a NSException from GSLayoutManager. (bug 4). 2003-04-20 22:00 Yen-Ju Chen * Optimize memory and speed. 2003-04-18 14:00 Yen-Ju Chen * Finish font attributes panel. 2003-04-17 14:00 Yen-Ju Chen * Reorganize. 2003-04-16 14:00 Yen-Ju Chen * Move inspector out of CodeEditorView. 2003-04-15 22:00 Yen-Ju Chen * Implement find and replace. * Fix bug with close window. 2003-04-15 13:00 Yen-Ju Chen * Cache RegEx. * Find in toolbar works (only forward). 2003-04-14 22:00 Yen-Ju Chen * Release 0.3.6 * Add RegEx (CodeEditorView) * Fix bugs in open/close tab/window. 2003-04-11 23:00 Yen-Ju Chen * Add tab view 2003-04-10 18:00 Yen-Ju Chen * Start to clean. From v0.2 to v0.3: o "New" menu entry o added Inspector o a file's language is now changeable o some speedups From v0.3 to v0.3.5: o auto-indent completely redone o block marking completely redone o lots of cleanups and bugfixes