mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Added fixit for adding enum cases
This commit is contained in:
parent
75afbd4a3e
commit
7a5dd90cff
7 changed files with 247 additions and 147 deletions
|
@ -3651,7 +3651,7 @@ namespace IDE
|
|||
[IDECommand]
|
||||
public void Cmd_ReformatDocument()
|
||||
{
|
||||
var sourceViewPanel = GetActiveSourceViewPanel();
|
||||
var sourceViewPanel = GetActiveSourceViewPanel(true);
|
||||
if (sourceViewPanel != null)
|
||||
sourceViewPanel.ReformatDocument();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue