lazarus/components/synedit
maxim 44cf6253c1 SynEdit: updated Russian translation
git-svn-id: trunk@65039 -
2021-04-20 22:14:12 +00:00
..
design updated Makefiles 2021-02-13 13:01:14 +00:00
docs/xml
languages SynEdit: updated Russian translation 2021-04-20 22:14:12 +00:00
test Syn Test, fix compile 2021-03-16 20:40:26 +00:00
allsynedit.pas SynEdit: fix ScreenRowToRow for markup highlight all 2021-02-08 18:48:00 +00:00
Contributors.txt
fpmake.pp
images-copyright.txt Components: Add copyright notes to all folders to which Roland Hahn has contributed images. 2021-02-24 22:17:51 +00:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: Fix uninitialized var for "keep caret X" 2021-03-16 16:03:20 +00:00
lazsynimm.pas SynEdit: remove circular dependency between SynEdit and LazSynIMM 2021-02-05 12:40:36 +00:00
lazsyntextarea.pp SynEdit: fix r64487 #583d01104a causing AV 2021-02-05 15:16:18 +00:00
Makefile
Makefile.compiled
Makefile.fpc
synbeautifier.pas LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible. 2021-03-04 08:58:54 +00:00
synbeautifierpascal.pas SynBeautifierPascal: fix file name case 2021-02-05 14:28:28 +00:00
syncompletion.pas IDE: Use a faster compare method for case-insensitive strings and StringLists. 2021-01-29 19:59:04 +00:00
synedit.inc
synedit.lpk synedit.lpk: new package file format 2021-02-05 11:42:48 +00:00
synedit.pp SynEdit: fix for replace in column-mode selection 2021-03-16 20:40:24 +00:00
syneditautocomplete.pp LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible. 2021-03-04 08:58:54 +00:00
syneditexport.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
syneditfoldedview.pp SynEdit: remove circular dependency between SynEdit and SynEditFoldedView 2021-02-05 12:54:49 +00:00
synedithighlighter.pp Components: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:30 +00:00
synedithighlighterfoldbase.pas
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
syneditlines.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
syneditmarks.pp
syneditmarkup.pp SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal 2021-02-14 18:46:26 +00:00
syneditmarkupbracket.pp SynEdit: remove circular dependency between SynEdit and SynEditMarkupBracket 2021-02-05 13:28:58 +00:00
syneditmarkupctrlmouselink.pp SynEdit: remove circular dependency between SynEdit and SynEditMarkupCtrlMouseLink 2021-02-05 13:07:33 +00:00
syneditmarkupfoldcoloring.pas SynEdit: remove circular dependency between SynEdit and SynEditMarkupFoldColoring 2021-02-05 13:16:45 +00:00
syneditmarkupguttermark.pp SynEdit: remove circular dependency between SynEdit and SynEditMarkupGutterMark 2021-02-05 13:20:26 +00:00
syneditmarkuphighall.pp SynEdit: Restore Copy() calls. SetLength() may make a string longer with garbage in the end. 2021-03-03 10:21:52 +00:00
syneditmarkupifdef.pp SynEdit: remove circular dependency between SynEdit and SynEditMarkupIfDef 2021-02-05 13:24:59 +00:00
syneditmarkupselection.pp SynEdit: remove circular dependency between SynEdit and SynEditMarkupSelection 2021-02-05 13:24:16 +00:00
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp
syneditmarkupwordgroup.pp
syneditmiscclasses.pp SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal 2021-02-14 18:46:26 +00:00
syneditmiscprocs.pp SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
syneditmousecmds.pp
syneditplugins.pas SynEdit: remove circular dependency between SynEdit and LazSynIMM 2021-02-05 12:40:36 +00:00
syneditpointclasses.pas SynEdit: workaround for issue #38766 / fpc generates bad code on aach64 2021-04-19 18:05:15 +00:00
syneditregexsearch.pas
syneditsearch.pp Components: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:30 +00:00
syneditstrconst.pp SynEdit: improve naming in advanced mouse opts 2021-04-20 18:56:58 +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
synedittexttabexpander.pas
synedittexttrimmer.pas SynEdit: Restore Copy() calls. SetLength() may make a string longer with garbage in the end. 2021-03-03 10:21:52 +00:00
synedittypes.pp SynEdit: remove circular dependency between SynEdit and SynGutterChanges 2021-02-05 13:32:42 +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 SynEdit: move implementation uses to interface 2021-02-05 14:22:50 +00:00
syngutter.pp SynEdit: remove circular dependency between SynEdit and SynGutter 2021-02-05 13:30:02 +00:00
syngutterbase.pp SynEdit: remove circular dependency between SynGutterBase and SynEdit 2021-02-05 10:29:32 +00:00
syngutterchanges.pas SynEdit: remove circular dependency between SynEdit and SynGutterChanges 2021-02-05 13:32:42 +00:00
synguttercodefolding.pp SynEdit: partly fix unfolding lines with mixed collapse and expand info 2021-04-20 13:55:52 +00:00
syngutterlinenumber.pp SynEdit: remove circular dependency between SynEdit and SynGutterLineNumber 2021-02-05 13:48:38 +00:00
syngutterlineoverview.pp SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal 2021-02-14 18:46:26 +00:00
synguttermarks.pp SynEdit: remove circular dependency between SynEdit and SynGutterMarks 2021-02-05 14:20:11 +00:00
synhighlighterany.pas Fix compilation with FPC 3.0.4. 2021-02-05 20:07:12 +00:00
synhighlighterbat.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlightercpp.pp SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlightercss.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterdiff.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterhashentries.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterhtml.pp SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterini.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterjava.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterjscript.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterlfm.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlightermulti.pas
synhighlighterpas.pp Fix compilation with FPC 3.0.4. 2021-02-05 20:07:12 +00:00
synhighlighterperl.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterphp.pas Components: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:30 +00:00
synhighlighterpike.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterpo.pp Components: Reduce calls to LowerCase(). 2021-02-10 13:43:15 +00:00
synhighlighterposition.pas
synhighlighterpython.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlightersql.pas SynEdit: Update Firebird 4.0 highlighter. Issue #0038520 Patch by Gabor Boros 2021-02-22 18:54:04 +00:00
synhighlightertex.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterunixshellscript.pas Pas2js, SynEdit, TAChart, IPro: Use a faster compare method for case-insensitive strings and StringLists. 2021-02-05 11:28:05 +00:00
synhighlightervb.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synhighlighterxml.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synmacrorecorder.pas SynEdit: remove circular dependency between SynEdit and LazSynIMM 2021-02-05 12:40:36 +00:00
synmemo.pas SynEdit: move implementation uses to interface 2021-02-05 11:23:37 +00:00
synpluginmulticaret.pp
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp
synplugintemplateedit.pp
syntextdrawer.pp SynEdit: Add stdcall 2020-10-09 15:17:25 +00:00