Commit Graph

261 Commits

Author SHA1 Message Date
juha
4733d3b7a1 Fix compilation with FPC 3.0.4.
git-svn-id: trunk@64498 -
2021-02-05 20:07:12 +00:00
juha
6a07271f31 Pas2js, SynEdit, TAChart, IPro: Use a faster compare method for case-insensitive strings and StringLists.
git-svn-id: trunk@64463 -
2021-02-05 11:28:05 +00:00
martin
8f790c9d9e SynEdit: Pascal Highlighter - only store property TypeHelpers if user changed, issue #0036969 . / fix incorrectly overwriting NestedComments when Loading.
git-svn-id: trunk@63122 -
2020-05-05 18:16:58 +00:00
martin
6fb76ef066 SynEdit: PasHighLighter, small optimization (avoid re-calling function)
git-svn-id: trunk@60701 -
2019-03-16 16:21:03 +00:00
martin
f531a8c563 SynEdit: PasHighLighter, fixed highlighting procedure names in interface declaration. Issue #0035238
git-svn-id: trunk@60700 -
2019-03-16 16:21:01 +00:00
martin
dd2d67f4d4 SynEdit: PasHighLighter, fixes for "type helper", issue #0034654
git-svn-id: trunk@60556 -
2019-03-02 14:16:45 +00:00
martin
41ff259afe SynEdit: Pas HL, fixes for fold, detecting "else" in "case", when previous if is nested in other commands
git-svn-id: trunk@59300 -
2018-10-15 01:04:35 +00:00
martin
68d6283828 SynEdit: Pas HL, fixes for outline, if only some elements are outlined
git-svn-id: trunk@59299 -
2018-10-15 00:48:44 +00: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
6769e903a6 SynEdit: Pas HL, fix folding/markup for code containing "case", if "case" is not enabled for fold/markup. Part 1 of Issue #0034410
git-svn-id: trunk@59297 -
2018-10-14 23:47:42 +00:00
martin
88721aeed3 SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569
git-svn-id: trunk@58519 -
2018-07-14 13:56:25 +00:00
martin
535304ef18 SynEdit, PasHL: fix "helper for" should not generate "foldnode-info" for "for". issue #33551
git-svn-id: trunk@57614 -
2018-04-06 21:06:31 +00:00
mattias
43543a0cbb synedit: added proc modifier vectorcall, patch #33134
git-svn-id: trunk@57288 -
2018-02-12 14:55:20 +00:00
martin
5ba536f2ab SynEdit: Fix fold gutter, after r 57066 / issue #32940
git-svn-id: trunk@57067 -
2018-01-12 23:59:50 +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
742189d0ee SynEdit: fixed pas HL for uses block. Issue #0032976
git-svn-id: trunk@57058 -
2018-01-11 23:33:03 +00:00
juha
c3e1dc4ad5 Reduce compiler warnings, initialize some uninitialized variables.
git-svn-id: trunk@56869 -
2017-12-29 18:47:51 +00:00
ondrej
30a4170152 SynEdit: PAS highlighter: support NESTEDCOMMENTS mode switch. Issue #32356
git-svn-id: trunk@55756 -
2017-08-29 09:39:04 +00:00
martin
38156817a0 SynEdit: fix pas HL, class function. more tests / some tests by Pascal R
git-svn-id: trunk@55377 -
2017-06-17 15:33:46 +00:00
martin
698d8d24af SynEdit: Pas-HL, test for ^ in PMyByte = type ^Byte;
git-svn-id: trunk@55376 -
2017-06-17 14:38:06 +00:00
martin
069ea79aae SynEdit: Pas HL, handle generics foo<T: class> does not fold / patch by Pascal
git-svn-id: trunk@55339 -
2017-06-12 20:18:23 +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
martin
0110190851 SynEdit: fix parsing while/with before except,finally,until with no semicolon
git-svn-id: trunk@54044 -
2017-01-31 17:40:02 +00:00
martin
7d8775a7db SynEdit: pas-hl, "else" for Markup fold color, patch from issue #0030420 by Pascal R.
git-svn-id: trunk@54042 -
2017-01-31 16:11:55 +00:00
mattias
b1067f3140 synedit: less hints
git-svn-id: trunk@52762 -
2016-08-01 07:40:24 +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
df4915ecc5 SynEdit: pas-hl, some more info for the outline markup. Code by x2nie
git-svn-id: trunk@52183 -
2016-04-12 23:57:04 +00:00
martin
4299f7779c SynEdit: PasHighLighter add nodes for for-do, while-do, with-do. Code by x2nie
git-svn-id: trunk@52181 -
2016-04-12 23:44:06 +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
ondrej
fb69b8b59d IDE, codetools, synedit: fixed identifier completion of identifiers prefixed with &.
git-svn-id: trunk@50323 -
2015-11-12 17:01:27 +00:00
martin
a2ec42e01e SynEdit: Undo initializations, if value is either not needed or always set.
git-svn-id: trunk@48497 -
2015-03-24 23:13:33 +00:00
juha
4e16799fd7 SynEdit: Initialize variables based on compiler warnings. Contains ToDo items.
git-svn-id: trunk@48478 -
2015-03-24 17:50:59 +00:00
martin
367f996fb8 SynEdit, Pas Highlighter: show ^x as string / fix pointer()^
git-svn-id: trunk@47518 -
2015-01-25 15:20:40 +00:00
martin
ccf26dd4cd SynEdit, Pas Highlighter: show ^x as string / fix pointer^
git-svn-id: trunk@47514 -
2015-01-25 14:28:56 +00:00
martin
3d34fff0a3 SynEdit, Pas Highlighter: show ^x as string / fix ^ in front of {$
git-svn-id: trunk@47513 -
2015-01-25 13:39:47 +00:00
martin
652c828a0a SynEdit, Pas Highlighter: show ^x as string
git-svn-id: trunk@47509 -
2015-01-24 20:31:10 +00:00
martin
ddf7f70338 SynEdit: fixed highlighting 1.02E-5 and similar. Issue: #0026245
git-svn-id: trunk@46372 -
2014-09-30 14:04:46 +00:00
martin
4a2a123175 SynEdit: fixed missing invalidation for foldconf markup
git-svn-id: trunk@44055 -
2014-02-13 17:48:11 +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
paul
3b8a0d9df1 codetools: highlight noreturn directive
git-svn-id: trunk@43647 -
2014-01-05 06:47:30 +00:00
martin
0efde5e2da SynEdit: pas highlighter improve handling "otherwise" in case ... of
git-svn-id: trunk@43614 -
2013-12-29 17:19:36 +00:00
martin
9533df3f3e SynEdit: additions to GetDefaultAttribute. Experimental.
git-svn-id: trunk@43540 -
2013-12-14 13:40:04 +00:00
martin
cb80606ad0 SynEdit: Return past-end-of line attribute in multi line comments // support for p-eol attibute
git-svn-id: trunk@43419 -
2013-11-11 01:17:41 +00:00
martin
f7b43be9d6 SynEdit: Pas HighLighter, recognize new &keyword for identifier style
git-svn-id: trunk@43342 -
2013-10-30 12:52:02 +00:00
martin
9a50b81dd5 SynEdit: small optimization pas-HL
git-svn-id: trunk@43258 -
2013-10-16 13:50:18 +00:00
martin
34e144634c SynEdit, pas highlighter: fixed "packed class"
git-svn-id: trunk@42193 -
2013-07-24 08:57:19 +00:00
mattias
08201e2904 synedit: highlighters: using non fixed resourcestrings
git-svn-id: trunk@41721 -
2013-06-14 21:41:35 +00:00