lazarus/components/synedit
2014-05-11 21:56:45 +00:00
..
design SynEdit: fix designer (correct inherited) 2014-03-22 10:59:50 +00:00
docs/xml fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
languages Translations: Hungarian translation update by Péter Gábor, bug #26144 2014-05-11 21:56:45 +00:00
test SynEdit: Markup-IfDef; fix crash. Issue: #0025811 2014-03-04 19:22:38 +00:00
allsynedit.pas SynEdit: Starting on Ifdef Markup 2013-05-06 14:03:03 +00:00
fpmake.pp
lazsyneditmousecmdstypes.pp
lazsynedittext.pas fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
lazsynimm.pas SynEdit: clean up 2013-01-14 13:23:13 +00:00
lazsyntextarea.pp SynEdit: paint, ensure field for Attribute is initialized 2013-11-11 21:09:10 +00:00
Makefile fixed make distclean 2014-02-18 17:37:14 +00:00
Makefile.compiled IDE: fixed Makefile.compiled to contain inherited custom options 2013-07-29 10:48:35 +00:00
Makefile.fpc fixed make distclean 2014-02-18 17:37:14 +00:00
synbeautifier.pas synedit: less hints 2014-02-06 09:33:13 +00:00
syncompletion.pas SynEdit: SynCompletion, a fix 64 bit compilation 2013-10-28 11:13:23 +00:00
synedit.inc SynEdit: regex, clean up, issue #0024700 2013-07-23 18:44:37 +00:00
synedit.lpk SynEdit: Starting on Ifdef Markup 2013-05-06 14:10:27 +00:00
synedit.pp SynEdit: remove double calling of iherited in TCustomSynEdit.WMKillFocus. 2014-05-04 22:37:57 +00:00
syneditautocomplete.pp SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038 2014-04-17 22:25:13 +00:00
syneditexport.pas
syneditfoldedview.pp SynEdit: prepare extra highlight for lines starting a fold 2013-11-11 20:28:56 +00:00
synedithighlighter.pp synedit: less hints 2014-02-06 09:33:13 +00:00
synedithighlighterfoldbase.pas fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit: cleanup 2013-05-28 16:00:02 +00:00
syneditlines.pas synedit: LoadFromFile support for UTF-8 under Windows 2013-05-31 20:32:37 +00:00
syneditmarks.pp IDE: further migration external tools 2013-08-03 18:39:14 +00:00
syneditmarkup.pp SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
syneditmarkupbracket.pp SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range) 2013-01-25 00:23:30 +00:00
syneditmarkupctrlmouselink.pp SynEdit: speed up large operations (search replace) 2014-01-18 01:19:11 +00:00
syneditmarkupguttermark.pp synedit: fixed row in TSynEditMarkupGutterMark.PrepareMarkupForRow 2013-07-25 17:24:04 +00:00
syneditmarkuphighall.pp SynEdit: Highlight-all, fix index for last element 2013-11-05 09:59:55 +00:00
syneditmarkupifdef.pp SynEdit: Markup-IfDef; fix crash. Issue: #0025811 2014-03-04 19:22:38 +00:00
syneditmarkupselection.pp
syneditmarkupspecialchar.pp
syneditmarkupspecialline.pp SynEdit: Fixed current line highlight, for use of synedit outside the IDE. 2014-03-17 20:32:21 +00:00
syneditmarkupwordgroup.pp SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range) 2013-01-25 00:23:30 +00:00
syneditmiscclasses.pp fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
syneditmiscprocs.pp SynEdit: cleanup issue #0024174 Patch by Zaher Dirkey 2013-05-19 18:03:28 +00:00
syneditmousecmds.pp SynEdit: fixed, do not display popup while paintlocked 2013-09-11 21:06:27 +00:00
syneditplugins.pas
syneditpointclasses.pas SynEdit: avoid duplicate call 2014-01-19 03:02:30 +00:00
syneditregexsearch.pas
syneditsearch.pp SynEdit search: Fix searching multi-line text. Found text could have longer lines (Pattern expected line-end), if start matched. 2013-01-14 01:49:07 +00:00
syneditstrconst.pp SynEdit: SynHighlighterJava: basic parsing of Annotations by Flavio. Issue #0024706 2013-08-24 23:44:34 +00:00
synedittextbase.pas SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: speed up large operations (search replace) / fix 2014-01-18 19:06:02 +00:00
synedittextdoublewidthchars.pas
synedittextsystemcharwidth.pas Fix Compilation for WinCE issue #24560 2013-06-08 19:35:20 +00:00
synedittexttabexpander.pas fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
synedittexttrimmer.pas SynEdit: fixed wrong index in space trimmer. Issue #0025843 2014-03-10 15:44:02 +00:00
synedittypes.pp SynEdit: select word-wise, issue #0024523 2013-08-10 07:27:44 +00:00
synexporthtml.pas
syngutter.pp SynEdit: Separator-Gutter, fixed painting 2013-02-09 02:27:21 +00:00
syngutterbase.pp SynEdit: Fixed gutter resizing. Issue #0023990 2013-03-13 16:20:17 +00:00
syngutterchanges.pas lcl: using fpcanvas EndCap 2013-02-10 12:22:05 +00:00
synguttercodefolding.pp SynEdit: fixed, do not display popup while paintlocked 2013-09-11 21:06:27 +00:00
syngutterlinenumber.pp SynEdit: LineNumber-Gutter: update digit-count when setting to visible (Digits where cut off) 2013-01-03 12:57:50 +00:00
syngutterlineoverview.pp SynEdit: speed up large operations (search replace) 2014-01-18 01:19:11 +00:00
synguttermarks.pp IDE: further migration external tools 2013-08-03 18:39:14 +00:00
synhighlighterany.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterbat.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightercpp.pp SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightercss.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterdiff.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterhashentries.pas SynEdit: Clean up: patch by zaher dirkey / issue #0024174 2013-05-06 11:18:42 +00:00
synhighlighterhtml.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterini.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterjava.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterjscript.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterlfm.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightermulti.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterpas.pp SynEdit: fixed missing invalidation for foldconf markup 2014-02-13 17:48:11 +00:00
synhighlighterperl.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterphp.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterpo.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterposition.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterpython.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightersql.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightertex.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterunixshellscript.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightervb.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterxml.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synmacrorecorder.pas SynEdit: Change TSynMacroEvent.RepeatCount from Byte to Integer. Issue #24733 2013-07-12 14:57:57 +00:00
synmemo.pas SynEdit: publish OnUtf8KeyPress for TSynEdit and TSynMemo. 2014-05-04 22:32:14 +00:00
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
synplugintemplateedit.pp SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038 2014-04-17 22:25:13 +00:00
synregexpr.pas SynrEdit: regex, clean up, issue #0024700 2013-07-20 11:18:42 +00:00
syntextdrawer.pp SynEdit: Clean up: patch by zaher dirkey / issue #0024174 2013-05-06 11:18:42 +00:00