index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
apps
/
ide
Age
Commit message (
Expand
)
Author
2015-03-01
bug: fixes deleting extra character after Cut-To-Clipboard it TextEdit widget
Graeme Geldenhuys
2015-03-01
Minor tweak to the compiler settings
Graeme Geldenhuys
2015-02-04
ide: recreate directory hierachy on checkout
Graeme Geldenhuys
2015-02-02
IDE: config setting to help with compiling from command line
Graeme Geldenhuys
2015-02-02
Updated TODO file with completed tasks.
Graeme Geldenhuys
2014-08-20
Maximus Lazarus project file had incorrect case of unit name in project.
Graeme Geldenhuys
2014-08-19
maximus: remap a keyboard shortcut to a more common one.
Graeme Geldenhuys
2014-08-09
maximus: ESC key now cancels the Project Options dialog.
Graeme Geldenhuys
2014-08-09
maximus: Adds the ability to remove a unit from the project tree
Graeme Geldenhuys
2014-08-09
maximus: New method to remove an item from the UnitList
Graeme Geldenhuys
2014-08-09
maximus: refactored some code, moving from main form to various classes
Graeme Geldenhuys
2014-06-20
textedit: SaveToFile() and LoadFromFile() now does OS Encoding calls.
Graeme Geldenhuys
2013-12-22
ide: neatened up the uses clause of the program unit.
Graeme Geldenhuys
2013-10-09
maximus: minor improvement to code highlighting for Object Pascal source code.
Graeme Geldenhuys
2013-07-12
ide should use debug interface included in fpGUI instead.
Graeme Geldenhuys
2013-06-18
Updates extrafpc.cfg files so no console window is shown for Windows compiled...
Graeme Geldenhuys
2013-05-16
maximus: Object Pascal highlighter. improve hilight accuracy.
Graeme Geldenhuys
2013-03-27
maximus: new compiler options added for the Maximus project
Graeme Geldenhuys
2013-03-18
ide: new empty unit template file.
Graeme Geldenhuys
2013-03-18
ide: set current directory as we load a project file.
Graeme Geldenhuys
2013-03-18
ide: Adds the ability to add a new empty unit
Graeme Geldenhuys
2013-03-18
ide: replaces RTL functions with fpGUI wrapper versions.
Graeme Geldenhuys
2013-03-18
ide: added copyright notices to the source code units.
Graeme Geldenhuys
2013-03-18
ide: hide debug button and messages via DEBUGSVR compiler define
Graeme Geldenhuys
2013-03-18
ide: removed unused (debug) widgets from main form
Graeme Geldenhuys
2013-03-17
ide: refactor out Adding Unit To Project code into separate method.
Graeme Geldenhuys
2013-03-17
ide: refactored out the creation of a new editor tab sheet.
Graeme Geldenhuys
2013-03-17
ide: restore caret and scroll bar position after a file reload.
Graeme Geldenhuys
2013-03-17
textedit: temporary work-around to update scrollbars when setting caret position
Graeme Geldenhuys
2013-03-17
textedit: Adds access to the Caret Vertical position.
Graeme Geldenhuys
2013-03-17
textedit: access to caret pos H.
Graeme Geldenhuys
2013-03-15
ide: Adds template files (units, programs etc)
Graeme Geldenhuys
2013-03-15
ide: disable unnecessary debug output when using Proc List dialog.
Graeme Geldenhuys
2013-03-15
ide: Find dialog can now be closed/cancelled with Esc key.
Graeme Geldenhuys
2013-03-15
textedit: correctly set caret x position using UTF-8 Length() method
Graeme Geldenhuys
2013-03-15
textedit: correctly named an identifier based on its usage
Graeme Geldenhuys
2013-03-15
textedit: correctly decrement the vertical scrollbar max limit when deleting ...
Graeme Geldenhuys
2013-03-15
textedit: Ctrl+Home/End handling is now fixed.
Graeme Geldenhuys
2013-03-15
ide: Adds the ability to copy the Messages output to the clipboard
Graeme Geldenhuys
2013-03-15
ide: Project -> Save As... will add new name to Recent Files list.
Graeme Geldenhuys
2013-03-14
textedit: minor optimisation in DEL key handling
Graeme Geldenhuys
2013-03-14
textedit: fixed bug where deleting a blank line causes a crash
Graeme Geldenhuys
2013-03-13
ide: The start of some documentation for Maximus.
Graeme Geldenhuys
2013-03-13
ide: Fixes the bug where IDE crashed when you load a second project.
Graeme Geldenhuys
2013-03-13
ide: Implements a "Go to line" search option.
Graeme Geldenhuys
2013-03-13
ide: extra checks to make sure we have an editor instance
Graeme Geldenhuys
2013-03-13
ide: Find Next and Find Prev implemented for the editor.
Graeme Geldenhuys
2013-03-13
ide: Find in File dialog now responds to Enter key press in text seach field
Graeme Geldenhuys
2013-03-13
ide: changed RTL function to fpGUI wrapper version of that function
Graeme Geldenhuys
2013-03-13
ide: when a project is loaded, project macros are merged with ide macros
Graeme Geldenhuys
[next]