lazarus/components/synedit
martin 569ab1781a SynEDit: clean up debugln from last commit
git-svn-id: trunk@54037 -
2017-01-31 00:56:17 +00:00
..
design general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
docs/xml fixed typos, bug #29323 patch from Paul Gevers 2016-01-04 15:02:09 +00:00
languages Translations: Hungarian translation update by Péter Gábor, bug #30581 2016-09-10 12:59:39 +00:00
test SynEdit: tests for fold info list 2016-10-26 02:03:19 +00:00
allsynedit.pas SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
Contributors.txt SynEdit: recreated Contributors.txt 2016-04-10 23:34:34 +00:00
fpmake.pp SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas SynEdit: Undo initializations, if value is either not needed or always set. 2015-03-24 23:13:33 +00:00
lazsynimm.pas Fix SynEdit IME handler / crash on short section of only one char, loop for FRightPosForTarget not entered. Issue #0029126 2015-12-04 01:47:43 +00:00
lazsyntextarea.pp SynEdit: markup, added BeginMarkup notification 2017-01-28 03:20:47 +00:00
Makefile updated makefiles 2016-03-20 11:19:40 +00:00
Makefile.compiled IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
synbeautifier.pas SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
syncompletion.pas IDE: word+identifier completion: toggle replace word or left side on shift 2016-08-24 10:21:37 +00:00
synedit.inc
synedit.lpk SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
synedit.pp SynEdit, fixes to IFDEFED debugln 2016-10-17 02:22:41 +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 SynEditExporter: less verbose. 2016-11-12 16:31:17 +00:00
syneditfoldedview.pp synedit: clean up 2016-10-17 13:57:23 +00:00
synedithighlighter.pp synedit: fix TSynCustomHighlighter.GetIdentChars. Patch from BBasile 2015-12-23 07:42:31 +00:00
synedithighlighterfoldbase.pas SynEdit: Fold-Hl, extend NodeEndLine for filter and group 2016-09-15 20:14:38 +00:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit/IDE: zoom via keyboard 2015-10-17 01:39:01 +00:00
syneditlines.pas
syneditmarks.pp SynEdit: Initialize variables based on compiler warnings. Contains ToDo items. 2015-03-24 17:50:59 +00:00
syneditmarkup.pp SynEdit: fix special line markup, broken in revision 53988 #41861e5d2c 2017-01-29 21:42:42 +00:00
syneditmarkupbracket.pp SynEdit: invalidate if Markup.enable changes. Issue #0028729 2015-09-29 01:29:20 +00:00
syneditmarkupctrlmouselink.pp SynEdit: generic method for plugins to override mouse cursor 2016-09-24 00:08:14 +00:00
syneditmarkupfoldcoloring.pas SynEdit: Markup fold color, react to enabled, patch 17 from issue #30421 by Pascal R. 2017-01-29 16:34:36 +00:00
syneditmarkupguttermark.pp
syneditmarkuphighall.pp SynEdit: invalidate if Markup.enable changes. Issue #0028729 2015-09-29 01:29:20 +00:00
syneditmarkupifdef.pp SynEdit: fix special line markup, broken in revision 53988 #41861e5d2c 2017-01-29 21:42:42 +00:00
syneditmarkupselection.pp SynEdit: invalidate if Markup.enable changes. Issue #0028729 2015-09-29 01:29:20 +00:00
syneditmarkupspecialchar.pp SynEdit: invalidate if Markup.enable changes. Issue #0028729 2015-09-29 01:29:20 +00:00
syneditmarkupspecialline.pp SynEDit: clean up debugln from last commit 2017-01-31 00:56:17 +00:00
syneditmarkupwordgroup.pp SynEdit: invalidate if Markup.enable changes. Issue #0028729 2015-09-29 01:29:20 +00:00
syneditmiscclasses.pp SynEdit: Multi caret beta 2015-02-06 02:07:31 +00:00
syneditmiscprocs.pp
syneditmousecmds.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
syneditplugins.pas SynEdit: Initialize variables based on compiler warnings. Contains ToDo items. 2015-03-24 17:50:59 +00:00
syneditpointclasses.pas Qt5: integration into LCL 2016-12-30 15:05:34 +00:00
syneditregexsearch.pas SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
syneditsearch.pp SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
syneditstrconst.pp SynEdit: Clicks on overview gutter. Issue #30012 2016-05-09 19:17:28 +00:00
synedittextbase.pas SynEdit: win, IME Handler: Fixed more overwrite selection. Issue #0027712 2015-03-23 14:50:59 +00:00
synedittextbidichars.pas
synedittextbuffer.pp SynEdit: revert 52474 #1c0abfedcb/52478 #2a7afe821b // more precise change indicator gutter. Issue #30152 2016-07-31 23:14:11 +00:00
synedittextdoublewidthchars.pas SynEdit: doublewidth / ambiguous width chars: Added code by skalogryz IFDEFED. Issue #0027707 2015-04-12 17:28:23 +00:00
synedittextsystemcharwidth.pas synedit: less hints 2015-04-29 09:58:01 +00:00
synedittexttabexpander.pas SynEdit: fixed longest line / revision 49084 #f06680177d 2015-05-22 15:12:33 +00:00
synedittexttrimmer.pas SynEdit: fix space-trimmer, incorrectly sending 0-based x pos. fixes issue #0030684 (crash in ifdef lowlighter) 2016-10-17 02:27:16 +00:00
synedittypes.pp SynEdit: generic method for plugins to override mouse cursor 2016-09-24 00:08:14 +00:00
synexporthtml.pas SynExportHtml: 2016-11-12 16:33:33 +00:00
syngutter.pp SynEdit: Clicks on overview gutter. Issue #30012 2016-05-09 19:17:28 +00:00
syngutterbase.pp
syngutterchanges.pas
synguttercodefolding.pp SynEdit: Undo initializations, if value is either not needed or always set. 2015-03-24 23:13:33 +00:00
syngutterlinenumber.pp
syngutterlineoverview.pp SynEdit: Clicks on overview gutter. Issue #30012 2016-05-09 19:17:28 +00:00
synguttermarks.pp
synhighlighterany.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
synhighlighterbat.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightercpp.pp SynEdit: fixed number highlighting with exponent in various HL. Issue #0026245 2014-09-30 23:57:55 +00:00
synhighlightercss.pas SynEdit, Highlighter: more css3 tags. Issue #28548 patch by Janusz 2015-09-29 00:27:43 +00:00
synhighlighterdiff.pas SynEdit: Diff Highlighter fix endless loop. Issue #30338 2016-07-06 13:00:30 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: enable matching node markup for html and xml. Issue #0023016 2015-12-13 20:38:06 +00:00
synhighlighterini.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterjava.pas synedit and ide: Adds Pike syntax highlighter 2015-03-14 10:42:05 +00:00
synhighlighterjscript.pas SynEdit: Highlighter JS, add await and async. Issue #0030398 2016-09-16 00:21:36 +00:00
synhighlighterlfm.pas SynEdit: re-enable markup in lfm 2016-04-12 23:01:29 +00:00
synhighlightermulti.pas SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
synhighlighterpas.pp synedit: less hints 2016-08-01 07:40:24 +00:00
synhighlighterperl.pas SynEdit: fixed number highlighting with exponent in various HL. Issue #0026245 2014-09-30 23:57:55 +00:00
synhighlighterphp.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlighterpike.pas synedit: clean up 2015-03-15 10:27:56 +00:00
synhighlighterpo.pp components: PO highlighter regression fix from r51001 #654493d96e, issue #29235 2015-12-24 15:02:50 +00:00
synhighlighterposition.pas synedit: fixed license of SynHighlighterPosition 2016-12-01 11:29:31 +00:00
synhighlighterpython.pas synedit: TSynPythonSyn.GetKeywordIdentifiers made public 2016-07-28 07:56:24 +00:00
synhighlightersql.pas SynEdit: fixed number highlighting with exponent in various HL. Issue #0026245 2014-09-30 23:57:55 +00:00
synhighlightertex.pas Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
synhighlighterunixshellscript.pas SynEdit: additions to GetDefaultAttribute. Experimental. 2013-12-14 13:40:04 +00:00
synhighlightervb.pas SynEdit Highlighter VB: backslash for int div Issue #0027247 2015-01-12 13:01:06 +00:00
synhighlighterxml.pas SynEdit: enable matching node markup for html and xml. Issue #0023016 2015-12-13 20:38:06 +00:00
synmacrorecorder.pas pochecker: unicode file names 2014-11-12 19:16:26 +00:00
synmemo.pas SynMemo: deprecated - use SynEdit 2015-03-31 22:52:08 +00:00
synpluginmulticaret.pp Spelling 2016-07-31 14:48:50 +00:00
synpluginsyncroedit.pp Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
synpluginsyncronizededitbase.pp SYnEdit: multi caret, IDE integration, and refactor 2015-03-16 16:42:16 +00:00
synplugintemplateedit.pp SynEdit (plugins: syncro,templ,complete) remove dynamic allocation of commands. Fix issue #0026329 2015-01-26 00:02:52 +00:00
syntextdrawer.pp Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00