lazarus/components/synedit
2020-12-20 19:38:19 +00:00
..
design Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
docs/xml
languages SynEdit: moved SynMacroRecorder resource strings to syneditstrconst.pp, merged translations accordingly 2020-09-23 23:01:02 +00:00
test SynEdit: Fixes for MaybeJoinWithSibling and AdjustForLinesDeleted / Tests for MaybeJoinWithSibling 2020-07-28 16:14:37 +00:00
allsynedit.pas SynEdit: added experimental WordWrap / does not work with folding 2020-06-05 00:12:57 +00:00
Contributors.txt
fpmake.pp
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: removed incorrect comment (about 1 based) 2020-07-17 01:02:21 +00:00
lazsynimm.pas SynEdit: Change RowColumnToPixels => ScreenXYToPixels 2020-06-02 00:37:17 +00:00
lazsyntextarea.pp SynEdit: Small optimization for screen line calculation (during invalidate) 2020-06-21 02:27:00 +00:00
Makefile LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.compiled LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.fpc LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
synbeautifier.pas synedit: fixed crash in comment 2020-11-12 11:43:08 +00:00
syncompletion.pas
synedit.inc
synedit.lpk SynEdit: added experimental WordWrap / does not work with folding 2020-06-05 00:12:57 +00:00
synedit.pp SynEdit: do not drag selection if shift is hold. This is for altering the selection. Issue #0037963 2020-12-20 19:38:19 +00:00
syneditautocomplete.pp
syneditexport.pas SynEditExport: only raise an exception (and a make that verbose one) if critical conditions are not met. 2020-01-03 15:44:41 +00:00
syneditfoldedview.pp SynEdit: remove FoldInfo.FNode 2020-07-28 16:14:32 +00:00
synedithighlighter.pp SynEdit: Fixed the stored property for TSynHighlighterAttributes.<....>Priority 2020-12-20 09:03:39 +00:00
synedithighlighterfoldbase.pas
synedithighlighterxmlbase.pas
syneditkeycmds.pp IDE, SynEdit: ecPasteAsColums, paste clipboard - forcing column mode 2020-05-05 14:40:11 +00:00
syneditlines.pas
syneditmarks.pp SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged 2020-05-21 15:48:47 +00:00
syneditmarkup.pp SynEdit: Markup, fix markup for empty line-part after wrap-pos 2020-06-05 00:12:59 +00:00
syneditmarkupbracket.pp
syneditmarkupctrlmouselink.pp SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged 2020-05-21 15:48:47 +00:00
syneditmarkupfoldcoloring.pas SynEdit: prevent bad index. Issue #37325 2020-07-13 05:56:14 +00:00
syneditmarkupguttermark.pp
syneditmarkuphighall.pp SynEdit: Clean up compiler hints 2020-05-31 14:20:57 +00:00
syneditmarkupifdef.pp SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged 2020-05-21 15:48:47 +00:00
syneditmarkupselection.pp SynEdit: Markup, fix markup for empty line-part after wrap-pos 2020-06-05 00:12:59 +00:00
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp SynEdit: Markup, fix markup for empty line-part after wrap-pos 2020-06-05 00:12:59 +00:00
syneditmarkupwordgroup.pp
syneditmiscclasses.pp LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
syneditmiscprocs.pp SynEdit: Add ViewXYRowToTextXY / TextXYToViewXY 2020-06-02 00:37:12 +00:00
syneditmousecmds.pp
syneditplugins.pas
syneditpointclasses.pas SynEdit: add notification of line add 2020-11-06 08:06:29 +00:00
syneditregexsearch.pas
syneditsearch.pp
syneditstrconst.pp SynEdit: moved SynMacroRecorder resource strings to syneditstrconst.pp, merged translations accordingly 2020-09-23 23:01:02 +00:00
synedittextbase.pas SynEdit: Update "change gutter" (yellow/green change indicators) to follow undo/redo. Issue #0032865 and issue #0037209 2020-08-16 12:40:34 +00:00
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: allow "Modified:=False" inside BeginUpdate 2020-08-26 22:24:11 +00:00
synedittextdoublewidthchars.pas SynEdit: Update Half/Full-Width chars. Issue #0037548 2020-08-15 16:07:59 +00:00
synedittextsystemcharwidth.pas SynEdit: Introduced TSynTextViewsManager 2020-05-21 15:48:44 +00:00
synedittexttabexpander.pas SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged 2020-05-21 15:48:47 +00:00
synedittexttrimmer.pas Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
synedittypes.pp SynEdit: Move caret up/down by viewed line. 2020-06-03 23:28:15 +00:00
syneditviewedlinemap.pp SynEdit: Fixes for MaybeJoinWithSibling and AdjustForLinesDeleted / Tests for MaybeJoinWithSibling 2020-07-28 16:14:37 +00:00
syneditwrappedview.pp SynEdit: Wrap, fix out of range access 2020-07-28 16:14:39 +00:00
synexporthtml.pas
syngutter.pp SynEdit: Refactor Gutter to use DisplayView for real to virtual line mapping 2020-05-21 18:04:12 +00:00
syngutterbase.pp SynEdit: Refactor Gutter to use DisplayView for real to virtual line mapping 2020-05-21 18:04:12 +00:00
syngutterchanges.pas SynEdit: Refactor Gutter to use DisplayView for real to virtual line mapping 2020-05-21 18:04:12 +00:00
synguttercodefolding.pp SynEdit: remove FoldInfo.FNode 2020-07-28 16:14:32 +00:00
syngutterlinenumber.pp SynEdit: Clean up compiler hints 2020-05-31 14:20:57 +00:00
syngutterlineoverview.pp LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
synguttermarks.pp SynEdit: Clean up compiler hints 2020-05-31 14:20:57 +00:00
synhighlighterany.pas
synhighlighterbat.pas
synhighlightercpp.pp
synhighlightercss.pas
synhighlighterdiff.pas
synhighlighterhashentries.pas
synhighlighterhtml.pp
synhighlighterini.pas
synhighlighterjava.pas
synhighlighterjscript.pas
synhighlighterlfm.pas
synhighlightermulti.pas
synhighlighterpas.pp SynEdit: Pascal Highlighter - only store property TypeHelpers if user changed, issue #0036969 . / fix incorrectly overwriting NestedComments when Loading. 2020-05-05 18:16:58 +00:00
synhighlighterperl.pas
synhighlighterphp.pas
synhighlighterpike.pas
synhighlighterpo.pp
synhighlighterposition.pas
synhighlighterpython.pas
synhighlightersql.pas SynEdit: Sql Highligter new Firebird 4.0 keywords. Issue #0037213 Patch (reformated) by Gabor Boros 2020-06-16 23:40:14 +00:00
synhighlightertex.pas
synhighlighterunixshellscript.pas
synhighlightervb.pas SynEdit: Updated synhighlightervb. Issue #0027928 Added "AndAlso" and "OrElse". Patch by Nyitrai Péter 2020-06-06 18:26:38 +00:00
synhighlighterxml.pas
synmacrorecorder.pas SynEdit: moved SynMacroRecorder resource strings to syneditstrconst.pp, merged translations accordingly 2020-09-23 23:01:02 +00:00
synmemo.pas
synpluginmulticaret.pp IDE, SourceEditor: identifier completion on type - do not activate with multi caret 2020-06-06 15:28:40 +00:00
synpluginsyncroedit.pp SynEdit: Refactor Notification from Lines. Cache in TextViewManager, and deal with TextBuffer changes (no more need to update in senrTextBufferChanged 2020-05-21 15:48:47 +00:00
synpluginsyncronizededitbase.pp
synplugintemplateedit.pp
syntextdrawer.pp SynEdit: Add stdcall 2020-10-09 15:17:25 +00:00