lazarus/components/synedit
2009-03-23 21:48:43 +00:00
..
design Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
languages translations: german: updates from Joerg Braun 2009-03-02 21:56:58 +00:00
allsyneditunits.pp Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
Makefile Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
Makefile.fpc Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
synbeautifier.pas SynEdit: Refactor the Undo/Redo system. Should fix some issues with column selection too; and enables group-undo for all kind of edit-actions; also fixes bug #13298 2009-03-15 16:56:58 +00:00
synbeautifierpas.pas SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
syncompletion.pas components: remove Ctrl3D, ParentCtl3D properties 2009-01-31 12:02:04 +00:00
syndesignstringconstants.pas Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
synedit.inc win64 fixes (from peter, modified) 2006-05-01 21:47:48 +00:00
synedit.pp SynEdit: Fix adjusting of bookmarks (and other marks) on Lines add/del - undo/redo 2009-03-23 18:59:58 +00:00
syneditautocomplete.pp synedit: fixed mem leak in auto completions 2007-09-20 13:43:01 +00:00
syneditexport.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
syneditfoldedview.pp SynEdit: Fixed a compile warning 2009-03-22 14:50:19 +00:00
synedithighlighter.pp SynEdit: Refactor/Cleanup Highlighter and Current-Word-Markup 2009-03-23 21:48:43 +00:00
synedithighlighterfoldbase.pas SynEdit: Refactor/Cleanup Highlighter and Current-Word-Markup 2009-03-23 21:48:43 +00:00
syneditkeycmds.pp SynEdit: Fixed Column mode (revision 18908 #72776045a9): deleting a column selection, would actually delete the normal selection with the same end-points 2009-03-07 14:06:00 +00:00
syneditlazdsgn.lrs new synedit images from wile64 2007-12-19 07:54:06 +00:00
syneditlazdsgn.pas
syneditlines.pas SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation (forgot one file) 2009-02-28 18:17:13 +00:00
syneditmarks.pp synedit: some changes for marks 2009-03-11 03:19:54 +00:00
syneditmarkup.pp Cleanup SynEdit: Removed unnecessary uses, redeclaration's,... 2009-01-31 16:33:20 +00:00
syneditmarkupbracket.pp SynEdit, fix drawing of Frame-Highlights 2009-01-03 02:00:34 +00:00
syneditmarkupctrlmouselink.pp Cleanup SynEdit: Removed unnecessary uses, redeclaration's,... 2009-01-31 16:33:20 +00:00
syneditmarkuphighall.pp clean up 2009-01-29 09:06:02 +00:00
syneditmarkupselection.pp SynEdit, fix drawing of Frame-Highlights 2009-01-03 02:00:34 +00:00
syneditmarkupspecialline.pp SynEdit, fix drawing of Frame-Highlights 2009-01-03 02:00:34 +00:00
syneditmarkupwordgroup.pp SynEdit: Refactor/Cleanup Highlighter and Current-Word-Markup 2009-03-23 21:48:43 +00:00
syneditmiscclasses.pp SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
syneditmiscprocs.pp SynEdit, Refactor: Changed Phys/Logical Conversation (tabs, utf8) 2009-02-08 17:01:36 +00:00
syneditplugins.pas SynEdit: Add key-bindings for column-mode-selection (ALT-Shift-Cursor*). Issue #13238. (Based on a patch by dmitry boyarintsev) 2009-03-07 12:20:26 +00:00
syneditpointclasses.pas SynEdit: Fix adjusting of bookmarks (and other marks) on Lines add/del - undo/redo 2009-03-23 18:59:58 +00:00
syneditregexsearch.pas gtk2 intf: added focus events for combobox, ideintf: textconverter now supports codetool buffers, h2pas wiz: added tool to remove redfinitions, reduced warnings 2007-08-03 22:38:11 +00:00
syneditsearch.pp SynEdit search: MultiLine-none-pattern search did crash or skip results (compilation for linux) 2009-01-02 20:42:02 +00:00
syneditstrconst.pp replaced some resource strings 2005-12-31 15:18:25 +00:00
synedittextbase.pas SynEdit: fix range check error from revision 19001 #a26d1805de 2009-03-15 17:59:35 +00:00
synedittextbuffer.pp Synedit: Fixed insert space in new empty text, would cause exception 2009-03-16 20:26:21 +00:00
synedittextdoublewidthchars.pas SynEdit: Improve non utf8 char-set handling (may happen with gtk1). This was broken by DoubleWidthChar handling 2009-02-13 20:10:39 +00:00
synedittexttabexpander.pas synedit: reduce amount of warnings 2009-03-01 11:17:25 +00:00
synedittexttrimmer.pas SynEdit: Refactor the Undo/Redo system. Should fix some issues with column selection too; and enables group-undo for all kind of edit-actions; also fixes bug #13298 2009-03-15 16:56:58 +00:00
synedittypes.pp SynEdit: Refactor the Undo/Redo system. Should fix some issues with column selection too; and enables group-undo for all kind of edit-actions; also fixes bug #13298 2009-03-15 16:56:58 +00:00
synexporthtml.pas renamed LCLLinux to LCLIntf 2003-09-18 09:21:03 +00:00
syngutter.pp SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
syngutterbase.pp Cleanup SynEdit: Removed unnecessary uses, redeclaration's,... 2009-01-31 16:33:20 +00:00
syngutterchanges.pas SynEdit Gutter: Cleanup, Refactor, Added some helper methods 2009-01-21 01:52:28 +00:00
synguttercodefolding.pp SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
syngutterlinenumber.pp SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
synguttermarks.pp synedit: allow to set/clear debug execution marks 2009-03-14 19:01:35 +00:00
synhighlighterany.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlightercpp.pp Fix revision 19004 #3f77b5575f => somehow an extra line made it into the code 2009-03-15 23:06:24 +00:00
synhighlightercss.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterhashentries.pas added sql, php, tex, css synedit highlighter 2004-03-02 23:04:11 +00:00
synhighlighterhtml.pp synedit: markup for special line, selection and ctrl mouse link, from Martin Friebe, bug #11693 2008-07-24 22:41:25 +00:00
synhighlighterjava.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterjscript.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterlfm.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlightermulti.pas * fixed bug when adding schema (by DiBo33) 2007-12-16 18:08:29 +00:00
synhighlighterpas.pp SynEdit: Refactor/Cleanup Highlighter and Current-Word-Markup 2009-03-23 21:48:43 +00:00
synhighlighterperl.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterphp.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterposition.pas examples: added example for synpositionhighlighter 2008-07-27 12:24:31 +00:00
synhighlighterpython.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlightersql.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlightertex.pas synedit: fixed tex highlighter for utf-8 chars, bug #11960 2008-08-24 12:28:45 +00:00
synhighlighterunixshellscript.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlightervb.pas Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved 2008-11-12 23:43:25 +00:00
synhighlighterxml.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synmacrorecorder.pas using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
synmemo.pas SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
synpropertyeditobjectlist.lfm Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
synpropertyeditobjectlist.lrs Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
synpropertyeditobjectlist.pas Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package. 2009-02-26 23:31:02 +00:00
synregexpr.pas fixed encoding 2008-07-13 20:52:25 +00:00
syntextdrawer.pp SynEdit, more checks to ensure enforced monospace 2009-02-03 00:03:48 +00:00