|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ command overview ] | PREV NEXT | ||||||||
Uses of Class
com.maddyhome.idea.vim.command.Command
| Uses of Command in com.maddyhome.idea.vim.command |
| Fields in com.maddyhome.idea.vim.command declared as Command | |
private Command |
CommandState.command
|
private Command |
CommandState.lastChange
|
private Command |
Argument.motionArg
|
| Methods in com.maddyhome.idea.vim.command that return Command | |
Command |
CommandState.getCommand()
Gets the currently executing command |
Command |
CommandState.getLastChangeCommand()
Gets the last command that performed a change |
Command |
Argument.getMotion()
Returns the motion command if this is a motion command argument |
| Methods in com.maddyhome.idea.vim.command with parameters of type Command | |
void |
CommandState.setCommand(Command cmd)
This maintains the current command that is being executed |
void |
CommandState.saveLastChangeCommand(Command cmd)
Saves the last command that performed a change. |
| Constructors in com.maddyhome.idea.vim.command with parameters of type Command | |
Argument(Command motionArg)
Creates a motion command argument |
|
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ command overview ] | PREV NEXT | ||||||||