File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using Godot ;
2- using SharpIDE . Application . Features . FileWatching ;
3- using SharpIDE . Application . Features . SolutionDiscovery ;
42using SharpIDE . Application . Features . SolutionDiscovery . VsPersistence ;
5- using SharpIDE . Godot . Features . SolutionExplorer . ContextMenus . Dialogs ;
3+ using SharpIDE . Godot . Features . NewProject ;
64
75namespace SharpIDE . Godot . Features . SolutionExplorer ;
86
@@ -51,7 +49,7 @@ private void OnSlnFolderAddSubmenuPressed(long id, SharpIdeSolutionFolder slnFol
5149 var actionId = ( SlnFolderAddSubmenuOptions ) id ;
5250 if ( actionId is SlnFolderAddSubmenuOptions . Project )
5351 {
54- var newProjectContainer = _newProjectContainerScene . Instantiate < NewProject . NewProjectContainer > ( ) ;
52+ var newProjectContainer = _newProjectContainerScene . Instantiate < NewProjectContainer > ( ) ;
5553 var popupWindow = new Window
5654 {
5755 Title = "New Project" ,
You can’t perform that action at this time.
0 commit comments