| .. |
|
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
|
Update of Portuguese translation from Marcelo Borges de Paula, issue #14173
|
2009-07-23 18:37:34 +00:00 |
|
allsyneditunits.pp
|
SynEdit: Added Syncron-edit mode
|
2009-07-21 22:44:09 +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: Fix for auto unindent (new indent detection did not skip empty lines)
|
2009-06-23 20:03:26 +00:00 |
|
syncompletion.pas
|
SynEdit: Fixed Fontheight for Completion/form/list; issue #14114
|
2009-07-08 14:51:10 +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
|
cleanup
|
2009-07-25 18:26:12 +00:00 |
|
syneditautocomplete.pp
|
|
|
|
syneditexport.pas
|
|
|
|
syneditfoldedview.pp
|
SynEdit: Fixed insufficient redraw after unfolding, if fold was at first line of file
|
2009-06-18 10:10:48 +00:00 |
|
synedithighlighter.pp
|
SynEdit, Pascal Highlighter. Support strict private, strict protected; issue #13928
|
2009-06-08 17:03:27 +00:00 |
|
synedithighlighterfoldbase.pas
|
SynEdit: Fixed folding in some cases with mixed (ifdef vs begin) and closing keyword on same line, would fold to many lines
|
2009-06-16 16:54:53 +00:00 |
|
syneditkeycmds.pp
|
SynEdit/IDE: Added RTTI info for KeyStrokes.Command. Needed to save MouseAction
|
2009-07-17 16:59:49 +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: Improved tracking of bookmarks, when lines are inserted/removed
|
2009-06-21 19:30:24 +00:00 |
|
syneditmarkup.pp
|
SynEdit: Added Syncron-edit mode
|
2009-07-21 22:44:09 +00:00 |
|
syneditmarkupbracket.pp
|
SynEdit, removed a circular unit ref
|
2009-06-20 20:25:21 +00:00 |
|
syneditmarkupctrlmouselink.pp
|
SynEdit: Refactor UpdateCursor
|
2009-07-15 15:49:30 +00:00 |
|
syneditmarkuphighall.pp
|
SynEdit, small optimization for same-word-markup (dont, try to find block, if select-all)
|
2009-07-24 21:35:14 +00:00 |
|
syneditmarkupselection.pp
|
SynEdit, removed a circular unit ref
|
2009-06-20 20:25:21 +00:00 |
|
syneditmarkupspecialline.pp
|
SynEdit, removed a circular unit ref
|
2009-06-20 20:25:21 +00:00 |
|
syneditmarkupwordgroup.pp
|
SynEdit, removed a circular unit ref
|
2009-06-20 20:25:21 +00:00 |
|
syneditmiscclasses.pp
|
SynEdit: Added Syncron-edit mode
|
2009-07-21 22:44:09 +00:00 |
|
syneditmiscprocs.pp
|
SynEdit: Refactored/Centralized detection of words/wordbreaks in text
|
2009-07-06 13:42:13 +00:00 |
|
syneditmousecmds.pp
|
SynEdit: Added Syncron-edit mode
|
2009-07-21 22:44:09 +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: Refactored Block-Selection / Block-(Un)Indent
|
2009-07-25 17:48:16 +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
|
SynEdit, Mouse Actions: Added IDE-Command
|
2009-06-08 22:35:47 +00:00 |
|
synedittextbase.pas
|
SynEdit: Added some debug helper
|
2009-07-24 17:45:43 +00:00 |
|
synedittextbuffer.pp
|
SynEdit: Improved tracking of bookmarks, when lines are inserted/removed (the 2nd half of files)
|
2009-06-21 19:32:29 +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: Fixed an issue with undo trim spaces while locked (only relevant to syncron edit with multi line fields)
|
2009-07-24 19:44:21 +00:00 |
|
synedittypes.pp
|
SynEdit: Added Copy and paste with ability to keep folded text
|
2009-06-11 23:00:44 +00:00 |
|
synexporthtml.pas
|
|
|
|
syngutter.pp
|
SynEdit: Clean-up
|
2009-06-23 14:18:34 +00:00 |
|
syngutterbase.pp
|
SynEdit, Mouse Actions: Added Priority
|
2009-06-08 23:53:55 +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, Mouse Actions: Added Priority
|
2009-06-08 23:53:55 +00:00 |
|
syngutterlinenumber.pp
|
EditorOptions/Mouse: Added Config for Line-Number-Gutter => End users can add option to select line
|
2009-06-04 21:49:15 +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, Highlighter: "type x=interface" was not recognized as fold-able structure / "default" keyword for properties in such structures where not highlighted; issue #14153
|
2009-07-16 20:17:32 +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
|
Fixed Mouse action for SynMemo issue #13902
|
2009-06-03 23:25:06 +00:00 |
|
synpluginsyncroedit.pp
|
SynEdit,SyncroEdit: Fixed CPU usage (editor redraw) while inactive. Issue #14191 (fix scrolling)
|
2009-07-25 18:51:03 +00:00 |
|
synpluginsyncronizededitbase.pp
|
SynEdit: Syncron-edit mode, fixed undo/redo of last char in a cell
|
2009-07-22 22:44:30 +00:00 |
|
synplugintemplateedit.pp
|
SynEdit: Added Syncron-edit mode
|
2009-07-21 22:44:09 +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
|
SynEdit, Search/Replace: implemented \n in replacement string for reg exp, issue #13748
|
2009-06-08 00:26:02 +00:00 |
|
syntextdrawer.pp
|
SynEdit: Fixed regression from revision 19907 #e747489eff/19908 #a24043f0e8, Chinese/Eastern DoubleWidth fonts where drawn with too much spacing. Bug #13764
|
2009-05-19 18:24:21 +00:00 |