summaryrefslogtreecommitdiff
path: root/examples/apps
AgeCommit message (Expand)Author
2013-05-28ide: refactored out the creation of a new editor tab sheet.Graeme Geldenhuys
2013-05-28ide: restore caret and scroll bar position after a file reload.Graeme Geldenhuys
2013-05-28textedit: temporary work-around to update scrollbars when setting caret positionGraeme Geldenhuys
2013-05-28textedit: Adds access to the Caret Vertical position.Graeme Geldenhuys
2013-05-28textedit: access to caret pos H.Graeme Geldenhuys
2013-05-28ide: Adds template files (units, programs etc)Graeme Geldenhuys
2013-05-28ide: disable unnecessary debug output when using Proc List dialog.Graeme Geldenhuys
2013-05-28ide: Find dialog can now be closed/cancelled with Esc key.Graeme Geldenhuys
2013-05-28textedit: correctly set caret x position using UTF-8 Length() methodGraeme Geldenhuys
2013-05-28textedit: correctly named an identifier based on its usageGraeme Geldenhuys
2013-05-28textedit: correctly decrement the vertical scrollbar max limit when deleting ...Graeme Geldenhuys
2013-05-28textedit: Ctrl+Home/End handling is now fixed.Graeme Geldenhuys
2013-05-28ide: Adds the ability to copy the Messages output to the clipboardGraeme Geldenhuys
2013-05-28ide: Project -> Save As... will add new name to Recent Files list.Graeme Geldenhuys
2013-03-14textedit: minor optimisation in DEL key handlingGraeme Geldenhuys
2013-03-14textedit: fixed bug where deleting a blank line causes a crashGraeme Geldenhuys
2013-03-13ide: The start of some documentation for Maximus.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-13nanoedit: Implements a statusbar to show current file name being editedGraeme Geldenhuys
2013-03-13nanoedit: forgot to remove a debug ShowMessage callGraeme Geldenhuys
2013-03-13ide: Find Next and Find Prev implemented for the editor.Graeme Geldenhuys
2013-03-13ide: Find in File dialog now responds to Enter key press in text seach fieldGraeme Geldenhuys
2013-03-13ide: changed RTL function to fpGUI wrapper version of that functionGraeme Geldenhuys
2013-03-13ide: when a project is loaded, project macros are merged with ide macrosGraeme Geldenhuys
2013-03-13ide: Implements loading and saving of user defined project macrosGraeme Geldenhuys
2013-03-12debugserver: minor improvementsGraeme Geldenhuys
2013-03-12textedit: enabled Cut and Paste built-in keyboard shortcuts.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: Grid Modification - restore focus row as best we can.Graeme Geldenhuys
2013-03-12ide: Refactored StringGrid modification shortcutsGraeme Geldenhuys
2013-03-12ide: minor compiler option tweak in the Lazarus IDE project file.Graeme Geldenhuys
2013-03-12ide: After reloading a unit, restore the previous scroll position.Graeme Geldenhuys
2013-03-12ide: Adds ability to delete rows in grids in Project Options.Graeme Geldenhuys
2013-02-28nanoedit: added missing project option.Graeme Geldenhuys
2013-02-25regex: safer/proper alignment based on FPC_REQUIRES_PROPER_ALIGNMENT defineGraeme Geldenhuys
2013-02-25regex: fixes uninitialized values.Graeme Geldenhuys
2013-02-25regex: clean-up based on compiler message output.Graeme Geldenhuys
2013-02-23maximus: updated TODO file itemsGraeme 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
2013-02-22nanoedit: Adds an Edit menu with Cut, Copy and Paste functionalityGraeme Geldenhuys
2013-02-22nanoedit: improves the compiler options for the Lazarus IDE project file.Graeme Geldenhuys
2013-02-22nanoedit: fixes the fpc config file to allow compiling from command line.Graeme Geldenhuys
2013-02-22fpg_edittext: Adds cut to clipboard support.Graeme Geldenhuys
2013-02-22fpg_textedit: adds insert text and paste from clipboard support.Graeme Geldenhuys
2013-02-21nanoedit - a mini notepad like text editorGraeme Geldenhuys