lazarus/components/synedit
2024-09-08 14:12:50 +02:00
..
design set fixes version 3.0 2023-12-17 11:23:58 +01:00
docs/xml
languages SynEdit: regenerated translations and updated Russian translation 2023-06-21 16:40:49 +03:00
test SynEdit: SynEditMarkupHighAll, tests 2024-04-25 17:35:27 +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 Components: Add copyright notes to all folders to which Roland Hahn has contributed images. 2021-02-24 22:17:51 +00:00
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 Fix the problem that TSynMemo reports an error when the input method is enabled on Windows. 2023-11-01 09:24:32 +01:00
lazsynimmbase.pas SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit 2021-06-05 22:33:53 +00:00
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 set fixes version 3.0 2023-12-17 11:23:58 +01:00
Makefile.compiled
Makefile.fpc updated makefiles 2023-08-10 22:07:59 +02:00
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 SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-22 16:43:31 +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: mitigate endless loop with regex replace and utf8. (regex does not handle utf-8). Issue #40900 2024-04-20 16:59:18 +02:00
syneditautocomplete.pp SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-22 16:43:31 +03:00
syneditexport.pas SynEdit: fix endless loop in html-exporter. Patch by michalgw. Issue #40927 2024-04-28 13:40:26 +02: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 SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not 2024-01-10 16:19:34 +00: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 SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches 2024-04-25 17:37:55 +02:00
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 SynEdit: remove circular dependency between SynEdit and LazSynIMM 2021-02-05 12:40:36 +00:00
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 SynEdit: remove circular dependency between SynEdit and SynGutterChanges 2021-02-05 13:32:42 +00:00
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 SynEdit: Fixed a typo in the TSynGutterLOvProviderCurrentPage destructor 2024-09-08 14:12:50 +02:00
synguttermarks.pp Revert "SynEdit: Marks-gutter, use all columns before icons get out of visible range. Issue #40914" 2024-04-20 19:25:43 +02:00
synhighlighterany.pas Fix compilation with FPC 3.0.4. 2021-02-05 20:07:12 +00:00
synhighlighterbat.pas
synhighlightercpp.pp
synhighlightercss.pas Reduce compiler warnings. 2023-07-03 16:39:15 +03:00
synhighlighterdiff.pas
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: fix range check introduced in a7a0b3ee3a - Issue #40778 2024-02-16 14:12:04 +01:00
synhighlighterini.pas SynEdit: ini Highlighter, support optional # comments 2023-12-03 21:28:03 +01:00
synhighlighterjava.pas
synhighlighterjscript.pas SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not 2024-01-10 16:19:34 +00:00
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-Highlighter, fix "nil^" as deref, rather than the next source-char being a "^" control char like "^c". 2024-07-19 11:14:14 +02:00
synhighlighterperl.pas
synhighlighterphp.pas Components: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:30 +00:00
synhighlighterpike.pas
synhighlighterpo.pp Components: Reduce calls to LowerCase(). 2021-02-10 13:43:15 +00:00
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 SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not 2024-01-10 16:19:34 +00:00
synhighlighterxml.pas
synmacrorecorder.pas SynEdit: remove circular dependency between SynEdit and LazSynIMM 2021-02-05 12:40:36 +00:00
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: fixed SynPopUpMenu, enable/disable select all / Added SynEdit.HasText to check if non-empty 2023-07-09 10:19:21 +02: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