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

Quick Search    Search Deep

com.maddyhome.idea.vim.ex.handler.* (39)com.maddyhome.idea.vim.ex.range.* (4)

com.maddyhome.idea.vim.ex: Javadoc index of package com.maddyhome.idea.vim.ex.


Package Samples:

com.maddyhome.idea.vim.ex.handler
com.maddyhome.idea.vim.ex.range

Classes:

SearchRange: Represents a range given by a search pattern. The pattern can be '\\/', '\\?', '\\&', /{pattern}/, or ?{pattern}?. The last two can be repeated 0 or more times after any of the others.
CommandParser: Maintains a tree of Ex commands based on the required and optional parts of the command names. Parses and executes Ex commands entered by the user.
GotoLineHandler: This handles Ex commands that just specify a range which translates to moving the cursor to the line given by the range.
LineNumberRange: Represents a specific line, the current line, or the last line of a file
Ranges: Handles the set of range values entered as part of an Ex command.
CommandHandler: Base class for all Ex command handlers.
MarkRange: Represents the line specified by a mark
Range: Represents an Ex command range
AbstractRange: Base for all Ex command ranges
ExException: Exception class
InvalidArgumentException: Exception class
InvalidCommandException: Exception class
InvalidRangeException: Exception class
MissingArgumentException: Exception class
NoRangeAllowedException: Exception class
CommandName
CommandNode
ExCommand
LineRange
ParseResult
CmdFilterHandler
CopyTextHandler
DeleteLinesHandler
DumpLineHandler
EditFileHandler

Home | Contact Us | Privacy Policy | Terms of Service