lazarus/components/synedit
martin ebe42a29a7 SynEdit: avl, fixed SumBefore for tree.last
git-svn-id: trunk@63581 -
2020-07-17 01:02:22 +00:00
..
design LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
docs/xml
languages Translations: Chinese translation update by robsean, bug #37290 2020-07-01 21:39:48 +00:00
test SynEdit: Tests for Wrap 2020-07-17 01:02:19 +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 synedit: updated fpmake 2018-12-31 09:57:59 +00:00
lazsyneditmousecmdstypes.pp SynEdit: support horizontal mouse wheel 2019-03-02 19:29:53 +00:00
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
syncompletion.pas SynEdit: fix caret blinking during code-completion drop down, if persistent-caret-is-none-blinking 2018-11-18 01:00:13 +00:00
synedit.inc
synedit.lpk SynEdit: added experimental WordWrap / does not work with folding 2020-06-05 00:12:57 +00:00
synedit.pp SynEdit: Add check for nil / Improve comments 2020-06-27 19:24:01 +00:00
syneditautocomplete.pp SynEdit: Code-Templates, fix AddTemplate. Must parse first, or added tmpl will be overwritten when parse is done 2019-11-18 22:43:06 +00:00
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: removed incorrect comment (about 1 based) 2020-07-17 01:02:21 +00:00
synedithighlighter.pp SynEdit,IDE: Move Highlight-Style-Priority setting to base attribute. Now Highlighter colors have a priority, so some colors (e.g. String, Comment) can hide some Markup colors. 2020-07-10 19:38:45 +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 SynEdit: avl, fixed SumBefore for tree.last 2020-07-17 01:02:22 +00:00
syneditmiscprocs.pp SynEdit: Add ViewXYRowToTextXY / TextXYToViewXY 2020-06-02 00:37:12 +00:00
syneditmousecmds.pp SynEdit: support horizontal mouse wheel 2019-03-02 19:29:53 +00:00
syneditplugins.pas
syneditpointclasses.pas SynEdit: Fix calculation of "Viewed" block boundaries. 2020-07-07 14:13:07 +00:00
syneditregexsearch.pas
syneditsearch.pp
syneditstrconst.pp SynEdit: Reverted change in PO highligter name (SYNS_LangPo) from r61786 #489168d083. These language names should remain static, otherwise config loading will be broken. 2019-09-02 22:23:24 +00:00
synedittextbase.pas
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: added out param AStartBytePos and ALineByteLen to TLazSynDisplayView.SetHighlighterTokensLine 2020-06-03 23:28:19 +00:00
synedittextdoublewidthchars.pas
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 SynEdit: fixed connecting DisplayView / fixed DisplayView for trimmer 2020-06-05 23:31:30 +00:00
synedittypes.pp SynEdit: Move caret up/down by viewed line. 2020-06-03 23:28:15 +00:00
syneditviewedlinemap.pp SynEdit: WrappedView LineMap: fix SetHighlighterTokensLine (nil check) 2020-07-09 14:28:12 +00:00
syneditwrappedview.pp SynEdit: WrappedView, fix merging nodes 2020-07-09 14:28:10 +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: foldgutter, safety net for popup menu entry count 2020-06-27 19:23:57 +00:00
syngutterlinenumber.pp SynEdit: Clean up compiler hints 2020-05-31 14:20:57 +00:00
syngutterlineoverview.pp SynEdit: Clean up compiler hints 2020-05-31 14:20:57 +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 SynEdit: Converted Unix Shell Script highligter name from resource string to constant and moved it to syneditstrconst.pp for symmetry with other highlighters. Removed now obsolete synhighlighterunixshellscript.*.po files. While at this, corrected the case of SYNS_LangPo constant value (didn't seem to cause any regressions). 2019-08-29 23:06:38 +00:00
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
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 SynEdit: Fixed crash in SyncroEdit, when undoing. Introduced in r60079 #507784f308 "improved syncro/template edit to deal with adjacent cells" 2019-03-31 17:04:14 +00:00
synplugintemplateedit.pp SynEdit: improved syncro/template edit to deal with adjacent cells. (no text between cells) 2019-01-14 01:53:46 +00:00
syntextdrawer.pp LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00