MCPcopy Index your code

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 311 callersMethodgetOffset
()
Emacs+/src/com/mulgasoft/emacsplus/IFileLocation.java:19
↓ 184 callersMethodput
Insert text for register @param key - register id @param text - new text
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:78
↓ 166 callersMethodlength
@return the current length of the ring buffer
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:97
↓ 165 callersMethodgetResourceString
Returns the string from the plugin's resource bundle, or 'key' if not found.
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:117
↓ 159 callersMethodgetLength
()
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphTransposeHandler.java:307
↓ 155 callersMethodget
@return the content of this element
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:498
↓ 125 callersMethodadd
(KbdEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:924
↓ 117 callersMethodequals
(Object o)
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeSexpHandler.java:269
↓ 87 callersMethodtoString
()
Emacs+/src/com/mulgasoft/emacsplus/IRegisterContents.java:20
↓ 79 callersMethodappend
Append a string to the contents of the minibuffer @param addStr @return the resulting string
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:83
↓ 73 callersMethodgetInstance
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:78
↓ 69 callersMethodgetPref
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:105
↓ 68 callersMethodgetInstance
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:119
↓ 56 callersMethodgetPreferenceStore
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:151
↓ 54 callersMethodgetCommand
Get the Command object result set by the minibuffer @return the Command
Emacs+/src/com/mulgasoft/emacsplus/execute/ICommandResult.java:25
↓ 47 callersMethodgetEditor
()
Emacs+/src/com/mulgasoft/emacsplus/IBufferLocation.java:20
↓ 46 callersMethodgetCursorOffset
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:923
↓ 44 callersMethodgetDocument
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:196
↓ 43 callersMethodgetString
(String key)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:126
↓ 42 callersMethodasyncShowMessage
(final IWorkbenchPart wpart, final String message, final boolean error)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:96
↓ 42 callersMethodisEmpty
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:932
↓ 41 callersMethodshowResultMessage
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/MinibufferHandler.java:108
↓ 37 callersMethodgetUniversalCount
Get the value of the universal-argument; defaults to 1 if not supplied by command invocation. @return the universalCount
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1162
↓ 37 callersMethodprint
Print command help in the console.
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:152
↓ 37 callersMethodupdateStatusLine
Write the message to the minibuffer part of the status line
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:376
↓ 36 callersMethodgetId
CID for CUT to simulate CUT_TO_LINE_END in console @see com.mulgasoft.emacsplus.commands.ConsoleCmdHandler#getId(org.eclipse.core.commands.ExecutionE
Emacs+/src/com/mulgasoft/emacsplus/commands/KillLineHandler.java:156
↓ 36 callersMethodsetRedraw
(Control c, boolean redraw)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1363
↓ 35 callersMethodleave
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:351
↓ 35 callersMethodset
Set the content of this element @param content
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:505
↓ 35 callersMethodshowMessage
(IWorkbenchPart editor, String key, boolean error)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:511
↓ 34 callersMethodexecuteCommand
Invoke the specified command using the handler service @param commandId @param event @param editor @return execution result @throws CommandException
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:877
↓ 34 callersMethodgetText
()
Emacs+/src/com/mulgasoft/emacsplus/IRegisterContents.java:16
↓ 33 callersMethodgetName
Get the name of the command as entered by the user @return the name
Emacs+/src/com/mulgasoft/emacsplus/execute/ICommandResult.java:31
↓ 29 callersMethodgetMBString
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:1063
↓ 28 callersMethodgetAdapter
@see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsoleParticipant.java:67
↓ 27 callersMethodcharAt
(int pos)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:163
↓ 27 callersMethodgetChar
Returns the character at the specified position in this document. @param pos an offset within this document @return the character at the offset @thro
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:202
↓ 27 callersMethodgetCurrentSelection
Return the editor's current selection Never returns null @param editor @return the current selection or (0,0)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:761
↓ 26 callersMethodbufferTransform
Initialize and start the minibuffer listening for the keyboard in the current thread @param mini the com.mulgasoft.emacsplus.minibuffer.... instance
Emacs+/src/com/mulgasoft/emacsplus/commands/MinibufferHandler.java:45
↓ 24 callersMethodgetCaretOffset
Get the current caret offset in widget coords @param editor @return the caret position
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:286
↓ 24 callersMethodgetDefault
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:120
↓ 23 callersMethodasyncUiRun
Causes the <code>run()</code> method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity. @param runner - a
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:561
↓ 23 callersMethodcontains
Returns true if the specified character pair occurs in one of the character pairs. @param c a character @return true exactly if the character occurs
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:307
↓ 23 callersMethodgetTextWidget
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:606
↓ 23 callersMethodisUniversalPresent
Return the universal-argument state of the handler @return true if called with an explicit universal-argument, else false
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/IMinibufferExecutable.java:50
↓ 22 callersMethodgetBoolean
(String cmdResult)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/BooleanMinibuffer.java:38
↓ 22 callersMethodselectAndReveal
(ITextEditor editor, int offset, int end)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:593
↓ 21 callersMethodaddExecutionListener
(IKbdExecutionListener listener)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:549
↓ 21 callersMethodexecuteCommand
Invoke the specified command using the handler service @param commandId @param event @param editor @throws ExecutionException @throws NotDefinedExcep
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:383
↓ 21 callersMethodexecuteResult
Execution invoked on current state. If evaluation returns -true transition to next state (or invoke command's executeResult) -false remain in curren
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:147
↓ 21 callersMethodgetLength
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:154
↓ 21 callersMethodsetBackground
(Color color)
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:150
↓ 20 callersMethodgetDefault
Returns the shared instance.
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:58
↓ 20 callersMethodgetLength
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:292
↓ 20 callersMethodgetLineDelimiter
()
Emacs+/src/com/mulgasoft/emacsplus/commands/BaseYankHandler.java:42
↓ 20 callersMethodupdateText
(IDocument document,ITextSelection selection,String newText)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:811
↓ 19 callersMethodaddPosition
(ITextEditor editor, Position position)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:484
↓ 19 callersMethodbeep
()
Emacs+/src/com/mulgasoft/emacsplus/Beeper.java:83
↓ 19 callersMethodgetMB
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:221
↓ 19 callersMethodrun
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/IMinibufferState.java:21
↓ 19 callersMethodsetMark
@see com.mulgasoft.emacsplus.MarkUtils#setMark(ITextEditor)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1003
↓ 19 callersMethodsetSelection
(ITextEditor editor, ITextSelection selection)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:803
↓ 18 callersMethodaddToHistory
Add the strings to the ring buffer @param searchStr the search string @param regexpStr the regexp version of the string; can be null @return the ring
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1226
↓ 18 callersMethodbeep
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1114
↓ 18 callersMethodgetMark
Get the current Mark position @param editor @return the Mark position in model coords (-1 if not set)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1097
↓ 18 callersMethodgetTextWidget
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:209
↓ 18 callersMethodisRegexp
@return the regexp state
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:262
↓ 18 callersMethodremovePosition
(ITextEditor editor, Position position)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:499
↓ 17 callersMethodgetLineOffset
Get the line offset of the cursor @param viewer the console viewer @return the line offset
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:336
↓ 17 callersMethodgetParagraphOffset
(ITextEditor editor, boolean forward)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphHandler.java:45
↓ 17 callersMethodgetString
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:150
↓ 17 callersMethodgetThisDocument
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:705
↓ 17 callersMethodsetKillCmd
(String currentCmd)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:213
↓ 17 callersMethodsetSelection
@param editor @param start - in model coords @param length - in model coords
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:375
↓ 16 callersMethodclear
Clear console content.
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:87
↓ 16 callersMethodgetMark
Get the current Mark position @param editor @return the Mark position in model coords (-1 if not set)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:165
↓ 16 callersMethodgetSelection
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:758
↓ 16 callersMethodmoveWithMark
Check for attempt cursor movement beyond buffer boundaries and beep if detected @see com.mulgasoft.emacsplus.commands.EmacsMovementHandler#moveWithMa
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsOverrunHandler.java:37
↓ 16 callersMethodsetResultMessage
Set the result message to be displayed by the handler on completion @param resultMessage the message to display @param resultError true if an error r
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/IMinibufferExecutable.java:43
↓ 15 callersMethodgetInstance
TecoRegister is a singleton @return global register instance
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:60
↓ 15 callersMethodgetInstance
()
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:67
↓ 15 callersMethodgetNextSexp
@see com.mulgasoft.emacsplus.commands.SexpHandler#getNextSexp(IDocument,ITextSelection, boolean)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:423
↓ 15 callersMethodgetSelection
Get the current position as a selection @return current offset selection
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroApplyHandler.java:147
↓ 15 callersMethodisExecuting
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:155
↓ 15 callersMethodisFound
@return the found state
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:951
↓ 15 callersMethodminiTransform
Initialize and start the minibuffer listening for the keyboard in a separate ui thread @param mini the com.mulgasoft.emacsplus.minibuffer.... instanc
Emacs+/src/com/mulgasoft/emacsplus/commands/MinibufferHandler.java:69
↓ 15 callersMethodsetText
(String text)
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:315
↓ 14 callersMethodbeep
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:233
↓ 14 callersMethodfindNext
(String searchStr)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:767
↓ 14 callersMethodfinish
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:788
↓ 14 callersMethodgetParentStack
The parent of the apart is typically a PartStack, but it could be something under an MCompositePart, so look up @param apart the original selection @r
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowCmd.java:109
↓ 14 callersMethodgetTrigger
Get the actual trigger sequence entered @return the KeySequence
Emacs+/src/com/mulgasoft/emacsplus/execute/IBindingResult.java:41
↓ 14 callersMethodinitMinibuffer
(String newString)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:1059
↓ 14 callersMethodsetKill
(String cmdId, boolean reverse)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:207
↓ 14 callersMethodsetSearchOffset
@param searchOffset the searchOffset to set
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:983
↓ 13 callersMethodgetId
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:58
↓ 13 callersMethodgetStack
()
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4WindowCmd.java:101
↓ 13 callersMethodisMac
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:155
↓ 13 callersMethodprintBold
(String str)
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:164
↓ 12 callersMethoddispose
Called when an element is dropped from the RingBuffer Implementors can perform any necessary cleanups
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:511
next →1–100 of 2,316, ranked by callers