lazarus/components/synedit
2025-01-18 10:32:39 +01:00
..
design updated makefiles 2025-01-18 10:32:39 +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
lazsyncocoaimm.pas LCL/SynEdit: ADD: MacOS IME fully supported 2023-05-03 21:31:25 +08:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas
lazsyngtk2imm.pas
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
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 updated makefiles 2025-01-18 10:32:39 +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
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
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
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
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: Fix compile. 2024-09-24 17:15:50 +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 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
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