MCPcopy Index your code

hub / github.com/MulgaSoft/e4macs / types & classes

Types & classes416 in github.com/MulgaSoft/e4macs

ClassAbstractRingBufferElement
Simple Ring Buffer Element Holds content of type T @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:470
ClassAddBindingsOnce
Emacs+/src/com/mulgasoft/emacsplus/DynamicInitializer.java:40
ClassAlignControl
Utility class to store the result of (possible multiple) prompt results @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:371
ClassAlignMinibuffer
Minibuffer for simple and complex alignment prompts Align the current region using an ad-hoc rule read from the minibuffer. The selection marks the l
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:36
ClassAlignRegexpHandler
Align selection based on a regular expression Align the current region using an ad-hoc rule read from the minibuffer. The selection marks the limits
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:48
ClassAlignRing
State RingBuffers: use lazy initialization holder class idiom
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:425
ClassAlignment
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:91
ClassAppendCommentHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/AppendCommentHandler.java:22
ClassAppendNextKillHandler
Implements: append-next-kill Cause following command, if it kills, to append to previous kill @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/AppendNextKillHandler.java:27
ClassAproposMinibuffer
Just read a string and return it for execution by the apropos command @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AproposMinibuffer.java:21
ClassAproposRing
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AproposMinibuffer.java:64
ClassBInterrupt
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:448
ClassBackwardCharHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardCharHandler.java:24
ClassBackwardDeleteLineHandler
Synthesize command for use with negative universal-argument @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardDeleteLineHandler.java:28
ClassBackwardKillLineHandler
Synthesize command for use with negative universal-argument @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardKillLineHandler.java:29
ClassBackwardLineHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardLineHandler.java:24
ClassBackwardUpListHandler
Implements: backward-up-list backward-up-list with a generalized bracket set backward-up-list moves backward up past one unmatched opening delimiter
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardUpListHandler.java:35
ClassBackwardWordHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardWordHandler.java:24
ClassBaseYankHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BaseYankHandler.java:34
ClassBeeper
Add interrupt behavior to beep() for kbd macro interrupts @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/Beeper.java:31
ClassBeginLineHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BeginLineHandler.java:25
ClassBeginOfBufferHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BeginOfBufferHandler.java:24
ClassBindingMinibuffer
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/BindingMinibuffer.java:17
ClassBlankLineHandler
Implements: delete-blank-lines. On blank line, delete all surrounding blank lines, leaving just one. On isolated blank line, delete that one. On n
Emacs+/src/com/mulgasoft/emacsplus/commands/BlankLineHandler.java:28
ClassBlockBackwardHandler
Implements: backward-block-of-lines @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockBackwardHandler.java:18
ClassBlockForwardHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockForwardHandler.java:16
ClassBlockHandler
Implements: forward-block-of-lines @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockHandler.java:27
ClassBooleanConverter
Minimal Boolean converter @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/BooleanConverter.java:19
ClassBooleanMinibuffer
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/BooleanMinibuffer.java:18
ClassBrowseKillRingHandler
Browse the kill ring in the Emacs+ console window Background highlight alternates on alternate entries Supports sub-commands: i - insert y - insert
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:66
ClassBufRef
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SwitchMinibuffer.java:339
ClassBufferDialog
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/BufferDialog.java:30
ClassBufferLocal
set, get, kill, killAll, variables, hasVariable @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:24
ClassButtonFieldEditor
A stand-alone button for inclusion in a preference page @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/ButtonFieldEditor.java:26
ClassCB
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBindingHandler.java:55
EnumCS
Emacs+/src/com/mulgasoft/emacsplus/commands/RecenterHandler.java:74
ClassCapitalizeCaseHandler
Capitalize word/selection @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CapitalizeCaseHandler.java:24
ClassCaseCommandHandler
Common methods for case conversion They follow the XEmacs convention of using the selection if present, or the next (or previous) word If a selection
Emacs+/src/com/mulgasoft/emacsplus/commands/CaseCommandHandler.java:27
EnumCase_Sensitive
Record manual case sensitivity state; override text input case if not OFF
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:109
ClassCategoriesPreferencePage
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/CategoriesPreferencePage.java:18
ClassCategoryDialog
A Category chooser dialog for adding unused categories to the category list used to generate the executable command list @author Mark Feber - initial
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:257
ClassCharPairs
Utility class that encapsulates access to matching character pairs.
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:292
EnumCheck
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:104
ClassCloseOtherInstancesHandler
Remove all the split windows @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CloseOtherInstancesHandler.java:25
ClassCmd
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:165
EnumCol
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowShrinkCmd.java:40
ClassColumnSupport
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/ColumnSupport.java:28
ClassCommandAproposHandler
Implement: apropos Display information about matching commands in the Emacs+ console @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandAproposHandler.java:40
ClassCommandBindingHandler
Implements: describe-bindings Show a list of all currently active key bindings and their associated command @author Mark Feber - initial API and imp
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBindingHandler.java:37
ClassCommandBriefKeyHandler
Implements: describe-key-briefly Describe key binding briefly in the status area @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBriefKeyHandler.java:32
ClassCommandCategoryEditor
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:37
ClassCommandDescribeHandler
Describe command/binding information in Emacs+ console @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandDescribeHandler.java:37
ClassCommandHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandHandler.java:22
ClassCommandHelp
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/CommandHelp.java:26
ClassCommandKeyHandler
Implements: describe-key Describe key binding in Emacs+ console @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandKeyHandler.java:34
ClassCommandSupport
Command & Category support @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/CommandSupport.java:40
ClassCommandWhereIsHandler
Implements: where-is-command Reads a command name from the minibuffer and displays just key-binding information about it @author Mark Feber - initia
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandWhereIsHandler.java:32
ClassCompletionMinibuffer
Completion base class @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:42
ClassConsoleCmdHandler
Base class for Console augmentation @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/ConsoleCmdHandler.java:29
ClassConsoleCopyCutHandler
Implements: Cut & Copy for the console @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/ConsoleCopyCutHandler.java:28
ClassCountLinesBuffer
Print number of lines in current buffer, and how many are before or after point. The command will return the total number of lines in the buffer. @au
Emacs+/src/com/mulgasoft/emacsplus/commands/CountLinesBuffer.java:28
ClassCountLinesRegion
Implements: count-lines-region Print number of lines and characters in the region between point and mark (the mark does not have to be active). The c
Emacs+/src/com/mulgasoft/emacsplus/commands/CountLinesRegion.java:31
ClassCountMatchesHandler
Implements: count-matches Print and return number of matches following point for REGEXP As in Emacs, this handler starts looking for the next match
Emacs+/src/com/mulgasoft/emacsplus/commands/CountMatchesHandler.java:38
ClassDeleteCharHandler
Add delete character to Console command set @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/DeleteCharHandler.java:21
ClassDeleteNextHandler
Console command for delete-next-word @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/DeleteNextHandler.java:22
ClassDeletePreviousHandler
Console command for delete-previous-word @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/DeletePreviousHandler.java:22
ClassDeleteWhitespaceHandler
Implement: delete-trailing-whitespace Delete all the trailing whitespace across the current buffer. All whitespace after the last non-whitespace char
Emacs+/src/com/mulgasoft/emacsplus/commands/DeleteWhitespaceHandler.java:31
InterfaceDisplayOption
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:229
ClassDocumentPartitionAccessor
Utility class that wraps a document and gives access to partitioning information. A document is tied to a particular partition and, when considering
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:170
ClassDownListHandler
Implements: down-list Move forward down one level of brackets. With arg, do this that many times. @author Mark Feber - initial API and implementatio
Emacs+/src/com/mulgasoft/emacsplus/commands/DownListHandler.java:27
ClassDynamicInitializer
Determine which plugin specific bindings should be added once Emacs+ has started. Currently: java, javascript, pde, c++ @author Mark Feber - initial
Emacs+/src/com/mulgasoft/emacsplus/DynamicInitializer.java:35
ClassE4Cmd
Common base class for E4 commands @author mfeber - Initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4Cmd.java:22
ClassE4CmdHandler
Based on info in the article: http://eclipsesource.com/blogs/tutorials/eclipse-4-e4-tutorial-soft-migration-from-3-x-to-eclipse-4-e4 by Jonas Helming
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4CmdHandler.java:29
ClassE4WindowCmd
A base class for all split and join window commands (and their associates) Use E4 injection @author mfeber - Initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowCmd.java:39
ClassE4WindowHandler
Group the E4 Window commands @author mfeber - Initial API and implementation @param <T>
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowHandler.java:25
ClassEMPListEditor
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/EMPListEditor.java:19
ClassEditorListener
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:560
ClassEmacsActionDelegate
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:171
ClassEmacsCopyActionDelegate
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:124
ClassEmacsCopyExecutionListener
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:107
ClassEmacsCutActionDelegate
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:148
ClassEmacsExecutionListener
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:80
ClassEmacsHelpHandler
List information about Emacs+ help commands The command expects all help commands to have a uniform prefix @author Mark Feber - initial API and imple
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsHelpHandler.java:34
ClassEmacsMovementHandler
Abstract handler for all mark aware movement commands If the mark is set and attached to the current selection, then extend the selection with the mo
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:53
ClassEmacsNewsHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsNewsHandler.java:23
ClassEmacsOverrunHandler
Determine if the command overruns the buffer boundaries, and beep if so. One of the many pieces that aids the kdb macro execution semantics @author M
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsOverrunHandler.java:29
EnumEmacsPlusActivation
Activate all the pretty listeners @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:68
ClassEmacsPlusActivator
The main activator class to be used in the desktop. @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:31
ClassEmacsPlusCmdHandler
Base class of all Emacs+ command handlers @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:64
ClassEmacsPlusConsole
Extend a IOConsole for use as the Emacs+ console @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:40
ClassEmacsPlusConsoleParticipant
Emacs+ console activation/deactivation @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsoleParticipant.java:23
ClassEmacsPlusNoEditHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusNoEditHandler.java:21
ClassEmacsPlusPreferenceBase
Abstract base class for Emacs+ preference pages @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferenceBase.java:27
ClassEmacsPlusPreferenceConstants
Constant definitions for plug-in preferences @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferenceConstants.java:17
ClassEmacsPlusPreferenceInitializer
Class used to initialize default preference values. @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferenceInitializer.java:42
ClassEmacsPlusPreferencePage
This class represents a preference page that is contributed to the Preferences dialog. By sub-classing <samp>FieldEditorPreferencePage</samp>, we can
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferencePage.java:66
ClassEmacsPlusUtils
Assorted utility methods @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:72
ClassEmacsPreferenceHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPreferenceHandler.java:15
ClassEndLineHandler
@author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EndLineHandler.java:24
ClassEndOfBufferHandler
Implements: end-buffer @author Mark Feber - initial API and implementation
Emacs+/src/com/mulgasoft/emacsplus/commands/EndOfBufferHandler.java:25
next →1–100 of 416, ranked by callers