Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I K L M O P R S T V W

A

actions - Variable in class com.maddyhome.idea.vim.VimPlugin
 

C

cmd - Variable in class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 
com.maddyhome.idea.vim - package com.maddyhome.idea.vim
 
context - Variable in class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 
count - Variable in class com.maddyhome.idea.vim.KeyHandler
 
currentArg - Variable in class com.maddyhome.idea.vim.KeyHandler
 
currentCmd - Variable in class com.maddyhome.idea.vim.KeyHandler
 
currentNode - Variable in class com.maddyhome.idea.vim.KeyHandler
 

D

disposeComponent() - Method in class com.maddyhome.idea.vim.VimPlugin
This shuts down the Vim plugin.

E

editor - Variable in class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 
enabled - Static variable in class com.maddyhome.idea.vim.VimPlugin
 
execute(Editor, char, DataContext) - Method in class com.maddyhome.idea.vim.VimTypedActionHandler
All characters typed into an editor will get sent to this handler.
executeAction(String, DataContext) - Static method in class com.maddyhome.idea.vim.KeyHandler
Execute an action by name

F

fullReset() - Method in class com.maddyhome.idea.vim.KeyHandler
Completely resets the state of this handler.

G

getComponentName() - Method in class com.maddyhome.idea.vim.VimPlugin
Supplies the name of the plugin
getInstance() - Static method in class com.maddyhome.idea.vim.KeyHandler
Returns a reference to the singleton instance of this class
getOriginalHandler() - Method in class com.maddyhome.idea.vim.KeyHandler
Gets the original key handler
getOriginalTypedHandler() - Method in class com.maddyhome.idea.vim.VimTypedActionHandler
Gives the original key handler

H

handleKey(Editor, KeyStroke, DataContext) - Method in class com.maddyhome.idea.vim.KeyHandler
This is the main key handler for the Vim plugin.
handler - Variable in class com.maddyhome.idea.vim.VimTypedActionHandler
 

I

indicateError() - Static method in class com.maddyhome.idea.vim.VimPlugin
Inidicate to the user that an error has occurred.
initComponent() - Method in class com.maddyhome.idea.vim.VimPlugin
Initialize the Vim Plugin.
instance - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
isEnabled() - Static method in class com.maddyhome.idea.vim.VimPlugin
Indicates whether the user has enabled or disabled the plugin
isSelected(AnActionEvent) - Method in class com.maddyhome.idea.vim.VimPlugin.VimPluginToggleAction
Indicates if the toggle is on or off

K

KeyHandler - class com.maddyhome.idea.vim.KeyHandler.
This handlers every keystroke that the user can argType except those that are still valid hotkeys for various Idea actions.
KeyHandler() - Constructor for class com.maddyhome.idea.vim.KeyHandler
Creates an instance
KeyHandler.ActionRunner - class com.maddyhome.idea.vim.KeyHandler.ActionRunner.
This was used as an experiment to execute actions as a runnable.
KeyHandler.ActionRunner(Editor, DataContext, Command, KeyStroke) - Constructor for class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 
key - Variable in class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 
keys - Variable in class com.maddyhome.idea.vim.KeyHandler
 

L

logger - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
logger - Static variable in class com.maddyhome.idea.vim.VimPlugin
 
logger - Static variable in class com.maddyhome.idea.vim.VimTypedActionHandler
 

M

mode - Variable in class com.maddyhome.idea.vim.KeyHandler
 

O

origHandler - Variable in class com.maddyhome.idea.vim.KeyHandler
 
origHandler - Variable in class com.maddyhome.idea.vim.VimTypedActionHandler
 

P

partialReset() - Method in class com.maddyhome.idea.vim.KeyHandler
Partially resets the state of this handler.

R

readExternal(Element) - Method in class com.maddyhome.idea.vim.VimPlugin
This is called by the framework to load custom configuration data.
reset() - Method in class com.maddyhome.idea.vim.KeyHandler
Resets the state of this handler.
run() - Method in class com.maddyhome.idea.vim.KeyHandler.ActionRunner
 

S

STATE_COMMAND - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
STATE_ERROR - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
STATE_NEW_COMMAND - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
STATE_READY - Static variable in class com.maddyhome.idea.vim.KeyHandler
 
setOriginalHandler(TypedActionHandler) - Method in class com.maddyhome.idea.vim.KeyHandler
Sets the original key handler
setSelected(AnActionEvent, boolean) - Method in class com.maddyhome.idea.vim.VimPlugin.VimPluginToggleAction
Specifies whether the toggle should be on or off
setupListeners() - Method in class com.maddyhome.idea.vim.VimPlugin
This sets up some listeners so we can handle various events that occur
setupToolWindow(ToolWindow) - Method in class com.maddyhome.idea.vim.VimPlugin
 
showMessage(String) - Static method in class com.maddyhome.idea.vim.VimPlugin
 
showMode(String) - Static method in class com.maddyhome.idea.vim.VimPlugin
 

T

toolWindows - Static variable in class com.maddyhome.idea.vim.VimPlugin
 

V

VimPlugin - class com.maddyhome.idea.vim.VimPlugin.
This plugin attempts to emulate the keybinding and general functionality of Vim and gVim.
VimPlugin() - Constructor for class com.maddyhome.idea.vim.VimPlugin
Creates the Vim Plugin
VimPlugin.VimPluginToggleAction - class com.maddyhome.idea.vim.VimPlugin.VimPluginToggleAction.
This class is used to handle the Vim Plugin enabled/disabled toggle.
VimPlugin.VimPluginToggleAction() - Constructor for class com.maddyhome.idea.vim.VimPlugin.VimPluginToggleAction
 
VimTypedActionHandler - class com.maddyhome.idea.vim.VimTypedActionHandler.
This handler accepts all regular keystrokes and passes them on to the Vim Key handler
VimTypedActionHandler(TypedActionHandler) - Constructor for class com.maddyhome.idea.vim.VimTypedActionHandler
Creates an instance of the key handler
vimHandler - Variable in class com.maddyhome.idea.vim.VimPlugin
 

W

writeExternal(Element) - Method in class com.maddyhome.idea.vim.VimPlugin
This is called by the framework to store custom configuration data.

A C D E F G H I K L M O P R S T V W