1
0
Fork 0
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:
Brian Fiete 2020-02-06 16:47:37 -08:00
parent 75afbd4a3e
commit 7a5dd90cff
7 changed files with 247 additions and 147 deletions

View file

@ -3651,7 +3651,7 @@ namespace IDE
[IDECommand]
public void Cmd_ReformatDocument()
{
var sourceViewPanel = GetActiveSourceViewPanel();
var sourceViewPanel = GetActiveSourceViewPanel(true);
if (sourceViewPanel != null)
sourceViewPanel.ReformatDocument();
}