lazarus/components/synedit
2023-06-25 17:47:14 +02:00
..
design set main version to 3.99 2023-06-25 17:47:14 +02:00
docs/xml
languages SynEdit: regenerated translations and updated Russian translation 2023-06-21 16:40:49 +03:00
test SynEdit: Pas-HL, fix nested fold-blocks if some kind of blocks are disabled in config. ("end" keyword was attributed to wrong block) 2023-06-22 20:28:19 +02:00
allsynedit.pas SynEdit: add TSynPopupMenu with default items for editor. Issue #38792 Patch by Joeny Ang "biloky" 2023-06-21 01:17:28 +02:00
Contributors.txt
fpmake.pp
images-copyright.txt
lazsyncocoaimm.pas LCL/SynEdit: ADD: MacOS IME fully supported 2023-05-03 21:31:25 +08:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: Highlighter, make sure to call SendHighlightChanged (even if lines where deleted, instead of scanned / HL still changed back to valid/"no scan needed") 2021-09-28 00:07:54 +02:00
lazsyngtk2imm.pas SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit / See commit 65175 #176f0b3310 2021-06-15 13:06:15 +00:00
lazsynimm.pas SynEdit: WinIME (workaround), make sure the emoji candidate window is shown at the caret. 2021-06-06 12:53:10 +00:00
lazsynimmbase.pas
lazsyntextarea.pp 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
Makefile
Makefile.compiled
Makefile.fpc
synbeautifier.pas 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
synbeautifierpascal.pas Corrections for spelling errors in LCL and Components. Issue #38986, patch by Don Siders. 2021-06-11 07:11:44 +00:00
syncompletion.pas 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
synedit.inc
synedit.lpk SynEdit: add TSynPopupMenu with default items for editor. Issue #38792 Patch by Joeny Ang "biloky" 2023-06-21 01:17:28 +02:00
synedit.pp SynEdit: fixes for exact scroll range depending on "caret past eol" options. Ensure setting new options takes immediate effect 2023-06-02 16:36:16 +02:00
syneditautocomplete.pp 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
syneditexport.pas 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
syneditfoldedview.pp SynEdit: fix fold-lines in the gutter. Gutter would partially draw IFDEF/REGION lines if those where not foldable. Issue #31296 2023-06-22 18:03:20 +02:00
synedithighlighter.pp 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
synedithighlighterfoldbase.pas 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
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit: Added comments about different meaning of ShiftMask for keys and mouse. Issue #29458 2023-06-21 01:59:18 +02:00
syneditlines.pas
syneditmarks.pp Fix compiling SynEdit 2023-06-18 16:47:53 +02:00
syneditmarkup.pp 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
syneditmarkupbracket.pp 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
syneditmarkupctrlmouselink.pp 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
syneditmarkupfoldcoloring.pas 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
syneditmarkupguttermark.pp 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
syneditmarkuphighall.pp
syneditmarkupifdef.pp Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
syneditmarkupselection.pp 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
syneditmarkupspecialchar.pp 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
syneditmarkupspecialline.pp 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
syneditmarkupwordgroup.pp 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
syneditmiscclasses.pp SynEdit: CopyToClipboard: MSDEVColumnSelect needs some arbitrary data to be passed with it, otherwise it is ignored 2023-04-25 18:23:56 +02:00
syneditmiscprocs.pp
syneditmousecmds.pp SynEdit: Added comments about different meaning of ShiftMask for keys and mouse. Issue #29458 2023-06-21 01:59:18 +02:00
syneditplugins.pas
syneditpointclasses.pas SynEdit: fix calculation of scroll-range, to keep text-caret visible if at EOL 2023-05-28 11:52:45 +02:00
syneditregexsearch.pas
syneditsearch.pp SynEdit: fix crash/hang (endless loop) in SearchReplace. Advance 1 char, if regex returns an zero-len match. Issue #39999 2022-11-22 15:44:40 +01:00
syneditstrconst.pp SynEdit: moved SynPopupMenu resource strings to the correct file 2023-06-21 16:39:02 +03:00
synedittextbase.pas Fix compiling SynEdit 2023-06-18 16:47:53 +02:00
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: fix line-change indicator, when adding new lines (without breaking the current line). Issue #30152 2023-06-21 01:44:46 +02:00
synedittextdoublewidthchars.pas
synedittextsystemcharwidth.pas Support compiling on Win32 widgetset with -Sy option. 2023-05-21 08:39:30 +03:00
synedittexttabexpander.pas 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
synedittexttrimmer.pas Fix compiling SynEdit 2023-06-18 16:47:53 +02:00
synedittypes.pp SynEdit: implement different "caret past eol" options. Issue #40282 2023-05-28 11:52:46 +02:00
syneditviewedlinemap.pp
syneditwrappedview.pp SynEdit: fix range check in WrappedView 2022-12-02 00:58:42 +01:00
synexporthtml.pas 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
syngutter.pp 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
syngutterbase.pp 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
syngutterchanges.pas
synguttercodefolding.pp 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
syngutterlinenumber.pp SynEdit: Linenumber gutter, "Every Nth Line" must be 1 or greater. Issue #39394 2021-09-24 22:00:25 +02:00
syngutterlineoverview.pp
synguttermarks.pp 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
synhighlighterany.pas
synhighlighterbat.pas
synhighlightercpp.pp
synhighlightercss.pas
synhighlighterdiff.pas
synhighlighterhashentries.pas
synhighlighterhtml.pp
synhighlighterini.pas
synhighlighterjava.pas
synhighlighterjscript.pas
synhighlighterlfm.pas
synhighlightermulti.pas 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
synhighlighterpas.pp SynEdit: Pas-HL, fix nested fold-blocks if some kind of blocks are disabled in config. ("end" keyword was attributed to wrong block) 2023-06-22 20:28:19 +02:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas
synhighlighterpo.pp
synhighlighterposition.pas
synhighlighterpython.pas
synhighlightersql.pas SynEdit: Sql-HL, fixed tokens for FireBird 4.0 Issue #38998 2023-06-13 16:00:07 +02:00
synhighlightertex.pas
synhighlighterunixshellscript.pas
synhighlightervb.pas
synhighlighterxml.pas
synmacrorecorder.pas
synmemo.pas
synpluginmulticaret.pp SynEdit: Fix adjusting multi-carets in smColumn mode. Part of issue #39998 2023-03-05 14:46:38 +01:00
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp 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
synplugintemplateedit.pp 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
synpopupmenu.pas SynEdit: moved SynPopupMenu resource strings to the correct file 2023-06-21 16:39:02 +03:00
syntextdrawer.pp Correct spelling errors for "Width" in various units. Issue #39402, patch by Don Siders. 2021-09-26 21:40:16 +03:00