2006-07-16 Saso Kiselkov * ProjectModules/FileManager/FileManager.m: Added some more validation to take care of cases when collapsed toolbar menu items are shown. 2006-07-09 Saso Kiselkov * ProjectManagerInfo.plist: Renamed file types to conform to HighlighterKit default definitions. * Preferences/EditorLooksPreferences/EditorLooksPreferences.m: Changed font parameter default names to conform with new HighlighterKit conventions. * EditorTextView.h: * EditorTextView.m: * GNUmakefile: * SourceEditorDocument.h: * SourceEditorDocument.m: Split out syntax highlighting functionality into a separate framework, the Highlighter Kit. 2006-06-11 Saso Kiselkov * ProjectTypes/Application/English.lproj/ApplicationGeneralAttributes.gorm: Changed text fields to trigger when using the "text did end editing" notification. * ProjectTypes/Application/ApplicationProjectType.h: * ProjectTypes/Application/ApplicationProjectType.m: * ProjectTypes/Application/ApplicationGeneralAttributes.h: * ProjectTypes/Application/ApplicationGeneralAttributes.m: Added "Application Name" attribute and made text-fields trigger changes when editing ends. 2006-05-28 Saso Kiselkov * EditorTextView.m: * TRICKS: Added feature to override the conversion of tabs by holding down the Shift key while typing it. 2006-05-19 Saso Kiselkov * Fixed default text color bug in the code editor and added a "cursor color" field into the editor looks preferences. 2006-05-16 Saso Kiselkov * BUGS: * EditorTextView.m: * Preferences/EditorLooksPreferences/EditorLooksPreferences.m: * EditorRulerView.m: * EditorGuide.m: * SourceEditorDocument.h: * SourceEditorDocument.m: Changed color management in the code editor to store colors as keyed-archives, which fixed the bug of not being able to re-read the colors. 2006-05-16 Saso Kiselkov * ProjectDocument.m: Changed ExtraModules default name to ExtraProjectModules. * Changed all project template's project files to declare the project manager version, as this was causing weird alert panels when creating new projects. 2006-05-14 Saso Kiselkov * Preferences/EditingPreferences/EditingPreferences.m: Fixed small typo in license header. * Restructured internal project modules API to allow for user-defined loading of extra project modules into selected project types. 2006-05-11 Saso Kiselkov * ProjectModules/MakeBuilder/MakeBuilder.m: * ProjectModules/MakeBuilder/GNUmakefile.postamble: Added functionality to change the default name of the "make" command based on the operating system we're building on. 2006-05-09 Saso Kiselkov * BUGS: Added new issue entries and more information on how to fix them. * ChangeLog: Reformatted to standard ChangeLog format. 2006-05-07 Saso Kiselkov * Changed project module menu entry management to make menu entries selectable independently on which project module is currently visible. * Made the ProjectAttributes project module display it's tabs as menu items as well. 2006-04-19 Saso Kiselkov * Restructuring complete. Updated copyright notices and began merging back into the CVS. 2006-01-23 Saso Kiselkov * Major rewrite and restructuring. 2005-12-23 Saso Kiselkov * Added a left margin to the code editor's text view so that it's contents are offset a bit from the ruler, for better readability of code.