lazarus/components/synedit
2025-08-03 12:01:16 +02:00
..
design set fixes version to 4.2 2025-07-19 10:01:39 +02:00
docs/xml
languages Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 02:02:31 +03:00
test SynEdit: PasHighLighter, fix "record helper" in "mode objfpc" with modeswitches. 2025-03-05 20:21:23 +01:00
allsynedit.pas
Contributors.txt
fpmake.pp Update Makefile 2023-09-12 12:16:07 +02:00
images-copyright.txt
lazsyncocoaimm.pas SynEdit/Cocoa: UTF8CodepointCount() used instead of UTF8Length() 2024-08-29 21:27:32 +08:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
lazsyngtk2imm.pas
lazsynimm.pas Fix the problem that TSynMemo reports an error when the input method is enabled on Windows. 2023-10-31 17:33:52 +00:00
lazsynimmbase.pas
lazsyntextarea.pp SynEdit: Fixed crash due to uninitialised pointer. ATokenInfo.Tk.TokenStart may be trash, but the caller needs nil if there is no data. 2025-04-21 21:26:04 +02:00
Makefile set fixes version to 4.2 2025-07-19 10:01:39 +02:00
Makefile.compiled Update Makefile 2023-09-12 12:16:07 +02:00
Makefile.fpc Update Makefile 2023-09-12 12:16:07 +02:00
synbeautifier.pas
synbeautifierpascal.pas Add deprecated for old names. More fixes. 2024-09-23 12:44:32 +02:00
syncompletion.pas SynEdit: fix index error in SynCompletion (when empty) 2025-05-31 22:25:59 +02:00
synedit.inc
synedit.lpk
synedit.pp SynEdit: fix, handling (ignore) clipboard "lost acquired primary selection" event. 2025-07-19 09:11:26 +02:00
syneditautocomplete.pp SynEdit: Fix CodeTemplate completion when Attributes section is missing. Related to issue #40764. 2025-07-01 12:26:32 +03:00
syneditexport.pas SynEdit: fix type for clipboard-format (TClipboardFormat) in exporter. Issue #41697 2025-06-13 13:28:32 +02:00
syneditfoldedview.pp SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
synedithighlighter.pp SynEdit: Extend Syncro edit, key-combo for case/context sensitivity Issue #40808 / key-combo to add/change/remove cells 2024-03-13 21:55:31 +01:00
synedithighlighterfoldbase.pas synedit: less hints 2024-03-05 15:38:14 +01:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit: SynEditKeycmds, added missing IntToIdent mappings. Marked some constants as unimplemented. 2025-01-27 13:13:04 +01:00
syneditlines.pas
syneditmarks.pp SynEdit: fix memleak with recent BookMark changes. 2024-10-01 12:56:24 +02:00
syneditmarkup.pp
syneditmarkupbracket.pp SynEdit: Markup matching brackets. No change needed on scroll. Issue #41658 2025-06-07 12:23:58 +02:00
syneditmarkupctrlmouselink.pp
syneditmarkupfoldcoloring.pas SynEdit: deprecate some methods in folded-view 2025-01-21 13:26:02 +01:00
syneditmarkupguttermark.pp
syneditmarkuphighall.pp SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
syneditmarkupifdef.pp
syneditmarkupselection.pp
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp
syneditmarkupwordgroup.pp
syneditmiscclasses.pp SynEdit: fixed methods hidden by inherited 2025-03-02 11:43:44 +01:00
syneditmiscprocs.pp IDE, SynEdit: Add indent for column mode selection 2024-10-04 23:56:24 +02:00
syneditmousecmds.pp
syneditplugins.pas SynEdit: fixed using for-var after loop. 2025-03-02 11:43:44 +01:00
syneditpointclasses.pas SynEdit: improve EnsureCursorPosVisible, don't force a persistent selection into view 2025-05-15 11:22:28 +02:00
syneditregexsearch.pas
syneditsearch.pp SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
syneditstrconst.pp SynEdit: PascalHighlighter, added ModifierAttr 2024-01-25 00:12:47 +01:00
synedittextbase.pas
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: Improve d8e4b249c3, initialize out variable. issue #41553 2025-04-01 15:53:04 +02:00
synedittextdoublewidthchars.pas
synedittextdyntabexpander.pas SynEdit: elastic tab, fix stack overflow with shared text buffers. Ping-pong between 2 elastic-tab-views. 2025-03-21 15:07:06 +01:00
synedittextsystemcharwidth.pas
synedittexttabexpander.pas SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
synedittexttrimmer.pas SynEdit: fixed space-trimmer. Don't mark as changed when lock did not make changes. 2024-01-21 00:33:33 +01:00
synedittypes.pp IDE, SynEdit: add option to have bookmarks restore the scroll pos. Issue #40912 2024-09-24 22:35:09 +02:00
syneditviewedlinemap.pp SynEdit: Wrapped-view, fix painting for non-wrapped lines. Update values for current (sub-)line 2025-01-24 21:56:45 +01:00
syneditwrappedview.pp SynEdit: WrappedView, remove incorrect assert. New range can overlap several existing ranges 2025-02-27 13:12:30 +01:00
synexporthtml.pas
syngutter.pp IDE, SynEdit: Add option to highlight current line in gutter 2024-03-12 13:40:13 +01:00
syngutterbase.pp SynEdit: fix painting gutter-part with margin. Issue #41638 2025-05-15 11:22:29 +02:00
syngutterchanges.pas SynEdit: Publish MarkupInfor for TSynGutterMarks and TSynGutterChanges 2025-07-23 20:54:06 +02:00
synguttercodefolding.pp SynEdit: fixed methods hidden by inherited 2025-03-02 11:43:44 +01:00
syngutterlinenumber.pp SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders 2024-09-23 10:11:37 +00:00
syngutterlineoverview.pp SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders 2024-09-23 10:11:37 +00:00
synguttermarks.pp SynEdit: fix wrong painting of gutter marks in very first paint. Introduced in cbf7a97b7f 2025-08-03 12:01:16 +02:00
synhighlighterany.pas
synhighlighterbat.pas
synhighlightercpp.pp
synhighlightercss.pas SynEdit: CSS-Highlighter fixes - issue #41087 2024-10-01 15:27:35 +02:00
synhighlighterdiff.pas
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: fix range check introduced in a7a0b3ee3a - Issue #40778 2024-02-16 14:06:14 +01:00
synhighlighterini.pas SynEdit: ini Highlighter, support optional # comments 2023-12-03 15:16:15 +01:00
synhighlighterjava.pas
synhighlighterjscript.pas SynEdit: Json-Highlighter, improve parsing speed a bit (Issue #40709). Fix handling of \-escape in strings. 2024-01-20 20:00:17 +01:00
synhighlighterlfm.pas
synhighlightermulti.pas
synhighlighterpas.pp SynEdit: PasHighlighter, don't attempt to merge nil attrib 2025-03-21 16:21:43 +01:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas
synhighlighterpo.pp
synhighlighterposition.pas SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
synhighlighterpython.pas SynEdit: Python HL, keyword fixes. Issue #41285 2025-01-01 19:42:55 +01:00
synhighlightersql.pas SynEdit: Add keywords to Sql-Hl. Issue #40936 2024-09-26 09:21:31 +02:00
synhighlightertex.pas
synhighlighterunixshellscript.pas SynEdit: UnixShellScript Highlighter, treat # and ~ as identifiers rather than unknown. Add separate markup-color for unknown. Issue #41288 2025-01-25 22:28:50 +01:00
synhighlightervb.pas SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not 2024-01-07 19:50:57 +03:00
synhighlighterxml.pas SynEdit: fix endless XML HL, do not return empty tokens. 2024-04-28 13:35:35 +02:00
synmacrorecorder.pas
synmemo.pas
synpluginmulticaret.pp IDE, SynEdit: Add indent for column mode selection 2024-10-04 23:56:24 +02:00
synpluginsyncroedit.pp SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-02 11:43:44 +01:00
synpluginsyncronizededitbase.pp SynEdit: fix SyncroEdit for chars with different upper/lower length. Issue #41446 2025-03-05 23:54:41 +01:00
synplugintemplateedit.pp
synpopupmenu.pas
syntextdrawer.pp
syntextmatesyn.pas synedit: less hints 2024-03-05 15:38:14 +01:00