JetBrains.Platform.ReSharper.IDE Returns the set of currently visible editors. The editors are ordered so that the first editor is one that the user most recently worked (or is currently working) in. Returns the set of currently visible documents. Get all text controls which views the given document Checks if given text control is currently visible Checks if given document is currently visible Notifies t hat the set of visible editors has changed EditorManager is a solution-level component, that provides all access to editor control in the center of WindowManager.MainForm Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. 2 Editor of a ProjectFile Editor of text files Factory editor Implement this interface to provide navigation thruout the results of something Utility to implement navigation thru some results Represents an anchor in the text editor. The range we track in the document. Null only until it's initialized by the constructor. A marker for the range. The event sink that listens to the text control events without holding a strong reference upon the anchor. Null after disposal. The text control to which the anchor is attached. Anchors to the given range on the given text control. Anchors to the given range on the given text control. Creates an anchoring rectangle on the character at the beginning of the line. The text control. An offset in the text control. The beginning of the line containing this offset at the moment of the call will be tracked. Creates an anchoring rectangle that anchors to the place where the caret was at the instant of the call. “Static” means the anchor would update to accomodate for changes in the document, but won't track caret movement. Creates an anchoring rectangle that anchors to the place where the selection margin was at the instant of the call. “Static” means the anchor would update to accomodate for changes in the document, but won't track selection changes. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. 2 Updates the anchoring rectangle as it gets dirty. Gets or sets the range whose rectangle is tracked. Gets the text control to which the range belongs. A class that listens to the events without holding the tight. The anchor object to be notified of the events. Null after the object is disposed of. . Creates the event sink. It takes the text control from the anchor and attaches to its events. Attaches to the text control. Called by the ctor. Detaches from the text control. Called by the . Causes the owning anchor to update. On disposal, detaches from the owner and cleans it up. Starts tracking the text control window position, returns a cleanup token. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. 2 Gets the anchor object to be notified of the events. Null if not avail. Gets the text control whose events we're sinking. Null when the object is disposed of. Implementaion of for . Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Enumerates possible types of preview support in Preview is not supported at all Preview is supported. Control will be created through a call to and updated through calls to . Preview is invisible by default. Preview is supported. Control will be created through a call to and updated through calls to . Preview is visible by default. Virtual preview support. No control will be created by , but calls to will be made so the inheritor can dispatch them to a custom preview mechanism.