Method |
Description |
|
AddEventsForObject ( NamedObjectSave namedObjectSave, List listToFill ) : void |
|
|
AddNewFileOptions ( NewFileWindow newFileWindow ) : void |
|
|
AdjustDisplayedCustomVariable ( CustomVariable customVariable, CustomVariablePropertyGridDisplayer displayer ) : void |
|
|
AdjustDisplayedEntity ( EntitySave entitySave, EntitySavePropertyGridDisplayer entitySaveDisplayer ) : void |
|
|
AdjustDisplayedNamedObject ( NamedObjectSave namedObject, NamedObjectPropertyGridDisplayer displayer ) : void |
|
|
AdjustDisplayedReferencedFile ( ReferencedFileSave referencedFileSave, ReferencedFileSavePropertyGridDisplayer displayer ) : void |
|
|
AdjustDisplayedScreen ( ScreenSave screenSave, ScreenSavePropertyGridDisplayer screenSaveDisplayer ) : void |
|
|
CallMethodOnPlugin ( Action methodToCall, string methodName ) : void |
|
|
CallMethodOnPluginNotUiThread ( Action methodToCall, string methodName ) : void |
|
|
CanFileReferenceContent ( string absoluteName ) : bool |
|
|
CopyIntalledPluginsToRunnableLocation ( ) : void |
|
|
CreateNewFile ( AssetTypeInfo assetTypeInfo, object extraData, string directory, string name ) : string |
|
|
GetFilesNeededOnDiskBy ( string absoluteName, EditorObjects topLevelOrRecursive, List listToFill ) : void |
|
|
GetFilesReferencedBy ( string absoluteName, EditorObjects topLevelOrRecursive, List listToFill ) : void |
|
|
Initialize ( bool isStartup, List pluginsToIgnore = null ) : void |
|
|
OpenProject ( string projectName ) : bool |
Raised when the user clicks the menu item to open a project. This allows plugins to handle opening projects in other IDEs (like Eclipse). |
|
OpenSolution ( string solutionName ) : bool |
|
|
PluginCommand ( System.Action action, PluginContainer container, string message ) : void |
|
|
PluginCommandNotUiThread ( System.Action action, PluginContainer container, string message ) : void |
|
|
PluginCommandWithThrow ( System.Action action, PluginContainer container, string message ) : void |
|
|
PrintError ( string output, PluginManager pluginManager ) : void |
|
|
PrintOutput ( string output, PluginManager pluginManager ) : void |
|
|
PrintPreInitializeOutput ( ) : void |
|
|
ReactToChangedBuiltFile ( string fileName ) : void |
|
|
ReactToChangedFile ( string fileName ) : void |
|
|
ReactToChangedProperty ( string changedMember, object oldValue ) : void |
|
|
ReactToGlueClose ( ) : void |
|
|
ReactToGluxClose ( ) : void |
|
|
ReactToGluxSave ( ) : void |
|
|
ReactToGluxUnload ( bool isExiting ) : void |
|
|
ReactToItemSelect ( TreeNode selectedTreeNode ) : void |
|
|
ReactToLoadedGlux ( GlueProjectSave glueProjectSave, string fileName, Action displayCurrentStatusMethod ) : void |
|
|
ReactToLoadedGluxEarly ( GlueProjectSave glueProjectSave ) : void |
|
|
ReactToNamedObjectChangedValue ( string changedMember, object oldValue ) : void |
|
|
ReactToNewFile ( ReferencedFileSave newRfs ) : void |
Loops through all contained plugins and raises the appropriate events in response to a new file being created through the new file dialog (although it's possible new files could be created without that dialog in the future). |
|
ReactToNewObject ( NamedObjectSave newObject ) : void |
|
|
ReactToNewScreenCreated ( ScreenSave screen ) : void |
|
|
ReactToPropertyGridRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, ContextMenu menuToModify ) : void |
|
|
ReactToStateNameChange ( IElement element, string oldName, string newName ) : void |
|
|
ReactToStateRemoved ( IElement element, string stateName ) : void |
|
|
ReactToSyncedProjectLoad ( ProjectBase projectBase ) : void |
|
|
ReactToTreeViewRightClick ( TreeNode rightClickedTreeNode, ContextMenuStrip menuToModify ) : void |
|
|
ReenablePlugin ( IPlugin pluginToReenable ) : void |
|
|
RefreshCurrentElement ( ) : void |
|
|
RefreshGlux ( ) : void |
|
|
ResumeRelativeDirectory ( string function ) : void |
|
|
SaveRelativeDirectory ( ) : void |
|
|
SetTabs ( TabControl top, TabControl bottom, TabControl left, TabControl right, TabControl center, ToolbarControl toolbar ) : void |
|
|
ShareBottomTabReference ( TabControl tabControl, PluginCategories pluginCategories ) : void |
|
|
ShareCenterTabReference ( TabControl tabControl, PluginCategories pluginCategories ) : void |
|
|
ShareLeftTabReference ( TabControl tabControl, PluginCategories pluginCategories ) : void |
|
|
ShareMenuStripReference ( MenuStrip menuStrip, PluginCategories pluginCategories ) : void |
|
|
ShareRightTabReference ( TabControl tabControl, PluginCategories pluginCategories ) : void |
|
|
ShareTopTabReference ( TabControl tabControl, PluginCategories pluginCategories ) : void |
|
|
ShowMostRecentTabFor ( TabControl tabControl ) : void |
|
|
TryAddContainedObjects ( string sourceFile, List listToAddTo ) : bool |
|
|
TryCopyFile ( string sourceFile, string targetFile ) : bool |
|
|
TryHandleException ( Exception exception ) : bool |
|
|
UninstallPlugins ( ) : void |
|
|
WasExceptionCausedByPlugin ( Exception exception, PluginContainer plugin ) : bool |
|
|