lazarus/components/synedit
2025-01-26 15:35:55 +01:00
..
design updated makefiles 2024-10-22 00:31:29 +02:00
docs/xml
languages Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 01:38:59 +03:00
test SynEdit: Wrapped-view, map (mouse click) positions at (before/after) start/end of sub-line to the correct end/start pos of the subline (according to property CaretWrapPos) 2025-01-24 21:43:10 +01:00
allsynedit.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
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 Add deprecated for old names. More fixes. 2024-09-23 12:44:32 +02: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: TextDrawer, paint divider lines only for last wrapped line 2025-01-24 21:43:09 +01:00
Makefile updated makefiles 2024-10-22 00:31:29 +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 SynEdit: partly implement handling of space followed by combining mark. Issue #41228 2024-11-24 18:15:23 +01:00
synbeautifierpascal.pas Add deprecated for old names. More fixes. 2024-09-23 12:44:32 +02:00
syncompletion.pas SynEdit, IDE: Refactoring for code template completion. Sort the list after parsing. Issue #40764. 2024-02-14 08:13:59 +02:00
synedit.inc
synedit.lpk Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
synedit.pp SynEdit: fix invalidate gutter-lines, if caret Viewed-Y changes 2025-01-24 21:43:09 +01:00
syneditautocomplete.pp SynEdit: Rename TCodeTemplate as TTemplate and TCodeTemplateList as TTemplateList. Templates are not necessarily code. 2024-02-15 15:34:04 +02:00
syneditexport.pas SynEdit: fix endless loop in html-exporter. Patch by michalgw. Issue #40927 2024-04-28 13:35:08 +02:00
syneditfoldedview.pp IDE, SynEdit: command to toggle fold on current line. Issue #41359 2025-01-26 12:20:02 +01:00
synedithighlighter.pp IDE, SynEdit: Add custom ident/keywords to Pascal Highlighter 2024-10-20 22:37:38 +02: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-26 15:35:55 +01:00
syneditlines.pas
syneditmarks.pp SynEdit: fix memleak with recent BookMark changes. 2024-10-01 12:56:24 +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 SynEdit: deprecate some methods in folded-view 2025-01-21 12:52:36 +01:00
syneditmarkupguttermark.pp SynEdit: markup gutter-marks, use logical pos. Handle wrapped lines (phys pos occurs on every sub-line) 2025-01-24 21:43:09 +01:00
syneditmarkuphighall.pp SynEdit: new base class for markup-all with several colors 2024-10-19 21:48:07 +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 SynEdit: partly implement handling of space followed by combining mark. Issue #41228 2024-11-24 18:15:23 +01: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 IDE, SynEdit: Add options for the editor gutter layout. Issue #40170 2024-03-12 13:40:12 +01:00
syneditmiscprocs.pp SynEdit: partly implement handling of space followed by combining mark. Issue #41228 2024-11-24 18:15:23 +01:00
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: deprecate ecGotFocus / ecLostFocus. They have no functionality. 2025-01-26 15:35:55 +01:00
syneditpointclasses.pas SynEdit: fix invalidate gutter-lines, if caret Viewed-Y changes 2025-01-24 21:43:09 +01: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: PascalHighlighter, added ModifierAttr 2024-01-25 00:12:47 +01:00
synedittextbase.pas Fix compiling SynEdit 2023-06-18 16:47:53 +02:00
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: Mark as changed (change gutter) if deleting line with ecDeleteLine (next line will be marked, like when selection was deleted). Issue #41264 2025-01-25 23:31:26 +01:00
synedittextdoublewidthchars.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
synedittextdyntabexpander.pas synedit: less hints 2024-03-05 15:53:40 +01:00
synedittextsystemcharwidth.pas Support compiling on Win32 widgetset with -Sy option. 2023-05-21 08:39:30 +03:00
synedittexttabexpander.pas synedit: less hints 2024-03-05 15:38:14 +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 20:53:55 +01:00
syneditwrappedview.pp SynEdit: Wrapped-View, introduced MinWrapWidth 2025-01-24 21:43:10 +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 IDE, SynEdit: Add option to highlight current line in gutter 2024-03-12 13:40:13 +01:00
syngutterbase.pp SynEdit: check AnOwner for gutter parts 2024-09-22 10:24:30 +02:00
syngutterchanges.pas IDE, SynEdit: Add option to highlight current line in gutter 2024-03-12 13:40:13 +01:00
synguttercodefolding.pp SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders 2024-09-23 10:11:37 +00: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 marks gutter autosizing 2024-10-01 22:02:25 +02:00
synhighlighterany.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
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 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 crash with custom-word settings. Adding/Removing lists did not trigger a rebuild. 2025-01-10 16:42:42 +01:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas
synhighlighterpo.pp
synhighlighterposition.pas synedit: less hints 2024-03-05 15:38:14 +01:00
synhighlighterpython.pas SynEdit: Python HL, keyword fixes. Issue #41285 2024-12-21 21:02:31 +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:12:52 +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: fix superfluous invalidate while scrolling 2024-09-01 14:19:35 +02:00
synpluginsyncronizededitbase.pp SynEdit: fixed syncro edit cell order (added by IDE for templates). Issue #40866 2024-04-06 20:02:39 +02: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:18:36 +02:00
syntextdrawer.pp
syntextmatesyn.pas synedit: less hints 2024-03-05 15:38:14 +01:00