.. |
design
|
synedit: HiRes component palette icons by Roland Hahn
|
2017-12-15 11:37:40 +00:00 |
docs/xml
|
fixed typos, bug #29323 patch from Paul Gevers
|
2016-01-04 15:02:09 +00:00 |
languages
|
Translations: Simplified Chinese translation update by robsean, bug #33242
|
2018-02-27 23:23:20 +00:00 |
test
|
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 |
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
|
Fix SynEdit IME handler / crash on short section of only one char, loop for FRightPosForTarget not entered. Issue #0029126
|
2015-12-04 01:47:43 +00:00 |
lazsyntextarea.pp
|
SynEdit: markup, added BeginMarkup notification
|
2017-01-28 03:20:47 +00:00 |
Makefile
|
updates makefiles
|
2017-05-18 11:39:53 +00:00 |
Makefile.compiled
|
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
|
2015-10-01 18:40:54 +00:00 |
Makefile.fpc
|
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
|
2015-10-01 18:40:54 +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
|
synedit: fixed typo
|
2018-05-23 21:38:32 +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
|
SynEdit: Fix scrollbars, if new handle is created (SynEdit shown a 2nd time). Issue #33784
|
2018-05-24 18:38:53 +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
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
|
2017-06-04 15:14:29 +00:00 |
synedithighlighter.pp
|
SynEdit: (temporarily) made TSynCustomHighlighter.IdleScanRanges virtual. Issue #33185
|
2018-02-22 09:33:31 +00:00 |
synedithighlighterfoldbase.pas
|
SynEdit: TLazSynEditNestedFoldsList fix crash with cached data
|
2018-03-16 00:50:59 +00:00 |
synedithighlighterxmlbase.pas
|
|
|
syneditkeycmds.pp
|
SynEdit: introduce new commands for the new smart word right/left logic
|
2018-05-09 16:49:55 +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
|
SynEdit: invalidate if Markup.enable changes. Issue #0028729
|
2015-09-29 01:29:20 +00:00 |
syneditmarkupctrlmouselink.pp
|
SynEdit: generic method for plugins to override mouse cursor
|
2016-09-24 00:08:14 +00:00 |
syneditmarkupfoldcoloring.pas
|
SynEdit: outline coloring, fix invalidation
|
2018-03-20 18:34:22 +00:00 |
syneditmarkupguttermark.pp
|
|
|
syneditmarkuphighall.pp
|
SynEdit: invalidate if Markup.enable changes. Issue #0028729
|
2015-09-29 01:29:20 +00:00 |
syneditmarkupifdef.pp
|
SynEdit: assert correct method types
|
2017-07-30 16:37:07 +00:00 |
syneditmarkupselection.pp
|
SynEdit: invalidate if Markup.enable changes. Issue #0028729
|
2015-09-29 01:29:20 +00:00 |
syneditmarkupspecialchar.pp
|
SynEdit: invalidate if Markup.enable changes. Issue #0028729
|
2015-09-29 01:29:20 +00:00 |
syneditmarkupspecialline.pp
|
SynEDit: clean up debugln from last commit
|
2017-01-31 00:56:17 +00:00 |
syneditmarkupwordgroup.pp
|
SynEdit: invalidate if Markup.enable changes. Issue #0028729
|
2015-09-29 01:29:20 +00:00 |
syneditmiscclasses.pp
|
SynEdit: TImageList -> TCustomImageList
|
2018-05-09 00:54:42 +00:00 |
syneditmiscprocs.pp
|
|
|
syneditmousecmds.pp
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
syneditplugins.pas
|
|
|
syneditpointclasses.pas
|
Reduce compiler warnings, initialize some uninitialized variables.
|
2017-12-29 18:47:51 +00:00 |
syneditregexsearch.pas
|
SynEdit: Use IntegerList in unit SynEditRegexSearch.
|
2017-11-13 17:33:31 +00:00 |
syneditsearch.pp
|
SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
|
2016-12-21 22:35:05 +00:00 |
syneditstrconst.pp
|
SynEdit: Clicks on overview gutter. Issue #30012
|
2016-05-09 19:17:28 +00:00 |
synedittextbase.pas
|
SynEdit: Simplify TSynEditUndoItem.IsEqual.
|
2017-12-22 23:43:23 +00:00 |
synedittextbidichars.pas
|
|
|
synedittextbuffer.pp
|
SynEdit: assert correct method types
|
2017-07-30 16:37:07 +00:00 |
synedittextdoublewidthchars.pas
|
SynEdit: doublewidth / ambiguous width chars: Added code by skalogryz IFDEFED. Issue #0027707
|
2015-04-12 17:28:23 +00:00 |
synedittextsystemcharwidth.pas
|
synedit: less hints
|
2015-04-29 09:58:01 +00:00 |
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
|
SynEdit: Clicks on overview gutter. Issue #30012
|
2016-05-09 19:17:28 +00:00 |
syngutterbase.pp
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
syngutterchanges.pas
|
|
|
synguttercodefolding.pp
|
synedit: high-DPI fixes. issue #31753
|
2017-08-17 17:40:05 +00:00 |
syngutterlinenumber.pp
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
syngutterlineoverview.pp
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
synguttermarks.pp
|
SynEdit: support high-dpi image list for gutter images - improve PPI
|
2018-05-09 01:41:45 +00:00 |
synhighlighterany.pas
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
|
2015-07-04 23:08:00 +00:00 |
synhighlighterbat.pas
|
|
|
synhighlightercpp.pp
|
synedit: added proc modifier vectorcall, patch #33134
|
2018-02-12 14:55:20 +00:00 |
synhighlightercss.pas
|
SynEdit, Highlighter: more css3 tags. Issue #28548 patch by Janusz
|
2015-09-29 00:27:43 +00:00 |
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
|
SynEdit, PasHL: fix "helper for" should not generate "foldnode-info" for "for". issue #33551
|
2018-04-06 21:06:31 +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
|
SynMemo: deprecated - use SynEdit
|
2015-03-31 22:52:08 +00:00 |
synpluginmulticaret.pp
|
SynEdit: introduce new commands for the new smart word right/left logic
|
2018-05-09 16:49:55 +00:00 |
synpluginsyncroedit.pp
|
|
|
synpluginsyncronizededitbase.pp
|
SynEdit: assert correct method types
|
2017-07-30 16:37:07 +00:00 |
synplugintemplateedit.pp
|
|
|
syntextdrawer.pp
|
Change order of used units so that "deprecated" warnings are not triggered.
|
2015-08-07 17:20:40 +00:00 |