1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

fix whitespace

This commit is contained in:
unknown 2021-12-11 06:15:53 +02:00
parent 20261f5d0d
commit 6e011678b4

View file

@ -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);