lazarus/components/synedit
2009-05-11 00:45:10 +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 updated po files with new strings 2009-04-29 05:37:42 +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, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
syncompletion.pas synedit: fix TSynBaseCompletionHint after recent THintWindow change 2009-04-25 14:21:15 +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
synedit.pp SynEdit: Improved detection of Font dimension according to all styles used by highlighter 2009-05-10 15:30:02 +00:00
syneditautocomplete.pp
syneditexport.pas
syneditfoldedview.pp SynEdit, Fixed fold-context menu. Some items would not show, if begin-end blocks were not folded. issue #13576 2009-04-24 10:12:20 +00:00
synedithighlighter.pp SynEdit: Allow configuration for folding 2009-04-05 20:46:30 +00:00
synedithighlighterfoldbase.pas SynEdit, Fixed fold-context menu. Some items would not show, if begin-end blocks were not folded. issue #13576 2009-04-24 10:12:20 +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
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 SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +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, Word-Pair-Markup, fixed drawing artefacts, if another window was moved over the editor 2009-04-14 20:44:47 +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: Fixed deleting block. If block-begin was past eol, sometimes a text fragment would remain. issue #0013534 2009-04-17 22:26:35 +00:00
syneditregexsearch.pas
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
synedittextbase.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synedittextbuffer.pp SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +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, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synedittexttrimmer.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +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
syngutter.pp SynEdit Folding: Improved Pop-up-Menu on fold-gutter => replace normal popup. 2009-04-19 17:11:02 +00:00
syngutterbase.pp SynEdit Folding: Improved Pop-up-Menu on fold-gutter => replace normal popup. 2009-04-19 17:11:02 +00:00
syngutterchanges.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synguttercodefolding.pp SynEdit Folding: Improved Pop-up-Menu on fold-gutter => replace normal popup. 2009-04-19 17:11:02 +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 SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlightercpp.pp SynEdit C++ Highlighter: Fixed closing multi line string, if closing quote is at start of line. issue #0013502 2009-04-13 16:22:51 +00:00
synhighlightercss.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterjava.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterjscript.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterlfm.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlightermulti.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterpas.pp Synedit: Fixed Fold-contextmenu for ifdef, region 2009-05-02 11:06:58 +00:00
synhighlighterperl.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterphp.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterposition.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterpython.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlightersql.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlightertex.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterunixshellscript.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlightervb.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synhighlighterxml.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synmacrorecorder.pas
synmemo.pas SynEdit, Refactor: Separated the interface to Lines, from the TextBuffer implementation 2009-02-28 18:13:43 +00:00
synpropertyeditobjectlist.lfm SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synpropertyeditobjectlist.lrs SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synpropertyeditobjectlist.pas SynEdit, Cleanup: Removed unused unit dependencies / changed some var-param into out-param 2009-04-04 21:23:53 +00:00
synregexpr.pas
syntextdrawer.pp SynEdit: fixed font width checks; missing overhang from TextMetrics / fixed BaseStyle 2009-05-11 00:45:10 +00:00