MCPcopy Create free account

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 1 callersMethodgetCounter
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:88
↓ 1 callersMethodgetCurrentExtension
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:721
↓ 1 callersMethodgetCurrentResource
Limit the query to the current editor's file @param editor @return the IFile resource or null
Emacs+/src/com/mulgasoft/emacsplus/commands/OccurHandler.java:46
↓ 1 callersMethodgetCurrentSelection
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:40
↓ 1 callersMethodgetDefaultShell
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferencePage.java:259
↓ 1 callersMethodgetDirection
()
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockHandler.java:36
↓ 1 callersMethodgetDispatchId
@see com.mulgasoft.emacsplus.commands.EmacsPlusCmdHandler#getDispatchId(java.lang.String, int)
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSearchHandler.java:98
↓ 1 callersMethodgetDispatchId
Emacs+ commands that have an arg value based dispatch should override this method @param checkId @param arg @return the arg value dispatch id, or nul
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1400
↓ 1 callersMethodgetDispatchId
Fetch the correct dispatch id @return return new id or -1
Emacs+/src/com/mulgasoft/emacsplus/commands/ConsoleCmdHandler.java:83
↓ 1 callersMethodgetDispatchId
Fetch the correct dispatch id @return return new id or -1
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:181
↓ 1 callersMethodgetDisplayName
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:109
↓ 1 callersMethodgetDotMatcher
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:123
↓ 1 callersMethodgetEditable
Eclipse forces us to check this ourselves @return true if the editor is modifiable
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:191
↓ 1 callersMethodgetEditor
Get the current active editor @param event @return the current active editor, else null if some other part is active @throws ExecutionException
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:154
↓ 1 callersMethodgetEditor
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:191
↓ 1 callersMethodgetEditor
@return the editor
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:192
↓ 1 callersMethodgetEol
()
Emacs+/src/com/mulgasoft/emacsplus/execute/ColumnSupport.java:71
↓ 1 callersMethodgetEolChars
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:38
↓ 1 callersMethodgetExitRunner
Create a Runnable to ensure the proper exit from a minibuffer command @param vkf @return the Runnable
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:371
↓ 1 callersMethodgetField
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SortFieldsHandler.java:40
↓ 1 callersMethodgetFileCompletions
Get the completions list of saved kbd macros from the file system @return a SortedMap of <name, fileName>
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroFileHandler.java:133
↓ 1 callersMethodgetHeightHint
Returns the height hint for this label. @param control the root control of this label @return the height hint for this label @since 3.0
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:223
↓ 1 callersMethodgetHistoryRing
Dispatch through state object @see com.mulgasoft.emacsplus.minibuffer.HistoryMinibuffer#getHistoryRing()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:418
↓ 1 callersMethodgetHistoryState
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1043
↓ 1 callersMethodgetId
@see com.mulgasoft.emacsplus.commands.ConsoleCmdHandler#getId(ExecutionEvent, TextConsoleViewer)
Emacs+/src/com/mulgasoft/emacsplus/commands/ConsoleCopyCutHandler.java:33
↓ 1 callersMethodgetId
(ExecutionEvent event, TextConsoleViewer viewer)
Emacs+/src/com/mulgasoft/emacsplus/commands/ConsoleCmdHandler.java:31
↓ 1 callersMethodgetImpliedSelection
Limit the selection to lines that have their beginning included in the original (implied) selection @param editor @param document @param currentSelec
Emacs+/src/com/mulgasoft/emacsplus/commands/IndentRigidlyHandler.java:74
↓ 1 callersMethodgetInactive
Compute the set of macros not currently active @param all the map of kbd macros in the current directory @return the list of currently non-selected m
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:112
↓ 1 callersMethodgetInputObject
Search workspace by default @param editor @return a workspace scope object
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSearchHandler.java:160
↓ 1 callersMethodgetInstance
Singleton pattern @return the cached instance
Emacs+/src/com/mulgasoft/emacsplus/ScreenFlasher.java:36
↓ 1 callersMethodgetInstance
Singleton pattern @return the cached instance
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:42
↓ 1 callersMethodgetInternalCmd
(String id)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1290
↓ 1 callersMethodgetInverseId
Return the inverse operation for the specified Emacs+ command Id. The inverse operation, if present, is used when a negative universal argument is det
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:143
↓ 1 callersMethodgetInverseId
Return the inverse operation for the specified command id. The inverse operation, if present, is used when a negative universal argument is detected.
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1141
↓ 1 callersMethodgetKbdMacro
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:928
↓ 1 callersMethodgetKbdMacroDirectory
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:520
↓ 1 callersMethodgetKbdMacroName
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:71
↓ 1 callersMethodgetKbdMacroPath
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroFileHandler.java:137
↓ 1 callersMethodgetKbdMacroPath
(String kbdMacroDirectory)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:524
↓ 1 callersMethodgetKeyBindingString
Get the displayable key-binding information for the command @param com - the Command @return and array of binding information
Emacs+/src/com/mulgasoft/emacsplus/execute/MetaXDialog.java:177
↓ 1 callersMethodgetKeyCharacter
@return the keyCharacter
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:62
↓ 1 callersMethodgetKeyRunner
Create the Runnable for posting a key event @param event @param editor @return the Runnable
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:298
↓ 1 callersMethodgetKillCmd
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:217
↓ 1 callersMethodgetLabel
(String str)
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:192
↓ 1 callersMethodgetLastCommandId
()
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:576
↓ 1 callersMethodgetLastKeyCode
@return the lastKeyCode
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:509
↓ 1 callersMethodgetLastRectangle
()
Emacs+/src/com/mulgasoft/emacsplus/commands/RectangleHandler.java:41
↓ 1 callersMethodgetLines
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:337
↓ 1 callersMethodgetLinesAtPoint
(ITextEditor editor, IDocument document)
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeLineHandler.java:120
↓ 1 callersMethodgetLinesAtPointAndMark
(ITextEditor editor, IDocument document)
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeLineHandler.java:130
↓ 1 callersMethodgetLoadState
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:566
↓ 1 callersMethodgetLoadedList
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:143
↓ 1 callersMethodgetMatching
Returns the matching character for the specified character. @param c a character occurring in a character pair @return the matching character
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:358
↓ 1 callersMethodgetMinSelection
Reduce the selection to remove a trailing EOL @param document @param selection @return the selection potentially reduced to the appropriate region (o
Emacs+/src/com/mulgasoft/emacsplus/commands/LineHandler.java:76
↓ 1 callersMethodgetMinibufferPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/commands/MinibufferHandler.java:119
↓ 1 callersMethodgetNewCategories
Get all the selected categories from the add dialog @return
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:328
↓ 1 callersMethodgetNewInputObject
Creates and returns a new item for the list. <p> Subclasses must implement this method. </p> @return a new item
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:128
↓ 1 callersMethodgetNewMacros
Get all the selected macros from the add dialog @return
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:322
↓ 1 callersMethodgetNewSelection
Potentially get a new selection based on the current selection The default implementation just returns the supplied selection @param document @param
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:776
↓ 1 callersMethodgetNextMatch
Find the next match in the document and return its region @param documentAdapter @param begin the search here @param regExp @return the found region
Emacs+/src/com/mulgasoft/emacsplus/commands/CountMatchesHandler.java:113
↓ 1 callersMethodgetNoSelectId
Get the non-selecting command id for use in the ConsoleView @return a command id that supports the ConsoleView or null
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:211
↓ 1 callersMethodgetNoSelectId
()
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkForwardHandler.java:40
↓ 1 callersMethodgetNoSelectId
()
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkBackwardHandler.java:40
↓ 1 callersMethodgetNumber
Get the number from the register @param key - register id @return the number or null if no register or number
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:178
↓ 1 callersMethodgetOffset
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:436
↓ 1 callersMethodgetOpenCmd
A bit of hackery that tries to get the correct open-declaration command for the buffer @param editor @return the best match Command definition
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowDeclOtherCmd.java:73
↓ 1 callersMethodgetOtherInstances
Look for and return any matches in the IEditorReference array with current @param current the editor to match @param refArray the array of IEditorRef
Emacs+/src/com/mulgasoft/emacsplus/commands/IDeduplication.java:103
↓ 1 callersMethodgetOutputStream
()
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:184
↓ 1 callersMethodgetPCommand
(Binding binding)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandDescribeHandler.java:169
↓ 1 callersMethodgetPage
@return the page
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:205
↓ 1 callersMethodgetPageListener
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:341
↓ 1 callersMethodgetParagraphOffset
(ITextEditor editor, IDocument document, ITextSelection selection)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMovementHandler.java:25
↓ 1 callersMethodgetParagraphsAtPoint
(ITextEditor editor, IDocument document, ITextSelection selection, int point, Paragraph para1, Paragraph para2
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphTransposeHandler.java:193
↓ 1 callersMethodgetParagraphsAtPointAndMark
(ITextEditor editor, IDocument document, ITextSelection selection, int point, Paragraph para1, Paragraph para2
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphTransposeHandler.java:227
↓ 1 callersMethodgetParams
Make a parameter map, if it uses one, for this command @param command @param count @param params @return the populated map, or an empty one
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:354
↓ 1 callersMethodgetPattern
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:390
↓ 1 callersMethodgetPossibleValues
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:281
↓ 1 callersMethodgetPreference
(String key)
Emacs+/src/com/mulgasoft/emacsplus/commands/YankPopHandler.java:130
↓ 1 callersMethodgetPreferenceInt
(String key)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:143
↓ 1 callersMethodgetPrimaryPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:186
↓ 1 callersMethodgetQueryPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:202
↓ 1 callersMethodgetRXLength
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1201
↓ 1 callersMethodgetRegexp
@return the regexp
Emacs+/src/com/mulgasoft/emacsplus/RegexpRingBuffer.java:36
↓ 1 callersMethodgetRegions
Get the line information for each line in the region @param document @param selection @return the array of line regions @throws BadLocationException
Emacs+/src/com/mulgasoft/emacsplus/commands/IndentRigidlyHandler.java:106
↓ 1 callersMethodgetRepeat
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:399
↓ 1 callersMethodgetReplacePrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:206
↓ 1 callersMethodgetResourceBundle
Returns the plugin's resource bundle,
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:133
↓ 1 callersMethodgetResourceString
(String key)
Emacs+/src/com/mulgasoft/emacsplus/commands/PreferenceHandler.java:22
↓ 1 callersMethodgetResultError
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:445
↓ 1 callersMethodgetRingHistory
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:149
↓ 1 callersMethodgetRotateDirection
Get the direction of a manual rotation @return the direction of rotation
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:328
↓ 1 callersMethodgetSearchPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:210
↓ 1 callersMethodgetSearchPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:95
↓ 1 callersMethodgetSearchResult
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:135
↓ 1 callersMethodgetSearchStr
(Object minibufferResult)
Emacs+/src/com/mulgasoft/emacsplus/commands/CountMatchesHandler.java:93
↓ 1 callersMethodgetSelectId
Get the selecting command id for use in the ConsoleView @return a command id that supports the ConsoleView or null
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:202
↓ 1 callersMethodgetSelectId
()
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkForwardHandler.java:36
↓ 1 callersMethodgetSelectId
()
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkBackwardHandler.java:36
↓ 1 callersMethodgetSelectableKeys
()
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:74
↓ 1 callersMethodgetSexpsAtPoint
Get the previous and following sexps around point @param editor @param document @param selection @param wordp @return A Sexps structure containing the
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeSexpHandler.java:176
← previousnext →901–1,000 of 2,316, ranked by callers