lazarus/components/synedit
2020-03-13 21:19:08 +00:00
..
design set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
docs/xml
languages SynEdit: removed obsolete README.txt from languages directory 2019-08-29 23:20:43 +00:00
test SynEdit: more fixes for ecMoveLineDown / testcase 2020-01-26 19:25:13 +00:00
allsynedit.pas
Contributors.txt
fpmake.pp synedit: updated fpmake 2018-12-31 09:57:59 +00:00
lazsyneditmousecmdstypes.pp SynEdit: support horizontal mouse wheel 2019-03-02 19:29:53 +00:00
lazsynedittext.pas SynEdit: improved syncro/template edit to deal with adjacent cells. (no text between cells) 2019-01-14 01:53:46 +00:00
lazsynimm.pas SynEdit: Fix position for IME (e.g. Candidate window). Requests are received before "StartComposition". Issue #0035682 2019-06-07 17:29:16 +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 set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +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: fix caret blinking during code-completion drop down, if persistent-caret-is-none-blinking 2018-11-18 01:00:13 +00:00
synedit.inc
synedit.lpk lazutils,lclbase,synedit: Some fixes related to r59934 #a2e9341eb3 2018-12-29 22:28:24 +00:00
synedit.pp MUI: use old internal painter for synedit caret 2020-03-13 21:19:08 +00:00
syneditautocomplete.pp SynEdit: Code-Templates, fix AddTemplate. Must parse first, or added tmpl will be overwritten when parse is done 2019-11-18 22:43:06 +00:00
syneditexport.pas SynEditExport: only raise an exception (and a make that verbose one) if critical conditions are not met. 2020-01-03 15:44:41 +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 SynEdit: Pas HL, fix markup if "procedure" is outlined, but top level "begin" is not. Part 2 of Issue #0034410 2018-10-15 00:09:18 +00:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit, IDE: added ecMoveSelection...up/down/right/left, ecDuplicateSelection 2020-01-21 19:27:09 +00:00
syneditlines.pas
syneditmarks.pp
syneditmarkup.pp
syneditmarkupbracket.pp
syneditmarkupctrlmouselink.pp
syneditmarkupfoldcoloring.pas SynEdit: MarkupFoldColor, fix crash when HL does not have config. 2019-12-01 12:48:31 +00:00
syneditmarkupguttermark.pp
syneditmarkuphighall.pp synedit: fixed CompareBinary for Length(s2) > l 2019-02-04 14:54:22 +00:00
syneditmarkupifdef.pp SynEdit: MarkupIfdef, clear caches. 2019-02-26 18:51:51 +00:00
syneditmarkupselection.pp SynEdit: Use logical pos to mark selection (column mode shows fragmented start/end on double width char) 2020-02-03 20:23:57 +00:00
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp
syneditmarkupwordgroup.pp
syneditmiscclasses.pp SynEdit: Fix Avl-tree optimization/clean-up 2020-02-03 20:24:00 +00:00
syneditmiscprocs.pp
syneditmousecmds.pp SynEdit: support horizontal mouse wheel 2019-03-02 19:29:53 +00:00
syneditplugins.pas
syneditpointclasses.pas MUI: use old internal painter for synedit caret 2020-03-13 21:19:08 +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: Reverted change in PO highligter name (SYNS_LangPo) from r61786 #489168d083. These language names should remain static, otherwise config loading will be broken. 2019-09-02 22:23:24 +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: improved syncro/template edit to deal with adjacent cells. (no text between cells) 2019-01-14 01:53:46 +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: Trailing-Space-Trimmer, clean up / better workaround for syncro edit 2019-01-14 01:45:01 +00:00
synedittypes.pp
synexporthtml.pas
syngutter.pp SynEdit: Fixed Gutter.LeftOffset 2019-11-03 11:20:01 +00:00
syngutterbase.pp SynEdit: fixed gutter bug, when auto-sizing is off. (fixed loaded values are ignored / fixed div-zero for zero width gutter) 2019-03-13 20:37:10 +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 SynEdit: LineOverview gutter - removed some dead code 2020-02-07 15:59:49 +00:00
synguttermarks.pp SynEdit: fixed gutter bug, when auto-sizing is off. (fixed loaded values are ignored / fixed div-zero for zero width gutter) 2019-03-13 20:37:10 +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
synhighlighterhashentries.pas
synhighlighterhtml.pp
synhighlighterini.pas
synhighlighterjava.pas
synhighlighterjscript.pas
synhighlighterlfm.pas
synhighlightermulti.pas
synhighlighterpas.pp SynEdit: PasHighLighter, small optimization (avoid re-calling function) 2019-03-16 16:21:03 +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
synhighlighterpython.pas
synhighlightersql.pas SynEdit: added firebird to sql highlighter. Issue #0036296 Patch by Gabor Boros 2019-11-13 12:09:07 +00:00
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 SynEdit: Converted Unix Shell Script highligter name from resource string to constant and moved it to syneditstrconst.pp for symmetry with other highlighters. Removed now obsolete synhighlighterunixshellscript.*.po files. While at this, corrected the case of SYNS_LangPo constant value (didn't seem to cause any regressions). 2019-08-29 23:06:38 +00:00
synhighlightervb.pas
synhighlighterxml.pas
synmacrorecorder.pas Reduce typecasts. Use TIntegerList and TByteList where appropriate. 2017-11-13 23:20:44 +00:00
synmemo.pas
synpluginmulticaret.pp SynEdit, IDE: added ecMoveSelection...up/down/right/left, ecDuplicateSelection 2020-01-21 19:27:09 +00:00
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp SynEdit: Fixed crash in SyncroEdit, when undoing. Introduced in r60079 #507784f308 "improved syncro/template edit to deal with adjacent cells" 2019-03-31 17:04:14 +00:00
synplugintemplateedit.pp SynEdit: improved syncro/template edit to deal with adjacent cells. (no text between cells) 2019-01-14 01:53:46 +00:00
syntextdrawer.pp LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00