Property | Type | Description | |
---|---|---|---|
Compile | void | ||
GetSource | string | ||
HasFile | bool | ||
ReloadSources | void | ||
ResetCompiledProject | void | ||
hierarchyListener_Completed | void | ||
hierarchyListener_ItemAdded | void |
Method | Description | |
---|---|---|
BooProjectSources ( BooLangService languageService ) : System | ||
Find ( string file ) : |
Finds a project in the loaded projects collection that contains the specified file.
|
|
GetCompiledProject ( ) : CompiledProject |
Gets the compiled output for the current project, compiling it if needed.
|
|
StartWatchingHierarchy ( IVsHierarchy hierarchy ) : void | ||
Update ( Microsoft.VisualStudio.Package.ParseRequest request ) : void |
Updates the compiled project when a parse request is raised.
|
Method | Description | |
---|---|---|
Compile ( ) : void |
Iterates the files and compiles them en-masse.
|
|
GetSource ( string fileName ) : string |
Gets the contents of a file.
|
|
HasFile ( string fileName ) : bool |
Checks whether a project contains the specified file.
|
|
ReloadSources ( ) : void | ||
ResetCompiledProject ( ) : void |
Resets the compiled project, so it'll be recompiled on the next call.
|
|
hierarchyListener_Completed ( object sender, |
||
hierarchyListener_ItemAdded ( object sender, |
public BooProjectSources ( BooLangService languageService ) : System | ||
languageService | BooLangService | |
return | System |
public static Find ( string file ) : |
||
file | string | Path of a file to find in a project. |
return |
public GetCompiledProject ( ) : CompiledProject | ||
return | CompiledProject |
public StartWatchingHierarchy ( IVsHierarchy hierarchy ) : void | ||
hierarchy | IVsHierarchy | |
return | void |
public Update ( Microsoft.VisualStudio.Package.ParseRequest request ) : void | ||
request | Microsoft.VisualStudio.Package.ParseRequest | Parse request that raised the update. |
return | void |