Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EditorCommands

Index

Variables

CHANGE_ENCODING: Command = ...
CHANGE_LANGUAGE: Command = ...
CLEAR_EDITOR_HISTORY: Command = ...

Command that clears the editor navigation history.

CONFIG_EOL: Command = ...
CONFIG_INDENTATION: Command = ...

Change indentation configuration (i.e., indent using tabs / spaces, and how many spaces per tab)

GOTO_LINE_COLUMN: Command = ...
GO_BACK: Command = ...

Command for going back to the last editor navigation location.

GO_FORWARD: Command = ...

Command for going to the forthcoming editor navigation location.

GO_LAST_EDIT: Command = ...

Command that reveals the last text edit location, if any.

INDENT_USING_SPACES: Command = ...
INDENT_USING_TABS: Command = ...
REOPEN_CLOSED_EDITOR: Command = ...

Command that re-opens the last closed editor.

REVERT_AND_CLOSE: Command = ...
REVERT_EDITOR: Command = ...
SHOW_ALL_OPENED_EDITORS: Command = ...

Command that displays all editors that are currently opened.

SHOW_REFERENCES: Command = ...

Show editor references

SPLIT_EDITOR_DOWN: Command = ...
SPLIT_EDITOR_HORIZONTAL: Command = ...

Default horizontal split: right.

SPLIT_EDITOR_LEFT: Command = ...
SPLIT_EDITOR_RIGHT: Command = ...

Opens a second instance of the current editor, splitting the view in the direction specified.

SPLIT_EDITOR_UP: Command = ...
SPLIT_EDITOR_VERTICAL: Command = ...

Default vertical split: down.

TOGGLE_MINIMAP: Command = ...

Command that toggles the minimap.

TOGGLE_RENDER_WHITESPACE: Command = ...

Command that toggles the rendering of whitespace characters in the editor.

TOGGLE_STICKY_SCROLL: Command = ...

Command that toggles sticky scroll.

TOGGLE_WORD_WRAP: Command = ...

Command that toggles the word wrap.