Namespace eclipse.editorFeatures
eclipse.editorFeatures generates editor rulers, commands,
keybindings for different features available in the editor.
Defined in: </shared/eclipse/e4/orion/I201103220200/plugins/org.eclipse.orion.client.core/static/js/editorFeatures.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Utility methods
|
Method Attributes | Method Name and Description |
---|---|
<static> |
eclipse.editorFeatures.createEditorCommands(serviceRegistry, commandService, fileClient, editor, toolbarId)
Creates the common text editing commands.
|
<static> |
eclipse.editorFeatures.undoFactory(serviceRegistry, commandService, editor, toolbarId)
|
Method Detail
<static>
eclipse.editorFeatures.createEditorCommands(serviceRegistry, commandService, fileClient, editor, toolbarId)
Creates the common text editing commands. Also generates commands for any installed plug-ins that
contribute editor actions.
- Parameters:
- serviceRegistry
- commandService
- fileClient
- editor
- toolbarId
<static>
eclipse.editorFeatures.undoFactory(serviceRegistry, commandService, editor, toolbarId)
- Parameters:
- serviceRegistry
- commandService
- editor
- toolbarId