|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ helper overview ] | PREV NEXT | ||||||||
A
- anyNonWhitespace(Editor, int, int) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
B
- bundle - Static variable in class com.maddyhome.idea.vim.helper.MessageHelper
C
- CASE_LOWER - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
- CASE_TOGGLE - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
- CASE_UPPER - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
- CharacterHelper - class com.maddyhome.idea.vim.helper.CharacterHelper.
- This helper class is used when working with various character level operations
- CharacterHelper() - Constructor for class com.maddyhome.idea.vim.helper.CharacterHelper
- changeCase(char, char) - Static method in class com.maddyhome.idea.vim.helper.CharacterHelper
- Changes the case of the supplied character based on the supplied change type
- charType(char, boolean) - Static method in class com.maddyhome.idea.vim.helper.CharacterHelper
- This returns the type of the supplied character.
- characterPositionToOffset(Editor, CharacterPosition) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- cmd - Variable in class com.maddyhome.idea.vim.helper.RunnableHelper.ReadAction
- cmd - Variable in class com.maddyhome.idea.vim.helper.RunnableHelper.WriteAction
- com.maddyhome.idea.vim.helper - package com.maddyhome.idea.vim.helper
- containsUpperCase(String) - Static method in class com.maddyhome.idea.vim.helper.StringHelper
E
- E146 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E191 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E363 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E369 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E384 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E385 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E50 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E51 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E52 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E53 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E54 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E55 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E56 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E57 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E58 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E59 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E60 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E61 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E62 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E63 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E64 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E65 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E66 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E67 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E68 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E69 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E70 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- E71 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- EMSG(String) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- EMSG(String, String) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- EMSG(String, String, String) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- EditorData - class com.maddyhome.idea.vim.helper.EditorData.
- This class is used to manipulate editor specific data.
- EditorData() - Constructor for class com.maddyhome.idea.vim.helper.EditorData
- This is a static helper - no instances needed
- EditorHelper - class com.maddyhome.idea.vim.helper.EditorHelper.
- This is a set of helper methods for working with editors.
- EditorHelper() - Constructor for class com.maddyhome.idea.vim.helper.EditorHelper
- e_argreq - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_backrange - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_backslash - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_badrange - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_internal - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_invarg - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_invcmd - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_invrange - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_nopresub - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_noprev - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_norange - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_null - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_patnotf2 - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_re_corr - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_re_damg - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_toomsbra - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_trailing - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- e_zerocount - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- escape(String) - Static method in class com.maddyhome.idea.vim.helper.StringHelper
F
- FILE - Static variable in class com.maddyhome.idea.vim.helper.EditorData
- findMatchingPairOnCurrentLine(Editor) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- This looks on the current line, starting at the cursor postion for one of {, }, (, ), [, or ].
- findNextCamelEnd(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- findNextCamelStart(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- findNextCharacterOnLine(Editor, int, char) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- This locates the position with the document of the count'th occurence of ch on the current line
- findNextWord(Editor, int, boolean) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- This finds the offset to the start of the next/previous word/WORD.
- findNextWord(char[], int, int, int, boolean) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- findNextWordEnd(Editor, int, boolean, boolean) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- This finds the offset to the end of the next/previous word/WORD.
- findNextWordEnd(char[], int, int, int, boolean, boolean) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- findWordUnderCursor(Editor) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- Find the word under the cursor or the next word to the right of the cursor on the current line.
G
- getCurrentLogicalColumn(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the logical column number the cursor is on
- getCurrentLogicalLine(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the logical line number the cursor is on
- getCurrentVisualColumn(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the visual column number the cursor is on
- getCurrentVisualLine(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the visual line number the cursor is on
- getEditor(FileEditorManager, VirtualFile) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the editor for the virtual file within the editor mananger.
- getFileSize(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the actual number of characters in the file
- getLastColumn(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- This gets the last column the cursor was in for the editor.
- getLastVisualOperatorRange(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Gets the previous visual operator range for the editor.
- getLastVisualRange(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Gets the previous visual range for the editor.
- getLineBuffer(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- getLineCharCount(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- getLineCount(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of actual lines in the file
- getLineEndForOffset(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the offset of the end of the line containing the supplied offset
- getLineEndOffset(Editor, int, boolean) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Returns the offset of the end of the requested line.
- getLineLength(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of characters on the current line.
- getLineLength(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of characters on the specified logical line.
- getLineStartForOffset(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the offset of the start of the line containing the supplied offset
- getLineStartOffset(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Returns the offset of the start of the requested line.
- getLineText(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Returns the text of the requested logical line
- getModifiersText(int) - Static method in class com.maddyhome.idea.vim.helper.StringHelper
- getMsg(String) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- getMsg(String, String) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- getMsg(String, Object[]) - Static method in class com.maddyhome.idea.vim.helper.MessageHelper
- getPairChars() - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- getProject(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Gets the project associated with the editor.
- getScreenHeight(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of lines than can be displayed on the screen at one time.
- getScreenWidth(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of characters that are visible on a screen line
- getText(Editor, int, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets a string representation of the file for the supplied offset range
- getVirtualFile(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Gets the virtual file associated with this editor
- getVisualLineCount(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of visible lines in the editor.
- getVisualLineLength(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Gets the number of characters on the specified visual line.
I
- INT_BAD_CMD - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- initializeEditor(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- This is used to initialize each new editor that gets created.
K
- keysToString(List) - Static method in class com.maddyhome.idea.vim.helper.StringHelper
L
- LAST_COLUMN - Static variable in class com.maddyhome.idea.vim.helper.EditorData
- logicalLineToVisualLine(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Converts a logical line number to a visual line number.
M
- MessageHelper - class com.maddyhome.idea.vim.helper.MessageHelper.
- MessageHelper() - Constructor for class com.maddyhome.idea.vim.helper.MessageHelper
- Msg - interface com.maddyhome.idea.vim.helper.Msg.
N
- NOT_EX_CMD - Static variable in interface com.maddyhome.idea.vim.helper.Msg
- normalizeColumn(Editor, int, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Ensures that the supplied column number for the given logical line is within the range 0 (incl) and the number of columns in the line (excl).
- normalizeLine(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Ensures that the supplied logical line is within the range 0 (incl) and the number of logical lines in the file (excl).
- normalizeOffset(Editor, int, int, boolean) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Ensures that the supplied offset for the given logical line is within the range for the line.
- normalizeOffset(Editor, int, boolean) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- normalizeVisualColumn(Editor, int, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Ensures that the supplied column number for the given visual line is within the range 0 (incl) and the number of columns in the line (excl).
- normalizeVisualLine(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Ensures that the supplied visual line is within the range 0 (incl) and the number of visual lines in the file (excl).
O
- offsetToCharacterPosition(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
P
- PROJECT - Static variable in class com.maddyhome.idea.vim.helper.EditorData
- pairsChars - Static variable in class com.maddyhome.idea.vim.helper.SearchHelper
- parseOption(ListOption) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
R
- RunnableHelper - class com.maddyhome.idea.vim.helper.RunnableHelper.
- This provides some helper methods to run code as a command and an application write action
- RunnableHelper() - Constructor for class com.maddyhome.idea.vim.helper.RunnableHelper
- RunnableHelper.ReadAction - class com.maddyhome.idea.vim.helper.RunnableHelper.ReadAction.
- RunnableHelper.ReadAction(Runnable) - Constructor for class com.maddyhome.idea.vim.helper.RunnableHelper.ReadAction
- RunnableHelper.WriteAction - class com.maddyhome.idea.vim.helper.RunnableHelper.WriteAction.
- RunnableHelper.WriteAction(Runnable) - Constructor for class com.maddyhome.idea.vim.helper.RunnableHelper.WriteAction
- run() - Method in class com.maddyhome.idea.vim.helper.RunnableHelper.ReadAction
- run() - Method in class com.maddyhome.idea.vim.helper.RunnableHelper.WriteAction
- runReadCommand(Runnable) - Static method in class com.maddyhome.idea.vim.helper.RunnableHelper
- runWriteCommand(Runnable) - Static method in class com.maddyhome.idea.vim.helper.RunnableHelper
S
- SearchHelper - class com.maddyhome.idea.vim.helper.SearchHelper.
- Helper methods for searching text
- SearchHelper() - Constructor for class com.maddyhome.idea.vim.helper.SearchHelper
- StringHelper - class com.maddyhome.idea.vim.helper.StringHelper.
- StringHelper() - Constructor for class com.maddyhome.idea.vim.helper.StringHelper
- setLastColumn(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Sets the last column for this editor
- setLastVisualOperatorRange(Editor, VisualChange) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Sets the previous visual operator range for the editor.
- setLastVisualRange(Editor, VisualRange) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- Sets the previous visual range for the editor.
- skipSpace(char[], int, int, int) - Static method in class com.maddyhome.idea.vim.helper.SearchHelper
- This skips whitespace starting with the supplied position.
- stringToKeys(String) - Static method in class com.maddyhome.idea.vim.helper.StringHelper
- synerror - Static variable in interface com.maddyhome.idea.vim.helper.Msg
T
- TYPE_CHAR - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
- TYPE_PUNC - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
- TYPE_SPACE - Static variable in class com.maddyhome.idea.vim.helper.CharacterHelper
U
- uninitializeEditor(Editor) - Static method in class com.maddyhome.idea.vim.helper.EditorData
- This is used to clean up editors whenever they are closed.
- unkopt - Static variable in interface com.maddyhome.idea.vim.helper.Msg
V
- VISUAL - Static variable in class com.maddyhome.idea.vim.helper.EditorData
- VISUAL_OP - Static variable in class com.maddyhome.idea.vim.helper.EditorData
- visualLineToLogicalLine(Editor, int) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Converts a visual line number to a logical line number.
- visualPostionToOffset(Editor, VisualPosition) - Static method in class com.maddyhome.idea.vim.helper.EditorHelper
- Converts a visual position to a file offset
A B C E F G I K L M N O P R S T U V
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ helper overview ] | PREV NEXT | ||||||||