mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Merge pull request #1212 from miere43/delete-all-right
Add "Delete All Right" command to IDE
This commit is contained in:
commit
223b7b9e1b
3 changed files with 42 additions and 0 deletions
|
@ -2409,6 +2409,12 @@ namespace IDE
|
|||
//CloseWorkspace();
|
||||
//FinishShowingNewWorkspace();
|
||||
}
|
||||
|
||||
[IDECommand]
|
||||
void DeleteAllRight()
|
||||
{
|
||||
GetActiveSourceEditWidgetContent()?.DeleteAllRight();
|
||||
}
|
||||
|
||||
[IDECommand]
|
||||
void DuplicateLine()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue