Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MulgaSoft/e4macs
/ functions
Functions
2,316 in github.com/MulgaSoft/e4macs
⨍
Functions
2,316
◇
Types & classes
416
↓ 2 callers
Method
checkDispatchId
Look to see if there is a different id that should be dispatched based on the universal-argument This can occur if: 1) The universal-argument is nega
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1420
↓ 2 callers
Method
checkDot
When moving backwards, modify args to correct for directionality @see com.mulgasoft.emacsplus.commands.SexpHandler#checkDot(org.eclipse.jface.text.ID
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseBackwardHandler.java:96
↓ 2 callers
Method
checkDot
If a . is a word break character, see if the BreakIterator moved us past one @param doc @param start @param end @return new offset if word moved past
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:288
↓ 2 callers
Method
checkForBinding
Check for perfect binding match to key sequence @param editor @param sequence @return Binding if perfect match found, else null
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroDefineHandler.java:141
↓ 2 callers
Method
checkPaused
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:601
↓ 2 callers
Method
checkUnder
When moving backward, and we're consuming _'s, see if we're currently positioned by an _ @param doc @param iter @param pos current word position @ret
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseBackwardHandler.java:121
↓ 2 callers
Method
checkUnder
If a _ is not a word break character, see if the BreakIterator stopped on one @param doc @param pos @return new offset if word moves past any _'s, el
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:310
↓ 2 callers
Method
clearConsoleMark
Support simple clear mark/selection on TextConsole @param viewer
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:252
↓ 2 callers
Method
clearContext
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:130
↓ 2 callers
Method
clearListener
()
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:542
↓ 2 callers
Method
clearLocation
(String key)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:276
↓ 2 callers
Method
clearMarkRegion
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:716
↓ 2 callers
Method
closeDialog
Specialize minibuffer
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MetaXMinibuffer.java:144
↓ 2 callers
Method
closeOthers
Close any duplicate editors in the supplied part stacks @param stack1 @param stack2 @return true if any duplicates were closed
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:172
↓ 2 callers
Method
compare
@see java.util.Comparator#compare(java.lang.Object, java.lang.Object)
Emacs+/src/com/mulgasoft/emacsplus/commands/SortLinesHandler.java:86
↓ 2 callers
Method
compareTo
@see java.lang.Comparable#compareTo(java.lang.Object)
Emacs+/src/com/mulgasoft/emacsplus/commands/SortNumericHandler.java:77
↓ 2 callers
Method
consoleDispatch
Dispatch to the appropriate action in the TextConsole viewer @param viewer @param event @return whatever the action returns or null
Emacs+/src/com/mulgasoft/emacsplus/commands/IConsoleDispatch.java:28
↓ 2 callers
Method
continueKbdMacro
When defining/executing a macro, during a minibuffer command, move key listener in front minibuffer's @param mini minibuffer being activated @param e
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:382
↓ 2 callers
Method
convertToCats
(String idList, Category[] allCats)
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:204
↓ 2 callers
Method
copyEvent
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:458
↓ 2 callers
Method
copyRectangle
Copy (and optionally delete) the rectangle information at selection @param editor @param document @param selection treated as a rectangle @param remo
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:105
↓ 2 callers
Method
deactivatePage
(IWorkbenchWindow window)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:191
↓ 2 callers
Method
defaultDispatch
Default handler for Ctrl+<X> and Alt+<X> verify key events Look for a binding and send it if bound, and leave @param event @return true (always leave
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:773
↓ 2 callers
Method
defineKbdMacro
Define the Command to be used when executing the named kbd macro @param editor @param name - the short name @return the Command
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroDefineHandler.java:101
↓ 2 callers
Method
direction
Return the direction of the rotation as an int for use in RingBuffers @return the int direction of rotation
Emacs+/src/com/mulgasoft/emacsplus/YankRotate.java:36
↓ 2 callers
Method
disableBindings
Disable bindings that would interfere with Ctrl digit-argument bindings If disableEmacs is true, then disable Emacs+ Ctrl arguments instead This requi
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:596
↓ 2 callers
Method
dispatchAlt
Allow children to handle Alt+<X> verify key events Default implementation calls generic dispatch @param event @return true
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:751
↓ 2 callers
Method
dispatchId
Execute the command id (with universal-argument, if appropriate) @param id @param event @return execution result
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1376
↓ 2 callers
Method
displayMacro
(String name)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroEditHandler.java:46
↓ 2 callers
Method
doOperation
(ITextEditor editor, String name, File file)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroDefineHandler.java:59
↓ 2 callers
Method
doTransform
(IDocument document, ITextSelection selection, int cursorOffset,boolean isBackup)
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardUpListHandler.java:73
↓ 2 callers
Method
documentChanged
@see org.eclipse.jface.text.IDocumentListener#documentChanged(org.eclipse.jface.text.DocumentEvent)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:394
↓ 2 callers
Method
downList
Proceed down into next list @param document @param currentSelection @return selection positioned after next list opening or null if unbalanced
Emacs+/src/com/mulgasoft/emacsplus/commands/DownListHandler.java:69
↓ 2 callers
Method
emacsParseInt
Add some flexibility to negative Integer string parsing -n == -n as expected n- == -n - == -1 any other - will throw a number format exception @pa
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:733
↓ 2 callers
Method
enableDotSexp
(boolean gnuSexp)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:245
↓ 2 callers
Method
enableGnuSexp
Force Gnu semantics for sexp movement beep/error when attempting to move into next outer sexp @param gnuSexp
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:237
↓ 2 callers
Method
enableUnderSexp
(boolean gnuSexp)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:257
↓ 2 callers
Method
endTransform
@see com.mulgasoft.emacsplus.commands.SexpHandler#endTransform(ITextEditor, int, ITextSelection, ITextSelection)
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardUpListHandler.java:175
↓ 2 callers
Method
endTransform
@see com.mulgasoft.emacsplus.commands.SexpHandler#endTransform(org.eclipse.ui.texteditor.ITextEditor, int, org.eclipse.jface.text.ITextSelection, org.
Emacs+/src/com/mulgasoft/emacsplus/commands/DownListHandler.java:123
↓ 2 callers
Method
excludeFromRepeat
Check if we should remember this command @param id command @return ignore command if true, else remember it
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:229
↓ 2 callers
Method
executeWithDispatch
Check for a dispatch command before invoking with count For a command that has already been determined to support the universal-argument @param edito
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1302
↓ 2 callers
Method
executeWithSelectionCheck
Call execute on checkers with an additional listener for selection change during execution @param editor @param checkers
Emacs+/src/com/mulgasoft/emacsplus/commands/ExecuteCommandHandler.java:41
↓ 2 callers
Method
exitExecuteResult
(ITextEditor editor, Object commandResult)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ExecutingMinibuffer.java:78
↓ 2 callers
Method
exitWhenDefining
Add a minibuffer exit event directly Should only be called from a minibuffer
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:180
↓ 2 callers
Method
extractUniversal
(ExecutionEvent event, String key, Function<Integer, Integer> fn)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:256
↓ 2 callers
Method
fail
(ITextEditor editor, String message, int index, int count)
Emacs+/src/com/mulgasoft/emacsplus/commands/ZapToCharHandler.java:123
↓ 2 callers
Method
fail
(String commandId)
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:137
↓ 2 callers
Method
fillRect
(Rectangle srect, Rectangle drect)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/FrameCreateCmd.java:62
↓ 2 callers
Method
findNext
@see com.mulgasoft.emacsplus.minibuffer.SearchMinibuffer#findNext(java.lang.String)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:203
↓ 2 callers
Method
findNextStack
Rotate through stacks by <count> elements @param part the source part @param stack the source stack @param count the number to rotate by @return the
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowCmd.java:214
↓ 2 callers
Method
fixName
When there are multiple buffers with the same name, disambiguate by adding the title tool tip to the string we're going to use @param name - the name
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SwitchMinibuffer.java:206
↓ 2 callers
Method
flash
(Display display)
Emacs+/src/com/mulgasoft/emacsplus/Flasher.java:22
↓ 2 callers
Method
focusIt
If we can find a selected MPart, activate it @param ele
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/FrameOtherCmd.java:54
↓ 2 callers
Method
get
(ITextEditor editor, String variable)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:54
↓ 2 callers
Method
getAllCategories
Get all the currently defined categories @return
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:247
↓ 2 callers
Method
getButtonControl
(Composite parent)
Emacs+/src/com/mulgasoft/emacsplus/preferences/ButtonFieldEditor.java:48
↓ 2 callers
Method
getCell
(Event event, Table table)
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:324
↓ 2 callers
Method
getColumnPosition
Get the column position of the line at numChars from start @param cs @param document @param start @param numChars @return the column position of (sta
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:87
↓ 2 callers
Method
getCommandString
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:238
↓ 2 callers
Method
getCommonString
Determine the longest common command name substring that starts with the current substring @param keySet @param subString @return the longest common
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:290
↓ 2 callers
Method
getCompletionList
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:139
↓ 2 callers
Method
getCompletionMinibufferPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:143
↓ 2 callers
Method
getCompletions
(boolean withSetq)
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:95
↓ 2 callers
Method
getCompletions
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:46
↓ 2 callers
Method
getCurrentElement
()
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:442
↓ 2 callers
Method
getCurrentProject
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSearchHandler.java:191
↓ 2 callers
Method
getDirection
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:168
↓ 2 callers
Method
getDisplayStr
@return the displayStr
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:230
↓ 2 callers
Method
getDocListener
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:318
↓ 2 callers
Method
getEditor
()
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:437
↓ 2 callers
Method
getEnhancer
()
Emacs+/src/com/mulgasoft/emacsplus/DynamicInitializer.java:135
↓ 2 callers
Method
getFromHistory
Rotate make the next/previous macro from the ring the current definition @param editor @param dir YankRotate direction
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1236
↓ 2 callers
Method
getKbdMacroEvents
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:279
↓ 2 callers
Method
getKeyBindingString
(Command com, boolean activep)
Emacs+/src/com/mulgasoft/emacsplus/execute/CommandHelp.java:143
↓ 2 callers
Method
getLimit
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:279
↓ 2 callers
Method
getLineDelimiter
Get the editor's line delimiter @return delimiter as String
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:619
↓ 2 callers
Method
getLineMatch
Match the document line against the regular expression. Populates the Alignment class with the group and pattern match locations @param line the lin
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:260
↓ 2 callers
Method
getListControl
Returns this field editor's list control. Support multi-selection @param parent the parent control @return the list control
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:321
↓ 2 callers
Method
getLocation
()
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:360
↓ 2 callers
Method
getMarkOffset
@return the markOffset
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:990
↓ 2 callers
Method
getMinibufferDefault
(ExecutingMinibuffer mini)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:136
↓ 2 callers
Method
getMinibufferPrefix
Get the prefix for the minibuffer prompt This may be computed based on the current state of input in the minibuffer @return the prefix String
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:142
↓ 2 callers
Method
getNewElement
Create a new, unstored, ring buffer element @return the new IRingBufferElement
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:459
↓ 2 callers
Method
getNextIndex
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:455
↓ 2 callers
Method
getNextPosition
Returns the next position to query in the search. The position is not guaranteed to be in this document's partition. @param pos an offset within the
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:241
↓ 2 callers
Method
getOffset
()
Emacs+/src/com/mulgasoft/emacsplus/IBufferLocation.java:21
↓ 2 callers
Method
getOffset
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:288
↓ 2 callers
Method
getPartition
Returns partition information about the region containing the specified position. @param pos a position within this document. @return positioning inf
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:270
↓ 2 callers
Method
getParts
(MUIElement element, int location)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/FrameJoinCmd.java:70
↓ 2 callers
Method
getPath
()
Emacs+/src/com/mulgasoft/emacsplus/IFileLocation.java:18
↓ 2 callers
Method
getPath
@see com.mulgasoft.emacsplus.IBufferLocation#getPath()
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:444
↓ 2 callers
Method
getRegions
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:319
↓ 2 callers
Method
getResult
(final Binding binding, final KeySequence trigger, final String triggerString)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:246
↓ 2 callers
Method
getSearchStr
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:119
↓ 2 callers
Method
getSearchingPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:151
↓ 2 callers
Method
getSelectables
()
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:62
↓ 2 callers
Method
getSelectionListener
Returns this field editor's selection listener. The listener is created if necessary. @return the selection listener
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:354
↓ 2 callers
Method
getStackEditors
Get all the IEditorReferences in a given part stack @param stack @return the collection of IEditorReferences
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:207
↓ 2 callers
Method
getStacks
(MElementContainer<MUIElement> container)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowCmd.java:146
↓ 2 callers
Method
getStyledWidget
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:482
← previous
next →
501–600 of 2,316, ranked by callers