summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/frm_main.pas
AgeCommit message (Expand)Author
2014-08-19maximus: remap a keyboard shortcut to a more common one.Graeme Geldenhuys
2014-08-09maximus: Adds the ability to remove a unit from the project treeGraeme Geldenhuys
2014-08-09maximus: refactored some code, moving from main form to various classesGraeme Geldenhuys
2013-10-09maximus: minor improvement to code highlighting for Object Pascal source code.Graeme Geldenhuys
2013-07-12ide should use debug interface included in fpGUI instead.Graeme Geldenhuys
2013-05-16maximus: Object Pascal highlighter. improve hilight accuracy.Graeme Geldenhuys
2013-03-18ide: Adds the ability to add a new empty unitGraeme Geldenhuys
2013-03-18ide: replaces RTL functions with fpGUI wrapper versions.Graeme Geldenhuys
2013-03-18ide: added copyright notices to the source code units.Graeme Geldenhuys
2013-03-18ide: hide debug button and messages via DEBUGSVR compiler defineGraeme Geldenhuys
2013-03-18ide: removed unused (debug) widgets from main formGraeme Geldenhuys
2013-03-17ide: refactor out Adding Unit To Project code into separate method.Graeme Geldenhuys
2013-03-17ide: refactored out the creation of a new editor tab sheet.Graeme Geldenhuys
2013-03-17ide: restore caret and scroll bar position after a file reload.Graeme Geldenhuys
2013-03-15ide: Adds the ability to copy the Messages output to the clipboardGraeme Geldenhuys
2013-03-15ide: Project -> Save As... will add new name to Recent Files list.Graeme Geldenhuys
2013-03-13ide: Fixes the bug where IDE crashed when you load a second project.Graeme Geldenhuys
2013-03-13ide: Implements a "Go to line" search option.Graeme Geldenhuys
2013-03-13ide: extra checks to make sure we have an editor instanceGraeme Geldenhuys
2013-03-13ide: Find Next and Find Prev implemented for the editor.Graeme Geldenhuys
2013-03-12ide: increase Messages grid text width.Graeme Geldenhuys
2013-03-12ide: set minimum width and height for main window.Graeme Geldenhuys
2013-03-12ide: After reloading a unit, restore the previous scroll position.Graeme Geldenhuys
2013-02-23maximus: implemented diff/patch syntax highlightingGraeme Geldenhuys
2013-02-22maximus: Adds syntax highlighting for hexadecimal numbersGraeme Geldenhuys
2013-02-22maximus: Enables the Cut, Copy and Paste edit menu items.Graeme Geldenhuys
2012-10-19Implements support to setup a custom color for the editor's active tab.Graeme Geldenhuys
2012-10-19Refactored editor setup code into a single SetupEditorPreference method.Graeme Geldenhuys
2011-09-18Integrated TFileMonitor with the IDE. All open files are now monitored.Graeme Geldenhuys
2011-08-31ide: after a search, set the focus back to the editor widget.Graeme Geldenhuys
2011-08-31ide: replaced all menu key shortcut caps with resource string constants.Graeme Geldenhuys
2011-08-31ide: Find functionality now takes into account FindOptions and Backward searc...Graeme Geldenhuys
2011-08-30ide: hooked up the Find dialog to the menus to allow use to do searching.Graeme Geldenhuys
2011-08-29renamed the IDE project to Maximus IDE.Graeme Geldenhuys
2011-08-26ide: added user feedback when a unit is saved.Graeme Geldenhuys
2011-08-26ide: new pascal keywords added for syntax highlightingGraeme Geldenhuys
2011-08-24ide: include more file extensions to enable the syntax highlighting code.Graeme Geldenhuys
2011-08-24ide: fix a conflicting hotkey sequence in the main menu.Graeme Geldenhuys
2011-08-24ide: add new placeholder menu items in the main menu.Graeme Geldenhuys
2011-08-24ide: enabled keyboard shortcuts in the main menu.Graeme Geldenhuys
2011-08-11ide: improved syntax highlighting, and extending it.Graeme Geldenhuys
2011-08-10ide: apply newly selected fonts to open editors. This is still WIP.Graeme Geldenhuys
2011-08-09ide: huge speed improvement in syntax highlightingGraeme Geldenhuys
2011-08-09ide: improves syntax highlighting even moreGraeme Geldenhuys
2011-08-09ide: removed unused (old) code we don't need any more.Graeme Geldenhuys
2011-08-09ide: syntax highlighting improvements by adding reserved keywords to regexGraeme Geldenhuys
2011-08-09ide: adds syntax highlighting support for {...} style comments.Graeme Geldenhuys
2011-07-18ide: minor code comments and debug lines added.Graeme Geldenhuys
2011-07-18ide: improved default values for TextEdit component at IDE startupGraeme Geldenhuys
2011-07-18ide: hide debugsvr calls inside IFDEF statementsGraeme Geldenhuys