mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Editor fixes
This commit is contained in:
parent
5c320fa9c9
commit
1155bd9600
4 changed files with 24 additions and 9 deletions
|
@ -2275,6 +2275,9 @@ namespace IDE.ui
|
|||
|
||||
public void DuplicateLine()
|
||||
{
|
||||
if ((CheckReadOnly()) || (!mAllowVirtualCursor))
|
||||
return;
|
||||
|
||||
UndoBatchStart undoBatchStart = new UndoBatchStart("duplicateLine");
|
||||
mData.mUndoManager.Add(undoBatchStart);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue