summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/frm_main.pas
AgeCommit message (Collapse)Author
2011-08-24ide: add new placeholder menu items in the main menu.Graeme Geldenhuys
This will systematically be implemented.
2011-08-24ide: enabled keyboard shortcuts in the main menu.Graeme Geldenhuys
2011-08-11ide: improved syntax highlighting, and extending it.Graeme Geldenhuys
We now support comments correctly, compiler defines, strings, decimal and hex numbers.
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
Getting font resources are very costly. So now we cache the font used for reserved keyword highlighting and simple reuse it, instead of creating and freeing it for each line (like we did up 'till now). This caused a MASSIVE speed increase! :-D
2011-08-09ide: improves syntax highlighting even moreGraeme Geldenhuys
- multiple matches in the same line are now supported - regex reserved keyword matching is now case-insensitive
2011-08-09ide: removed unused (old) code we don't need any more.Graeme Geldenhuys
This was used before we implemented regex syntax highlighting.
2011-08-09ide: syntax highlighting improvements by adding reserved keywords to regexGraeme Geldenhuys
- Also improved correct highlighting by using word boundaries in regex.
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
2011-07-16Merged fpgIDE project as a subdirectory examples/apps/ide/Graeme Geldenhuys