..
design
darwin: set default lcl platform to cocoa
2020-12-19 13:54:51 +00:00
docs /xml
fixed typos, bug #29323 patch from Paul Gevers
2016-01-04 15:02:09 +00:00
languages
Merged revision(s) 59988 #bc4e1da857 from trunk:
2019-01-04 14:33:40 +00:00
test
Merged revision(s) 60648-60652 #db921aff87-#db921aff87, 60665 #b2b0533619, 60675 #2599738437 , 60677 #47cb9daae0, 60679 #f9b4f6ae8d, 60692 #f4f3307ca9, 60700 #f531a8c563, 60707-60708 #209dc36684-#209dc36684 from trunk:
2019-03-18 14:32:20 +00:00
allsynedit.pas
SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
2016-12-21 22:35:05 +00:00
Contributors.txt
SynEdit: recreated Contributors.txt
2016-04-10 23:34:34 +00:00
fpmake.pp
SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
2016-12-21 22:35:05 +00:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas
Reduce compiler warnings, initialize some uninitialized variables.
2017-12-29 18:47:51 +00:00
lazsynimm.pas
Merged revision(s) 61309 #93d8287c3e, 61318 #c2480c6563, 61340 #15cde7a988 from trunk:
2019-06-11 16:16:28 +00:00
lazsyntextarea.pp
SynEdit: Disabled assert / currently combining chars are sometimes incorrectly handled by highlighters and markup
2018-07-18 16:39:21 +00:00
Makefile
darwin: set default lcl platform to cocoa
2020-12-19 13:54:51 +00:00
Makefile.compiled
updated makefiles
2018-07-11 23:58:59 +00:00
Makefile.fpc
darwin: set default lcl platform to cocoa
2020-12-19 13:54:51 +00:00
synbeautifier.pas
SynEdit: Improve beautifier for comment extensions. Split the double usage of MaxIndent / add new flags for AlignOnce
2018-04-09 10:39:48 +00:00
syncompletion.pas
Merged revision(s) 59584 #e5a2420d88, 59596 #f435a9dc89 from trunk:
2018-11-22 22:21:36 +00:00
synedit.inc
synedit.lpk
SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
2016-12-21 22:35:05 +00:00
synedit.pp
Merged revision(s) 64513 #a693251026, 64622 #0c46287ea3 from trunk:
2021-02-19 02:18:02 +00:00
syneditautocomplete.pp
Use Delete() instead of Copy() where appropriate.
2017-06-10 16:30:27 +00:00
syneditexport.pas
SynEditExporter: less verbose.
2016-11-12 16:31:17 +00:00
syneditfoldedview.pp
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
2018-06-09 14:39:36 +00:00
synedithighlighter.pp
SynEdit, EditorOpts: fix color for outline
2018-08-20 12:45:46 +00:00
synedithighlighterfoldbase.pas
Merged revision(s) 59297-59300 #6769e903a6-#6769e903a6 from trunk:
2018-10-15 22:04:39 +00:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp
SynEdit: multi caret, option to prevent ecDelete from joining lines (skip delete linebreak)
2018-06-08 21:44:44 +00:00
syneditlines.pas
syneditmarks.pp
SynEdit: fix range error. Issue #0032067 Patch by Pascal R.
2017-07-30 16:57:48 +00:00
syneditmarkup.pp
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
2017-06-04 15:14:29 +00:00
syneditmarkupbracket.pp
syneditmarkupctrlmouselink.pp
SynEdit: generic method for plugins to override mouse cursor
2016-09-24 00:08:14 +00:00
syneditmarkupfoldcoloring.pas
SynEdit: MarkupFoldColor, fix crash when HL does not have config.
2019-12-14 18:08:31 +00:00
syneditmarkupguttermark.pp
syneditmarkuphighall.pp
synedit: fixed CompareBinary for Length(s2) > l
2019-02-09 08:45:48 +00:00
syneditmarkupifdef.pp
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
2018-06-09 14:39:36 +00:00
syneditmarkupselection.pp
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp
SynEDit: clean up debugln from last commit
2017-01-31 00:56:17 +00:00
syneditmarkupwordgroup.pp
syneditmiscclasses.pp
Merged revision(s) 61118 #ddb8114238, 61150-61151 #4d8827642a-#4d8827642a, 61153 #4e7db82b52, 61156-61158 #80f32f0ac9-#80f32f0ac9 from trunk:
2019-05-05 15:57:39 +00:00
syneditmiscprocs.pp
syneditmousecmds.pp
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
2018-06-09 14:39:36 +00:00
syneditplugins.pas
syneditpointclasses.pas
Merged revision(s) 61001 #b31e03db6b, 61005 #e2056f0494, 61026 #e98b6c7599, 61028-61030 #519161a185-#519161a185, 61056 #142b226591, 61066 #157ea70bdb from trunk:
2019-04-30 11:39:43 +00:00
syneditregexsearch.pas
SynEdit: Use IntegerList in unit SynEditRegexSearch.
2017-11-13 17:33:31 +00:00
syneditsearch.pp
SynEdit, SynSearch: workaround in case a none SynEdit TStrings is passed in. Issue #0029520
2018-07-15 01:07:18 +00:00
syneditstrconst.pp
SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569
2018-07-14 13:56:25 +00:00
synedittextbase.pas
IDE, SynEdit: MarkupFoldColor, more options to set colors
2018-07-20 01:12:11 +00:00
synedittextbidichars.pas
synedittextbuffer.pp
SynEdit: fix position of multi-caret (after EOL), when column selection is deleted. Issue #0032161
2018-06-08 10:19:06 +00:00
synedittextdoublewidthchars.pas
synedittextsystemcharwidth.pas
synedittexttabexpander.pas
SynEdit: fix issue with longest line info (cached line num was not updated). Horiz scrollbar sometimes disappeared after line was deleted
2018-01-14 01:07:17 +00:00
synedittexttrimmer.pas
SynEdit: fix space-trimmer, incorrectly sending 0-based x pos. fixes issue #0030684 (crash in ifdef lowlighter)
2016-10-17 02:27:16 +00:00
synedittypes.pp
SynEdit: generic method for plugins to override mouse cursor
2016-09-24 00:08:14 +00:00
synexporthtml.pas
SynExportHtml:
2016-11-12 16:33:33 +00:00
syngutter.pp
Merged revision(s) 62163 #9a7663f9a7 from trunk:
2019-11-17 21:43:02 +00:00
syngutterbase.pp
Merged revision(s) 60648-60652 #db921aff87-#db921aff87, 60665 #b2b0533619, 60675 #2599738437 , 60677 #47cb9daae0, 60679 #f9b4f6ae8d, 60692 #f4f3307ca9, 60700 #f531a8c563, 60707-60708 #209dc36684-#209dc36684 from trunk:
2019-03-18 14:32:20 +00:00
syngutterchanges.pas
synguttercodefolding.pp
SynEdit: Clean up
2018-07-22 11:36:10 +00:00
syngutterlinenumber.pp
SynEdit, Gutter: more PPI PreferedWidth fixes. Issue #33949
2018-07-11 17:20:38 +00:00
syngutterlineoverview.pp
Merged revision(s) 61118 #ddb8114238, 61150-61151 #4d8827642a-#4d8827642a, 61153 #4e7db82b52, 61156-61158 #80f32f0ac9-#80f32f0ac9 from trunk:
2019-05-05 15:57:39 +00:00
synguttermarks.pp
Merged revision(s) 60648-60652 #db921aff87-#db921aff87, 60665 #b2b0533619, 60675 #2599738437 , 60677 #47cb9daae0, 60679 #f9b4f6ae8d, 60692 #f4f3307ca9, 60700 #f531a8c563, 60707-60708 #209dc36684-#209dc36684 from trunk:
2019-03-18 14:32:20 +00:00
synhighlighterany.pas
synhighlighterbat.pas
synhighlightercpp.pp
synedit: added proc modifier vectorcall, patch #33134
2018-02-12 14:55:20 +00:00
synhighlightercss.pas
synhighlighterdiff.pas
SynEdit: Diff Highlighter fix endless loop. Issue #30338
2016-07-06 13:00:30 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp
SynEdit: enable matching node markup for html and xml. Issue #0023016
2015-12-13 20:38:06 +00:00
synhighlighterini.pas
synhighlighterjava.pas
synhighlighterjscript.pas
SynEdit: Highlighter JS, add await and async. Issue #0030398
2016-09-16 00:21:36 +00:00
synhighlighterlfm.pas
SynEdit: re-enable markup in lfm
2016-04-12 23:01:29 +00:00
synhighlightermulti.pas
SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
2016-12-21 22:35:05 +00:00
synhighlighterpas.pp
Merged revision(s) 60648-60652 #db921aff87-#db921aff87, 60665 #b2b0533619, 60675 #2599738437 , 60677 #47cb9daae0, 60679 #f9b4f6ae8d, 60692 #f4f3307ca9, 60700 #f531a8c563, 60707-60708 #209dc36684-#209dc36684 from trunk:
2019-03-18 14:32:20 +00:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas
synhighlighterpo.pp
SynEdit, PO highlighter: added safety check
2018-04-26 22:49:57 +00:00
synhighlighterposition.pas
synedit: fixed license of SynHighlighterPosition
2016-12-01 11:29:31 +00:00
synhighlighterpython.pas
synedit: TSynPythonSyn.GetKeywordIdentifiers made public
2016-07-28 07:56:24 +00:00
synhighlightersql.pas
synhighlightertex.pas
LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion.
2017-12-11 19:44:22 +00:00
synhighlighterunixshellscript.pas
synhighlightervb.pas
synhighlighterxml.pas
SynEdit: enable matching node markup for html and xml. Issue #0023016
2015-12-13 20:38:06 +00:00
synmacrorecorder.pas
Reduce typecasts. Use TIntegerList and TByteList where appropriate.
2017-11-13 23:20:44 +00:00
synmemo.pas
synpluginmulticaret.pp
Merged revision(s) 60019 #c627ab92eb, 60033-60034 #dc9a5e764e-#dc9a5e764e from trunk:
2019-01-08 21:46:41 +00:00
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp
SynEdit: assert correct method types
2017-07-30 16:37:07 +00:00
synplugintemplateedit.pp
syntextdrawer.pp
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
2018-06-14 09:05:50 +00:00