Class Index
Namespace for code related to creating, managing, and displaying site configurations.
A renderer for the site configuration tree.
Tree model for powering a tree of site configurations.
Git repository explorerpadd
Bread crumbs show the current position within a resource tree and allow navigation
to different places in the tree.
A command is an object that describes an action a user can perform, as well as when and
what it should look like when presented in various contexts.
CommandService can render commands appropriate for a particular scope and DOM element.
This class contains HTML fragments for the common banner, footer, toolbars
Provides operations on Diff in a compare editor
The compare overview ruler is used by the compare editor to
render lines matching differences between two editors
The compare ruler is used by the compare editor to render trim around the editor.
The line number ruler is used by the compare editor to render line numbers next to the editor
A Console is a user interface that accepts input command lines and displays output.
A ConsoleInput represents a command that is being entered in a Console.
Provides content assist for CSS keywords.
Provides content assist for HTML.
The dialog service provides common helper dialogs such as confirmation and
information dialogs.
An
Editor
is a user interface for editing text that provides additional features over the basic
orion.textview.TextView.
Provides content assist for JavaScript keywords.
Utilities for dealing with regular expressions.
Represents the styling for a range of lines, as provided by a service.
Represents style information for a line.
A styler that knows how to apply a subset of the TextMate grammar format to style a line.
Basic helper functions used by
orion.editor
.
A user interface component that displays a table-oriented file explorer
A table-based explorer component.
Tree model used by orion.explorer.Explorer for flat structures
Simple tree model using Children and ChildrenLocation attributes to fetch children
and calculating id based on Location attribute.
Sample renderer that allows you to render a standard tree table.
A tree iteration handler based on an explorer.
This class contains static utility methods for creating and managing commands from extension points
related to file management.
A service for creating and managing links that the user has identified
as favorites.
Represents a content type known to Orion.
The file client provides a convenience API for interacting with file services
provided by plugins.
This class contains static utility methods for creating and managing commands
related to file management.
A Git clone explorer view
Tree model used by orion.git.GitClonesExplorer.
A table-based git commit navigator
Provides operations for browsing and manipulating Git repositories.
A dialog that searches for commits by name.
This class contains static utility methods for creating and managing
global commands.
A service for finding and inferring hyperlinks from a text input.
The log service provides services for logging information messages
A shim for CodeMirror's
CodeMirror
API.
Represents the style provided by a CodeMirror mode for a line.
Driver for CodeMirror modes.
A user interface element showing a list of various navigation links.
An Outliner is a visual component that renders an itemized overview of a resource and acts as
a selection provider on that resource.
OutlineService
dispatches an event when an outline for a resource is available.
CommandParameterCollector can collect parameters in a way that is integrated with the
common header elements of pages or sections.
Represents a single plugin in the plugin registry
The Orion plugin registry
A preferences object returned by the preferences service
The preferences service manages a hierarchical set of preference
nodes.
The problem service tracks markers and sends notification of marker changes.
The user service keeps track of the current Orion user.
Service for tracking operations changes
Provides API for searching the workspace.
A search results generator for display search results to an end user
Can provide one or more selections describing objects of interest.
Base for creating an Orion event target
A concrete service in the Orion service registry
A reference to a service in the Orion service registry
A reference to a registered service in the Orion service registry
The Orion service registry
Interface for an in-memory representation of a site configuration resource.
Defines and implements a service that provides access to the server API for managing site
configurations.
Service for reporting status
This is class represents an annotation for the AnnotationRuler.
This object represents an annotation iterator.
This object manages annotations for a
TextModel
.
This objects implements an annotation ruler.
This object represents a styler for annotation attached to a text view.
This is the event sent when the text view goes out of focus.
This is the event sent when the user right clicks or otherwise invokes the context menu of the view.
This is the event sent when the text view is destroyed.
This is the event sent when the text view is focused.
This object represents a folding annotation.
A KeyBinding represents of a key code and a modifier state that can be triggered by the user using the keyboard.
This objects implements a line numbering ruler.
This is the event sent when the text view needs the style information for a line.
This is the event sent when the text view has loaded its contents.
This is the event sent when the text in the model has changed.
This is the event sent when the text in the model is about to change.
This is the event sent when the text is modified by the text view.
This objects implements an overview ruler.
This object represents a projection range.
The
ProjectionTextModel
represents a projection of its base text
model.
This interface represents a ruler for the text view.
This is the event sent when the text view scrolls.
A Selection represents a range of selected text in the view.
This is the event sent when the selection changes in the text view.
This object is used to define style information for the text view.
This object is used to style range.
The TextModel is an interface that provides text for the view.
A TextView is a user interface for editing text.
This object describes the options for the text view.
The UndoStack is used to record the history of a text model associated to an view.
This is the event sent when the text view has unloaded its contents.
This is the event sent when the text is about to be modified by the text view.
A tree model based iterator component.
Generates an HTML table where one of the columns is indented according to depth of children.
This class contains static utility methods.
Tree model used by orion.widgets.DirectoryPrompterDialog
A dialog that searches for files by name or wildcard.
Editor for an individual site configuration.