mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
fix whitespace
This commit is contained in:
parent
20261f5d0d
commit
6e011678b4
1 changed files with 3 additions and 3 deletions
|
@ -2295,7 +2295,7 @@ namespace IDE.ui
|
|||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
mSelection = EditSelection(minPos, lastCharPos);
|
||||
}
|
||||
int q = 0;
|
||||
|
@ -2355,7 +2355,7 @@ namespace IDE.ui
|
|||
}
|
||||
|
||||
for (int i = firstCharPos + 1; i < maxPos + q; i++)
|
||||
{
|
||||
{
|
||||
CursorTextPos = i; // needed to add i < maxPos + q; for this to work with InsertAtCursor
|
||||
InsertAtCursor("//"); q++; q++;
|
||||
|
||||
|
@ -2365,7 +2365,7 @@ namespace IDE.ui
|
|||
}
|
||||
}
|
||||
mSelection = EditSelection(minPos, maxPos + q);
|
||||
}
|
||||
}
|
||||
|
||||
if (undoBatchStart != null)
|
||||
mData.mUndoManager.Add(undoBatchStart.mBatchEnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue