Commit Graph

76 Commits

Author SHA1 Message Date
mattias
1c135fc40e synedit: less hints 2024-03-05 15:38:14 +01:00
Juha
e65a102527 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
Juha
e045ba01d2 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
martin
22d26674f7 SynEdit: Pas HL, fix markup if "procedure" is outlined, but top level "begin" is not. Part 2 of Issue #0034410
git-svn-id: trunk@59298 -
2018-10-15 00:09:18 +00:00
martin
8ca82403a0 SynEdit: Fix markup fold color, after recent refactor
git-svn-id: trunk@58635 -
2018-07-26 01:42:22 +00:00
martin
a052343d83 SynEdit: Fix TLazSynEditNestedFoldsList. NodeEndLine was not reset when line changed
git-svn-id: trunk@58606 -
2018-07-23 22:44:24 +00:00
martin
2da6e00eeb SynEdit: Fix crash in TLazSynEditNestedFoldsList, issue #0033996
git-svn-id: trunk@58561 -
2018-07-18 13:10:43 +00:00
juha
3574bdfb6d Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
git-svn-id: trunk@58244 -
2018-06-13 13:59:07 +00:00
martin
bb8a8e2a1e SynEdit: TLazSynEditNestedFoldsList fix crash with cached data
git-svn-id: trunk@57511 -
2018-03-16 00:50:59 +00:00
martin
b10f667937 SynEdit: improve TLazSynEditNestedFoldsList cache endnode lines. // less verbose
git-svn-id: trunk@57510 -
2018-03-16 00:33:41 +00:00
martin
b2bf5b9210 SynEdit: improve TLazSynEditNestedFoldsList cache endnode lines.
git-svn-id: trunk@57509 -
2018-03-16 00:32:59 +00:00
martin
c99d4b6ff6 SynEdit: Fix crash in FoldNodeInfoList, due to Pas-HL hack attempting to alter fold info for "class of". Issue #32940
git-svn-id: trunk@57066 -
2018-01-12 23:41:02 +00:00
martin
5e2dd67c2e SynEdit: fix crash in fold structure code TLazSynEditNestedFoldsList. Issue #0032223
git-svn-id: trunk@55613 -
2017-07-31 02:56:40 +00:00
juha
e27232d4cc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
martin
a073b7e5e1 SynEdit: Fold-Hl, extend NodeEndLine for filter and group
git-svn-id: trunk@52975 -
2016-09-15 20:14:38 +00:00
juha
9e33289178 SynEdit: Prevent a range error and crash when selecting text in source editor. Issue #30506
git-svn-id: trunk@52865 -
2016-08-23 21:49:01 +00:00
mattias
b1067f3140 synedit: less hints
git-svn-id: trunk@52762 -
2016-08-01 07:40:24 +00:00
martin
20bdf22ce4 SynEdit: comment debugln
git-svn-id: trunk@52263 -
2016-05-01 14:11:10 +00:00
martin
dc09b12bc0 SynEdit: refactor, move TLazSynEditNestedFoldsList into unit SynEditHighlighterFoldBase
git-svn-id: trunk@52226 -
2016-04-21 02:31:53 +00:00
martin
04d9e7d2ec SynEdit: dbgs added
git-svn-id: trunk@52186 -
2016-04-13 13:56:30 +00:00
martin
9e02931fe4 SynEdit: Allow HighLighter to skip some disabled fold nodes
git-svn-id: trunk@52184 -
2016-04-13 02:36:24 +00:00
martin
52a6953a9a SynEdit: refactor InitFoldNodeInfo
git-svn-id: trunk@52178 -
2016-04-12 17:53:42 +00:00
martin
958c6dc9b7 SynEdit: more refactor of folding. Move more CollectNodeInfo to base class. Code by x2nie
git-svn-id: trunk@52176 -
2016-04-12 17:30:53 +00:00
martin
94b7995f86 SynEdit: added (initial) outline markup by x2nie https://github.com/x2nie/syneditmarkupnestedcolors
git-svn-id: trunk@52166 -
2016-04-11 12:00:40 +00:00
martin
af42b4185f SynEdit: HighLighter, move count for nested and folded both into base class (prepare re-use by other HL) by x2nie
git-svn-id: trunk@52162 -
2016-04-11 01:00:42 +00:00
martin
2c3a45ce75 SynEdit: add FoldNodeInfo, fix for HL without foldconf
git-svn-id: trunk@50799 -
2015-12-14 15:39:12 +00:00
mattias
c39a94ebbe synedit: less hints
git-svn-id: trunk@50793 -
2015-12-14 12:02:18 +00:00
martin
fa40a95924 SynEdit: add FoldNodeInfo to TSynCustomFoldHighlighter / prepare new markups. Patch by x2nie
git-svn-id: trunk@50779 -
2015-12-13 20:36:29 +00:00
martin
901196535a SynEdit: fixed crash / undefined behaviour due to invalid caching of highlighter node-info. Issue #0027748
git-svn-id: trunk@48532 -
2015-03-29 21:44:39 +00:00
mattias
1fe37e15a2 fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
martin
0e1d200f3d SynEdit: ability to mark if/then/else as word pair (triplet)
git-svn-id: trunk@43812 -
2014-01-26 15:16:02 +00:00
martin
805036a7ba SynEdit: Added hcCodeFolding to highlighter capabilities
git-svn-id: trunk@40529 -
2013-03-10 21:07:08 +00:00
martin
56c09d1ad1 SynEdit: Starting on Ifdef Highlighter, first bits and pieces
git-svn-id: trunk@40362 -
2013-02-22 03:07:52 +00:00
martin
231eb022c9 SynEdit: pas-highlighter, fix info for ifdef/region nodes / fix markup matching pairs if not foldable
git-svn-id: trunk@40341 -
2013-02-17 21:34:11 +00:00
martin
a0d96129be SynEdit: FoldHighlighter (Html, XML): fix invalid fold node on last line. Issue #0023543
git-svn-id: trunk@39686 -
2012-12-29 20:04:34 +00:00
martin
8283b97217 Synedit: fixed typo in IFDEF for fpc 2.60 bug
git-svn-id: trunk@38204 -
2012-08-08 14:31:02 +00:00
mattias
07c5091ba9 synedit: clean up
git-svn-id: trunk@38100 -
2012-08-01 09:11:26 +00:00
martin
04f164cbf4 SynEdit, fold highlighter nodes: added unfiltered index
git-svn-id: trunk@37902 -
2012-07-08 13:23:49 +00:00
martin
6164890dca SynEdit, fold highlighter: added sfaSingleLine, sfamultiLine
git-svn-id: trunk@37901 -
2012-07-08 12:52:12 +00:00
martin
2f3e8732f0 SynEdit: clean up, use sfaFoldFold only if foldable (multi line)
git-svn-id: trunk@37896 -
2012-07-07 22:51:14 +00:00
martin
4a9ad47a2e SynEdit: Fold-Highlighter, add more info to node.actions / rename sfaOpen to sfaOpenFold
git-svn-id: trunk@37893 -
2012-07-07 15:42:54 +00:00
martin
3414a1253c SynEdit, pas-HL: clean up (remove workaround foldgroup=4)
git-svn-id: trunk@37892 -
2012-07-07 12:25:47 +00:00
martin
bf59a09199 SynEdit: Improved TLazSynEditNestedFoldsList, keep filtered node-infos
git-svn-id: trunk@37886 -
2012-07-06 01:16:35 +00:00
martin
35da2faa8c SynEdit: add refcount to TLazSynFoldNodeInfoList
git-svn-id: trunk@37884 -
2012-07-05 20:30:03 +00:00
martin
e0b9cef954 SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
git-svn-id: trunk@37782 -
2012-06-25 22:49:31 +00:00
mattias
cbe4f9ea76 synedit: comment
git-svn-id: trunk@36246 -
2012-03-23 08:37:33 +00:00
martin
591db7a660 SynEdit: workaround for issue #20850
git-svn-id: trunk@36172 -
2012-03-19 22:53:30 +00:00
mattias
c370aa5db5 synedit: fixed uninitialized variables
git-svn-id: trunk@36049 -
2012-03-15 22:59:28 +00:00
martin
e6eb5c424e SynEdit WithInfoView: improve speed
git-svn-id: trunk@35555 -
2012-02-22 14:04:23 +00:00