Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
AddDocument ( IDocumentTabViewModel document ) : void | ||
Build ( ) : void | ||
Build ( IProject project ) : void | ||
Clean ( ) : void | ||
Clean ( IProject project ) : void | ||
Cleanup ( ) : void | ||
CloseDocumentsForProjectAsync ( IProject project ) : Task | ||
CloseSolutionAsync ( ) : Task | ||
ExitApplication ( ) : void | ||
GetDefaultProject ( ) : IProject | ||
GetDocument ( string path ) : IEditor | ||
InvalidateCodeAnalysis ( ) : void | ||
InvalidateErrors ( ) : void | ||
OnKeyDown ( Avalonia.Input.KeyEventArgs e ) : void | ||
OpenDocument ( ISourceFile file, int line, int column = 1, bool debugHighlight = false, bool selectLine = false ) : Task |
||
OpenSolutionAsync ( string path ) : Task | ||
RemoveDocument ( IDocumentTabViewModel document ) : void | ||
Save ( ) : void | ||
SaveAll ( ) : void | ||
ShowPackagesDialog ( ) : void | ||
ShowProjectPropertiesDialog ( ) : void |
Method | Description | |
---|---|---|
ShellViewModel ( [ |
public AddDocument ( IDocumentTabViewModel document ) : void | ||
document | IDocumentTabViewModel | |
return | void |
public CloseDocumentsForProjectAsync ( IProject project ) : Task | ||
project | IProject | |
return | Task |
public OnKeyDown ( Avalonia.Input.KeyEventArgs e ) : void | ||
e | Avalonia.Input.KeyEventArgs | |
return | void |
public OpenDocument ( ISourceFile file, int line, int column = 1, bool debugHighlight = false, bool selectLine = false ) : Task |
||
file | ISourceFile | |
line | int | |
column | int | |
debugHighlight | bool | |
selectLine | bool | |
return | Task |
public OpenSolutionAsync ( string path ) : Task | ||
path | string | |
return | Task |
public RemoveDocument ( IDocumentTabViewModel document ) : void | ||
document | IDocumentTabViewModel | |
return | void |
public ShowProjectPropertiesDialog ( ) : void | ||
return | void |