Method | Description | |
---|---|---|
EditorPane ( Microsoft.VisualStudio.Shell.ServiceProvider service, |
Constructor that calls the Microsoft.VisualStudio.Shell.WindowPane constructor then our initialization functions.
|
|
OnInterveningUnitBlockingLinkedUndo ( ) : int |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
Initialize ( ) : void | ||
OnClose ( ) : void |
Event on close of the editor pane
|
Method | Description | |
---|---|---|
AddCommand ( IMenuCommandService mcs, System.Guid menuGroup, int cmdID, EventHandler commandEvent, EventHandler queryEvent ) : void |
Helper function used to add commands using IMenuCommandService
|
|
GetResourceString ( string resourceName ) : string |
This method loads a localized string based on the specified resource.
|
|
IOleComponent ( uint dwWhich, uint dwReserved ) : |
||
IOleComponent ( MSG pMsg ) : int | ||
IOleComponent ( int fPromptUser ) : int | ||
IOleComponent ( uint grfidlef ) : int | ||
IOleComponent ( uint uReason, |
||
IOleComponent ( uint dwReserved, uint message, |
||
IOleComponent ( ) : void | ||
IOleComponent ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void | ||
IOleComponent ( int fActive, uint dwOtherThreadID ) : void | ||
IOleComponent ( uint uStateID, int fEnter ) : void | ||
IVsDeferredDocView ( System.Guid &pGuidCmdId ) : int |
Assigns out parameter with the Guid of the EditorFactory.
|
|
IVsDeferredDocView ( |
||
NewWindow ( ) : void |
Method to create a new windows
|
|
NotifyDocChanged ( ) : void |
Gets an instance of the RunningDocumentTable (RDT) service which manages the set of currently open documents in the environment and then notifies the client that an open document has changed
|
|
OnNewWindow ( object sender, |
Create a new window
|
|
OnQueryNewWindow ( object sender, |
On create of new window
|
|
OnQueryViewCode ( object sender, |
||
OnViewCode ( object sender, |
Event that fires on view of code
|
|
RegisterIndependentView ( bool subscribe ) : void |
Registers an independent view with the IVsTextManager so that it knows the user is working with a view over the text buffer. This will trigger the text buffer to prompt the user whether to reload the file if it is edited outside of the environment.
|
|
ViewCode ( ) : void |
Method to viewcode
|
public EditorPane ( Microsoft.VisualStudio.Shell.ServiceProvider service, |
||
service | Microsoft.VisualStudio.Shell.ServiceProvider | |
package | Our Package instance. | |
fileName | string | |
textBuffer | IVsTextLines | |
return | System |
public OnInterveningUnitBlockingLinkedUndo ( ) : int | ||
return | int |