lazarus/components/synedit
2025-08-07 09:04:56 +02:00
..
design updated Makefiles 2025-07-10 09:02:25 +02:00
docs/xml SynEdit: XML-Highlighter, add optional attributes for namespace identifier parts. 2025-07-23 16:12:41 +02:00
languages SynEdit: updated Russian translation 2025-07-24 16:31:08 +03:00
test Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +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 Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
Makefile updated makefiles 2025-08-07 09:04:56 +02:00
Makefile.compiled ide: remove -vm params from Makefile 2025-07-09 18:06:57 +02:00
Makefile.fpc ide: remove -vm params from Makefile 2025-07-09 18:06:57 +02:00
synbeautifier.pas SynEdit: move some helper to LazEdit 2025-03-05 23:41:35 +01:00
synbeautifierpascal.pas SynEdit: PascalBeautifier, fix continue-string-on-next-line. The new "custom words" in string can break up the token, which stopped the beautifier from finding the start of the string. 2025-07-06 01:33:01 +02:00
syncompletion.pas SynEdit: fix index error in SynCompletion (when empty) 2025-05-25 08:54:38 +02:00
synedit.inc
synedit.lpk synedit: added -vm6060 for fpc > 3.2.3 2025-07-09 17:09:14 +02:00
synedit.pp SynEdit: Better class for GutterPart.MarkupInfo. Reduce unused colors. 2025-08-04 21:28:06 +02:00
syneditautocomplete.pp SynEdit: Fix CodeTemplate completion when Attributes section is missing. Related to issue #40764. 2025-06-27 11:43:49 +03:00
syneditexport.pas SynEdit: fix type for clipboard-format (TClipboardFormat) in exporter. Issue #41697 2025-06-13 13:27:34 +02:00
syneditfoldedview.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
synedithighlighter.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +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 SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syneditmarkupbracket.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmarkupctrlmouselink.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmarkupfoldcoloring.pas SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syneditmarkupguttermark.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmarkuphighall.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmarkupifdef.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syneditmarkupselection.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syneditmarkupspecialchar.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmarkupspecialline.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syneditmarkupwordgroup.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
syneditmiscclasses.pp Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +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: XML-Highlighter, spelling 2025-07-23 16:52:59 +02: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: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
synexporthtml.pas SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure. 2025-04-06 10:04:14 +02:00
syngutter.pp SynEdit: Rename TextArea.TopLine to TopViewedLine 2025-06-26 16:22:21 +02:00
syngutterbase.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syngutterchanges.pas SynEdit: Publish MarkupInfor for TSynGutterMarks and TSynGutterChanges 2025-07-23 20:53:32 +02:00
synguttercodefolding.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
syngutterlinenumber.pp SynEdit: Rename TextArea.TopLine to TopViewedLine 2025-06-26 16:22:21 +02:00
syngutterlineoverview.pp SynEdit: added BottomLine and PartialBottomLine for quick/easy access to the last Text-line (Logical), similar to TopLine. 2025-06-29 14:35:41 +02:00
synguttermarks.pp SynEdit: fix wrong painting of gutter marks in very first paint. Introduced in cbf7a97b7f 2025-08-03 11:58:42 +02:00
synhighlighterany.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterbat.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightercpp.pp SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightercss.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterdiff.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterini.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterjava.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterjscript.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterlfm.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightermulti.pas SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
synhighlighterpas.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
synhighlighterperl.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterphp.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
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 SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterposition.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterpython.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightersql.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightertex.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterunixshellscript.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlightervb.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synhighlighterxml.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
synmacrorecorder.pas
synmemo.pas
synpluginmulticaret.pp SynEdit: added BottomLine and PartialBottomLine for quick/easy access to the last Text-line (Logical), similar to TopLine. 2025-06-29 14:35:41 +02:00
synpluginsyncroedit.pp SynEdit: Remove deprecated TSynPluginSyncroEdit.CaseSensitive. 2025-07-08 13:27:35 +03:00
synpluginsyncronizededitbase.pp SynEdit: HighlighterAttributes, free up OnChange property (for use by usercode) 2025-08-05 01:04:44 +02:00
synplugintemplateedit.pp
synpopupmenu.pas
syntextmatesyn.pas SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00