mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 04:49:43 +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}
|
||||
// i now contains the needed spaces
|
||||
Spaces := CreateTabsAndSpaces(CaretX,i,TabWidth,
|
||||
not (eoTabsToSpaces in Options))+'|';
|
||||
Spaces := StringOfChar(' ', i);
|
||||
not (eoTabsToSpaces in Options));
|
||||
//debugln('TCustomSynEdit.DoTabKey Spaces="',DbgStr(Spaces),'" TabChar=',DbgStr(TabChar));
|
||||
|
||||
BeginUndoBlock;
|
||||
|
Loading…
Reference in New Issue
Block a user