mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:29:32 +02:00
removed debugging code
git-svn-id: trunk@9405 -
This commit is contained in:
parent
56df0109ff
commit
6ed0029539
@ -9621,8 +9621,7 @@ begin
|
|||||||
{$IFDEF SYN_LAZARUS}
|
{$IFDEF SYN_LAZARUS}
|
||||||
// i now contains the needed spaces
|
// i now contains the needed spaces
|
||||||
Spaces := CreateTabsAndSpaces(CaretX,i,TabWidth,
|
Spaces := CreateTabsAndSpaces(CaretX,i,TabWidth,
|
||||||
not (eoTabsToSpaces in Options))+'|';
|
not (eoTabsToSpaces in Options));
|
||||||
Spaces := StringOfChar(' ', i);
|
|
||||||
//debugln('TCustomSynEdit.DoTabKey Spaces="',DbgStr(Spaces),'" TabChar=',DbgStr(TabChar));
|
//debugln('TCustomSynEdit.DoTabKey Spaces="',DbgStr(Spaces),'" TabChar=',DbgStr(TabChar));
|
||||||
|
|
||||||
BeginUndoBlock;
|
BeginUndoBlock;
|
||||||
|
Loading…
Reference in New Issue
Block a user