MCPcopy Create free account

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 1 callersMethodgetSexpsAtPointAndMark
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:203
↓ 1 callersMethodgetShift
(ExecutionEvent event)
Emacs+/src/com/mulgasoft/emacsplus/commands/MarkSetHandler.java:84
↓ 1 callersMethodgetShifted
Does the trigger for this movement command contain the SHIFT key? Enforce that the <binding> and <binding>+SHIFT belong to the same Command. If not,
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:312
↓ 1 callersMethodgetSpacing
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:396
↓ 1 callersMethodgetStack
Wrap the editor (MPart) up in a new PartStack @param apart @return the wrapped MPart
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowSplitCmd.java:114
↓ 1 callersMethodgetStatusLineLength
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:496
↓ 1 callersMethodgetTextInput
Set up the search object @param searchStr @param scope @return
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSearchHandler.java:171
↓ 1 callersMethodgetTrigger
@return the trigger
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:90
↓ 1 callersMethodgetUnderMatcher
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseBackwardHandler.java:109
↓ 1 callersMethodgetUnderMatcher
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:119
↓ 1 callersMethodgetUniversalCmd
(String id)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1444
↓ 1 callersMethodgetValue
Get the current value of the preference from the preference store @return the Object representing the value
Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java:195
↓ 1 callersMethodgetWidgetLineDelimiter
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:470
↓ 1 callersMethodgetWidgetSelection
Get the selection point from the text widget @param editor @return the selection point iff it is a (Styled)Text widget x is the offset of the first
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:441
↓ 1 callersMethodgetWidthHint
Returns the width hint for this label. @param control the root control of this label @return the width hint for this label @since 2.1
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:205
↓ 1 callersMethodgetWindowActivationListener
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:219
↓ 1 callersMethodgetWorkbenchListener
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroBindHandler.java:102
↓ 1 callersMethodgotoChar
(ITextEditor editor, IDocument document, int charPos)
Emacs+/src/com/mulgasoft/emacsplus/commands/GotoChar.java:73
↓ 1 callersMethodgotoLine
(ITextEditor editor, IDocument document, int linePos)
Emacs+/src/com/mulgasoft/emacsplus/commands/GotoLine.java:77
↓ 1 callersMethodhandleActivate
For testing
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:107
↓ 1 callersMethodhandleDeactivate
(IEditorPart epart)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:113
↓ 1 callersMethodhandleKey
Dispatch the key handling to the command @param event
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:288
↓ 1 callersMethodhandleKey
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:518
↓ 1 callersMethodhandleNarrowActivate
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:124
↓ 1 callersMethodhandleTraverseEvent
Disable eclipse traversal event, and dispatch into our Alt/Ctrl handlers in place of it @param e the trapped TraverseEvent
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/HistoryMinibuffer.java:217
↓ 1 callersMethodhandlesTab
@see com.mulgasoft.emacsplus.minibuffer.WithMinibuffer#handlesTab()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/TextMinibuffer.java:75
↓ 1 callersMethodhandlesTab
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:504
↓ 1 callersMethodhasInnerItem
We have to paw through the new SubContributionManager's items to see if we've already been added. Fortunately, the list only has a few items. @param
Emacs+/src/com/mulgasoft/emacsplus/StatusItemSupport.java:56
↓ 1 callersMethodhasKbdMacro
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:256
↓ 1 callersMethodhasResult
What the command result set? @return true if set, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:559
↓ 1 callersMethodhasToolTips
()
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:362
↓ 1 callersMethodhasTrigger
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:101
↓ 1 callersMethodhasVariable
(IEditorPart editor, String variable)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:65
↓ 1 callersMethodhasVariants
Check if the key sequence is either a prefix sequence or has multiple bindings (not necessarily conflicts) @param bs @param bindings @param trigger @
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:645
↓ 1 callersMethodhistoryTransition
Hook method for subclasses to add behavior when the entry has changed via a history key Default does nothing. @param keyCode the key that provoked th
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/HistoryMinibuffer.java:149
↓ 1 callersMethodincrement
Increment the number in the register by one @param key - register id @return the new number, or null if register did not contain a number
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:246
↓ 1 callersMethodinit
@see org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferenceBase.java:36
↓ 1 callersMethodinitMinibufferSelection
Prime the minibuffer with the supplied text (which must be guaranteed to be present and selected in the buffer) @param selection
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchExecuteMinibuffer.java:40
↓ 1 callersMethodinitStatusLineItem
()
Emacs+/src/com/mulgasoft/emacsplus/StatusItemSupport.java:25
↓ 1 callersMethodinitStatusMsg
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:111
↓ 1 callersMethodinitText
The initial search string will be the closest full word forward, if it is on the same line @param document @param selection @return the initial searc
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSearchHandler.java:131
↓ 1 callersMethodinitialize
Initialize the kill ring with settings from the preference store
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:92
↓ 1 callersMethodinitialize
()
Emacs+/src/com/mulgasoft/emacsplus/DynamicInitializer.java:63
↓ 1 callersMethodinitializeBuffer
Perform any minibuffer setup. Called from beginSession before any actions are taken @param editor @param page @return true if initialization was suc
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:124
↓ 1 callersMethodinnerExecuteResult
Do the command/character execution @param editor @param minibufferResult @return true
Emacs+/src/com/mulgasoft/emacsplus/commands/UniversalHandler.java:102
↓ 1 callersMethodinsertFromBrowseRing
(String text)
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:204
↓ 1 callersMethodinstall
Installs this target. I.e. adds all required listeners.
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:279
↓ 1 callersMethodinterruptKbdMacro
Interrupt keyboard macro definition or execution
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:654
↓ 1 callersMethodisActivated
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:105
↓ 1 callersMethodisAppend
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:143
↓ 1 callersMethodisAtBottom
(ITextEditor editor, IDocument document, ITextSelection selection)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphHandler.java:166
↓ 1 callersMethodisBlocked
Check if this command is being invoked inappropriately in a non-editing context @return true if command should be blocked, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:210
↓ 1 callersMethodisBracket
@see com.mulgasoft.emacsplus.commands.SexpHandler#isBracket(char)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseBackwardHandler.java:179
↓ 1 callersMethodisBracket
@see com.mulgasoft.emacsplus.commands.SexpHandler#isBracket(char)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseForwardHandler.java:113
↓ 1 callersMethodisClipCommand
(String command)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:262
↓ 1 callersMethodisCompleting
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:155
↓ 1 callersMethodisConsoleCommand
Determine whether this command is appropriate for a TextConsole @return true if command can be invoked against a TextConsole
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:283
↓ 1 callersMethodisDeactivated
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:161
↓ 1 callersMethodisDisableOptionIMEPreferenece
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:163
↓ 1 callersMethodisDotSexp
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:249
↓ 1 callersMethodisDownList
Test for sexp open character @param document @param selection @return true if we're at a sexp open character @throws BadLocationException
Emacs+/src/com/mulgasoft/emacsplus/commands/DownListHandler.java:101
↓ 1 callersMethodisDuplicate
Check string against possible 'next' & 'previous' positions for duplicate entries @param dup @return true if duplicate (or empty content) detected, e
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:294
↓ 1 callersMethodisForceEditable
Check if the force buffer editable flag has been set. @return true if the forcing flag is on, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:228
↓ 1 callersMethodisGnuSyntax
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:333
↓ 1 callersMethodisImmediate
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/StrictMinibuffer.java:55
↓ 1 callersMethodisInBegin
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:147
↓ 1 callersMethodisKillWholeLine
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KillLineHandler.java:60
↓ 1 callersMethodisLispOnly
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:209
↓ 1 callersMethodisMacroMessage
(String message)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:687
↓ 1 callersMethodisNumeric
@return true if number was entered, false for single ^U
Emacs+/src/com/mulgasoft/emacsplus/execute/IUniversalResult.java:28
↓ 1 callersMethodisNumericUniversal
Return true if the command has been invoked with a numeric universal-argument, else false @return true if a numeric universal-argument supplied, else
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1198
↓ 1 callersMethodisOpeningCharacter
Returns true if the specified character opens a character pair when scanning in the specified direction. @param c a character @param searchForward th
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:334
↓ 1 callersMethodisReplace
()
Emacs+/src/com/mulgasoft/emacsplus/commands/RectangleExecHandler.java:36
↓ 1 callersMethodisSelectionReplace
Determine if a selection is being replaced by non-emacs+ behavior (or YANK), and save the replaced content in the kill ring. This captures the Eclipse
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:368
↓ 1 callersMethodisShiftCommand
(String cmdId)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:132
↓ 1 callersMethodisShiftEnabled
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:224
↓ 1 callersMethodisShowingCompletions
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:127
↓ 1 callersMethodisSpacesForTabs
Get the Eclipse global preference value that controls spacing/tabs @return true if spaces set
Emacs+/src/com/mulgasoft/emacsplus/execute/ColumnSupport.java:57
↓ 1 callersMethodisSpecial
Check if this is one of the manually CTRL/ALT/Command/Shift keys from the .post call above keyCode is a simple state key and is included in contained
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:585
↓ 1 callersMethodisSpecial
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:182
↓ 1 callersMethodisTransform
Commands that perform simple transformations return true, else (e.g. executable minibuffer commands) false @return true for simple transform, else fal
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:145
↓ 1 callersMethodisTypeXml
()
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:736
↓ 1 callersMethodisUnbalanced
@see com.mulgasoft.emacsplus.commands.SexpHandler#isUnbalanced(char, int)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseBackwardHandler.java:187
↓ 1 callersMethodisUnbalanced
(char c, int updown)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpBaseForwardHandler.java:118
↓ 1 callersMethodisUnderSexp
()
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:261
↓ 1 callersMethodisUniversalBinding
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:379
↓ 1 callersMethodisUniversalKey
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:159
↓ 1 callersMethodisUniversalPresent
()
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/SwitchToBufferOtherCmd.java:93
↓ 1 callersMethodisWait
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1151
↓ 1 callersMethodisWindowCommand
Determine whether it is allowed for the command to be invoked outside the context of a text editor @return true if command can be invoked outside the
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:274
↓ 1 callersMethodisYesOrNo
(String yesOrNo)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/TextMinibuffer.java:30
↓ 1 callersMethodisZero
Commands that need to specify ^U 0 processing should override this @return true is command can be called with 0 universal arg
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1228
↓ 1 callersMethodjoinAll
(MPart apart)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/FrameJoinCmd.java:33
↓ 1 callersMethodjoinOne
Merge the stack containing the selected part into its neighbor and return the element to activate. This will be the originating buffer on split-self
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:106
↓ 1 callersMethodkill
(ITextEditor editor, String variable)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:77
↓ 1 callersMethodleave
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:157
↓ 1 callersMethodleave
Minor cleanups after leaving @see com.mulgasoft.emacsplus.minibuffer.WithMinibuffer#leave(boolean)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ExecutingMinibuffer.java:133
↓ 1 callersMethodmakeEvent
(IUniversalResult ua)
Emacs+/src/com/mulgasoft/emacsplus/commands/UniversalHandler.java:165
↓ 1 callersMethodmatch
(IDocument doc, int offset)
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:91
↓ 1 callersMethodmatchBracket
Find the next matching bracket @param document @param selection @return The bracketed region or null @throws BadLocationException
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardUpListHandler.java:133
← previousnext →1,001–1,100 of 2,316, ranked by callers