.. |
design
|
updated Makefiles
|
2023-06-30 20:50:27 +02:00 |
docs/xml
|
|
|
languages
|
SynEdit: regenerated translations and updated Russian translation
|
2023-06-21 16:40:49 +03:00 |
test
|
small fixes
|
2023-07-25 01:52:59 +02:00 |
allsynedit.pas
|
SynEdit: Add elastic Tabstops
|
2023-07-02 20:45:33 +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
|
SynEdit: Add elastic Tabstops
|
2023-07-02 20:45:33 +02:00 |
lazsyngtk2imm.pas
|
SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit / See commit 65175 #176f0b3310
|
2021-06-15 13:06:15 +00:00 |
lazsynimm.pas
|
Remove obsolete checks for FPC versions earlier then 3.0.
|
2023-07-07 17:39:02 +03: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
|
2023-07-14 16:42:45 +02:00 |
Makefile.compiled
|
updated makefiles
|
2023-07-14 16:42:45 +02:00 |
Makefile.fpc
|
updated makefiles
|
2023-07-14 16:42:45 +02:00 |
synbeautifier.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
synbeautifierpascal.pas
|
|
|
syncompletion.pas
|
Remove obsolete checks for FPC versions earlier then 3.0.
|
2023-07-07 17:39:02 +03:00 |
synedit.inc
|
|
|
synedit.lpk
|
synedit: added missing file
|
2023-08-02 01:34:50 +02:00 |
synedit.pp
|
SynEdit: fixed SynPopUpMenu, enable/disable select all / Added SynEdit.HasText to check if non-empty
|
2023-07-09 10:18:36 +02:00 |
syneditautocomplete.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 |
syneditexport.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 |
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
|
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 |
synedithighlighterfoldbase.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +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
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03: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
|
Remove obsolete checks for FPC versions earlier then 3.0.
|
2023-07-07 17:39:02 +03:00 |
synedittextdyntabexpander.pas
|
SynEdit: Add elastic Tabstops
|
2023-07-02 20:45:33 +02:00 |
synedittextsystemcharwidth.pas
|
Support compiling on Win32 widgetset with -Sy option.
|
2023-05-21 08:39:30 +03:00 |
synedittexttabexpander.pas
|
SynEdit: Refactor tab-expander
|
2023-07-02 20:45:29 +02: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
|
SynEdit: Linenumber gutter, "Every Nth Line" must be 1 or greater. Issue #39394
|
2021-09-24 22:00:25 +02:00 |
syngutterlineoverview.pp
|
|
|
synguttermarks.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 |
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
|
Reduce compiler warnings.
|
2023-07-03 06:23:49 +03:00 |
synhighlighterdiff.pas
|
|
|
synhighlighterhashentries.pas
|
|
|
synhighlighterhtml.pp
|
|
|
synhighlighterini.pas
|
|
|
synhighlighterjava.pas
|
|
|
synhighlighterjscript.pas
|
|
|
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
|
small fixes
|
2023-07-25 01:52:59 +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
|
|
|
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:18:36 +02:00 |
syntextdrawer.pp
|
Correct spelling errors for "Width" in various units. Issue #39402, patch by Don Siders.
|
2021-09-26 21:40:16 +03:00 |