lazarus/components/synedit
2025-06-13 13:27:34 +02:00
..
design
docs/xml
languages Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
test SynEdit: PascalHighlighter, improve detecting hint modifiers 2025-04-13 13:31:32 +02:00
allsynedit.pas SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
Contributors.txt
fpmake.pp
images-copyright.txt
lazsyncocoaimm.pas
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +02:00
lazsyngtk2imm.pas
lazsynimm.pas SynEdit: Replace TextDrawer.RegisterOnFontChangeHandler with SynEdit.RegisterStatusChangedHandler(... scFontOrStyleChanged) 2025-04-06 17:48:03 +02: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:23:35 +02:00
Makefile
Makefile.compiled
Makefile.fpc
synbeautifier.pas SynEdit: move some helper to LazEdit 2025-03-05 23:41:35 +01:00
synbeautifierpascal.pas SynEdit: Added align-option to auto-string continue on line-break. Issue #23886 2025-03-07 01:01:25 +01:00
syncompletion.pas SynEdit: fix index error in SynCompletion (when empty) 2025-05-25 08:54:38 +02:00
synedit.inc
synedit.lpk SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
synedit.pp SynEdit: Added "delete word, but not linebreak" for Multicaret. Issue #41673 2025-05-24 18:03:27 +02:00
syneditautocomplete.pp
syneditexport.pas SynEdit: fix type for clipboard-format (TClipboardFormat) in exporter. Issue #41697 2025-06-13 13:27:34 +02:00
syneditfoldedview.pp SynEdit: fold-view, don't use outdated cache to map lines. 2025-05-07 18:51:08 +02:00
synedithighlighter.pp SynEdit: move TLazEditTextAttributeModifierCollection 2025-04-09 18:45:08 +02:00
synedithighlighterfoldbase.pas SynEdit: Optimize scanner, don't create temp objects for fold-blocks 2025-04-23 17:15:38 +02:00
synedithighlighterxmlbase.pas SynEdit: Optimize scanner, don't create temp objects for fold-blocks 2025-04-23 17:15:38 +02:00
syneditkeycmds.pp SynEdit: Added "delete word, but not linebreak" for Multicaret. Issue #41673 2025-05-24 18:03:27 +02:00
syneditlines.pas
syneditmarks.pp
syneditmarkup.pp
syneditmarkupbracket.pp SynEdit: Markup matching brackets. No change needed on scroll. Issue #41658 2025-05-24 08:57:01 +02:00
syneditmarkupctrlmouselink.pp
syneditmarkupfoldcoloring.pas SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02: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-01 13:28:20 +01:00
syneditmarkupifdef.pp SynEdit: reduce compile warnings 2025-03-01 13:28:22 +01:00
syneditmarkupselection.pp IDE, SynEdit: implement flag to control if certain attributes/colors (comments, selection, ...) extend past EOL. 2025-04-14 22:21:47 +02:00
syneditmarkupspecialchar.pp SynEdit: move some helper to LazEdit 2025-03-05 23:41:35 +01:00
syneditmarkupspecialline.pp
syneditmarkupwordgroup.pp
syneditmiscclasses.pp SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
syneditmiscprocs.pp IDE, SynEdit: Add column-selection-shift (shift inside selection only) Issue #40978 2025-03-06 18:06:18 +01:00
syneditmousecmds.pp
syneditplugins.pas SynEdit: fixed using for-var after loop. 2025-03-01 13:28:22 +01:00
syneditpointclasses.pas SynEdit: improve EnsureCursorPosVisible, don't force a persistent selection into view 2025-05-10 20:01:41 +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-01 13:28:20 +01:00
syneditstrconst.pp SynEdit: improved a caption 2025-04-04 00:22:19 +03:00
synedittextbase.pas
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +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:06:33 +01:00
synedittextsystemcharwidth.pas SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
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-01 13:28:20 +01:00
synedittexttrimmer.pas SynEdit: clean up, formatting !442 2025-02-28 00:10:55 +01:00
synedittypes.pp SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
syneditviewedlinemap.pp SynEdit: Wordwrap, check if wrap-count changed for any modified line 2025-04-24 16:27:00 +02:00
syneditwrappedview.pp SynEdit: Wordwrap, check if wrap-count changed for any modified line 2025-04-24 16:27:00 +02:00
synexporthtml.pas SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +02:00
syngutter.pp SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
syngutterbase.pp SynEdit: fix painting gutter-part with margin. Issue #41638 2025-05-15 10:46:22 +02:00
syngutterchanges.pas
synguttercodefolding.pp SynEdit: reduce compile warnings 2025-03-01 13:28:22 +01:00
syngutterlinenumber.pp SynEdit: Replace TextDrawer 2025-04-09 12:18:23 +02:00
syngutterlineoverview.pp SynEdit: reduce compile warnings 2025-03-01 13:28:22 +01:00
synguttermarks.pp
synhighlighterany.pas
synhighlighterbat.pas
synhighlightercpp.pp
synhighlightercss.pas
synhighlighterdiff.pas
synhighlighterhashentries.pas
synhighlighterhtml.pp
synhighlighterini.pas
synhighlighterjava.pas
synhighlighterjscript.pas Synedit/SynHighlighterJScript: more appropriate type for a temporary variable (string -> char), no implicit type conversions 2025-05-20 15:54:12 +03:00
synhighlighterlfm.pas
synhighlightermulti.pas SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +02:00
synhighlighterpas.pp SynEdit: Optimize scanner, don't create temp objects for fold-blocks 2025-04-23 17:15:38 +02:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas IDE/Options: Indicate the new color name "Selected text" in Pike code sample. Related to !367 2025-05-18 11:46:16 +02:00
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-01 13:28:20 +01:00
synhighlighterpython.pas
synhighlightersql.pas SynEdit: add SQL dialect for MSSQL 2022. Issue #41543 Patch by paweld 2025-03-23 11:14:05 +01:00
synhighlightertex.pas
synhighlighterunixshellscript.pas
synhighlightervb.pas
synhighlighterxml.pas
synmacrorecorder.pas
synmemo.pas
synpluginmulticaret.pp SynEdit: Added "delete word, but not linebreak" for Multicaret. Issue #41673 2025-05-24 18:03:27 +02:00
synpluginsyncroedit.pp SynEdit: remove debug output from syncro edit 2025-05-10 20:00:57 +02:00
synpluginsyncronizededitbase.pp SynEdit: fix SyncroEdit for chars with different upper/lower length. Issue #41446 2025-03-05 23:38:11 +01:00
synplugintemplateedit.pp
synpopupmenu.pas
syntextmatesyn.pas