mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +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++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mSelection = EditSelection(minPos, lastCharPos);
|
mSelection = EditSelection(minPos, lastCharPos);
|
||||||
}
|
}
|
||||||
int q = 0;
|
int q = 0;
|
||||||
|
@ -2355,7 +2355,7 @@ namespace IDE.ui
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = firstCharPos + 1; i < maxPos + q; i++)
|
for (int i = firstCharPos + 1; i < maxPos + q; i++)
|
||||||
{
|
{
|
||||||
CursorTextPos = i; // needed to add i < maxPos + q; for this to work with InsertAtCursor
|
CursorTextPos = i; // needed to add i < maxPos + q; for this to work with InsertAtCursor
|
||||||
InsertAtCursor("//"); q++; q++;
|
InsertAtCursor("//"); q++; q++;
|
||||||
|
|
||||||
|
@ -2365,7 +2365,7 @@ namespace IDE.ui
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mSelection = EditSelection(minPos, maxPos + q);
|
mSelection = EditSelection(minPos, maxPos + q);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (undoBatchStart != null)
|
if (undoBatchStart != null)
|
||||||
mData.mUndoManager.Add(undoBatchStart.mBatchEnd);
|
mData.mUndoManager.Add(undoBatchStart.mBatchEnd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue