MCPcopy Create free account

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 2 callersMethodsetName
(String name)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SwitchMinibuffer.java:346
↓ 2 callersMethodsetOffset
(int offset)
Emacs+/src/com/mulgasoft/emacsplus/IFileLocation.java:21
↓ 2 callersMethodsetPosition
(ITextEditor editor, Position position)
Emacs+/src/com/mulgasoft/emacsplus/IBufferLocation.java:23
↓ 2 callersMethodsetResultString
(String resultString)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MetaXMinibuffer.java:85
↓ 2 callersMethodsetRingBellOption
(String option)
Emacs+/src/com/mulgasoft/emacsplus/Beeper.java:58
↓ 2 callersMethodsetScrollMargin
(int sm)
Emacs+/src/com/mulgasoft/emacsplus/commands/RecenterHandler.java:67
↓ 2 callersMethodsetSelection
(int off)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:805
↓ 2 callersMethodsetSelectionReplace
(boolean selectionReplace)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:169
↓ 2 callersMethodsetSize
Change the size of the ring buffer Preserve the contents starting from the current insertion position @param newSize the new ring buffer size
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:124
↓ 2 callersMethodsetSomeListEnabled
Enable/Disable embedded list editor @param value if LoadState.SOME then enable, else disable
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroPreferencePage.java:145
↓ 2 callersMethodsetTagMark
Set the current tag Mark @return the location of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:498
↓ 2 callersMethodsetThisDocument
(IDocument document)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:709
↓ 2 callersMethodsetUniversalPresent
Set that the command has been invoked with a universal-argument @param universalPresent the universalPresent to set
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1189
↓ 2 callersMethodsetViewer
(ISourceViewer viewer)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:195
↓ 2 callersMethodsetYanked
(boolean yanked)
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:163
↓ 2 callersMethodshowCompletionStatus
Update the status line/minibuffer text based on the content of the completion tree @param compTree the Map of the available completions @param name t
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:189
↓ 2 callersMethodshowCompletions
@see com.mulgasoft.emacsplus.minibuffer.WithMinibuffer#showCompletions()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:159
↓ 2 callersMethodskipChar
Determine if we can skip the character @param c @param wordp @return true to skip
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:399
↓ 2 callersMethodsortMacros
(ArrayList<String> macs)
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:240
↓ 2 callersMethodsplit
Command method for window splitting @param editor
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowSplitCmd.java:70
↓ 2 callersMethodstopUndo
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroApplyHandler.java:121
↓ 2 callersMethodstoreCommand
(String commandId, Integer count)
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:197
↓ 2 callersMethodswapLines
(IDocument document, Lines lines)
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeLineHandler.java:107
↓ 2 callersMethodswapParagraphs
(IDocument document, Paragraph para1, Paragraph para2)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphTransposeHandler.java:160
↓ 2 callersMethodswapSexps
(ITextEditor editor, IDocument document, Sexps sexps)
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeSexpHandler.java:225
↓ 2 callersMethodswitchTo
(MPart newPart)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/SwitchToBufferOtherCmd.java:110
↓ 2 callersMethodtoBriefString
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:514
↓ 2 callersMethodtoggleCase
Set whether to force case insensitive search @param caseState the case state of the search string
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:163
↓ 2 callersMethodtransformAtPoint
Swap paragraphs around the cursor" case 1: paragraph1 ^ paragraph2 -> paragraph2 ^ paragraph1 case 2: paragraph^1 paragraph2 -> paragraph2 ^ parag
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphTransposeHandler.java:84
↓ 2 callersMethodtransformAtPoint
Swap sexps (or words) around the cursor" - sexp1 ^ sexp2 -> sexp2 ^ sexp1 - sexp^1 sexp2 -> sexp2 ^ sexp1 @param editor @param document @param cu
Emacs+/src/com/mulgasoft/emacsplus/commands/TransposeSexpHandler.java:102
↓ 2 callersMethodundoRedo
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/UndoRedoHandler.java:82
↓ 2 callersMethodupdateBrowseRing
Create or update console view of the kill ring
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:150
↓ 2 callersMethodupdateMessageLabel
Updates the message label widget. @since 3.0
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:189
↓ 2 callersMethodvalidate
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:63
↓ 2 callersMethodvariableSetState
Get state object to handle the set variable selection @param prompt the minibuffer prompt @return the variable minibuffer state object
Emacs+/src/com/mulgasoft/emacsplus/preferences/EvalHandler.java:126
↓ 2 callersMethodyankStr
Yank or Yank Pop onto search string if yank pop, then remove previous yank @param popit true if popping
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:630
↓ 1 callersMethodactivateEditor
Activate the most recently activated text editor
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:257
↓ 1 callersMethodactivateKeySchemeListener
Potentially delay adding the dynamic bindings as even though they are in the emacs+ scheme, prefix keys can still wind up blocking any other usage in
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:144
↓ 1 callersMethodactivatePart
(IWorkbenchPart part)
Emacs+/src/com/mulgasoft/emacsplus/commands/SwitchToBufferHandler.java:94
↓ 1 callersMethodactivateRepeatListener
(IWorkbench bench)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:136
↓ 1 callersMethodaddActionListeners
Add (once per editor) the listeners necessary to capture copy and cut actions that cannot be intercepted via the command mechanism @param editorpart
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:786
↓ 1 callersMethodaddActivationListeners
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:562
↓ 1 callersMethodaddBackground
(LineBackgroundListener listener)
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:227
↓ 1 callersMethodaddBeeper
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:495
↓ 1 callersMethodaddBundlerListener
(BundleContext context)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:77
↓ 1 callersMethodaddCheckCaseRegexp
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:351
↓ 1 callersMethodaddCheckCommand
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsOverrunHandler.java:64
↓ 1 callersMethodaddCommandIdListener
(ICommandIdListener listener)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:552
↓ 1 callersMethodaddCommandListeners
Add the command listeners to support the Emacs+ kill ring to the editor This only needs to be done at most once per editor class @param editor
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:531
↓ 1 callersMethodaddCounter
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:85
↓ 1 callersMethodaddDocumentListeners
Add the kill ring instance as a document listener @param editor
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:372
↓ 1 callersMethodaddDocumentListeners
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:685
↓ 1 callersMethodaddExecutionListeners
(final ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:593
↓ 1 callersMethodaddKbdListener
(String key)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:464
↓ 1 callersMethodaddListener
(IPartListener2 listener)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:576
↓ 1 callersMethodaddMark
Add Mark used by local mark ring @param document @param mark @return the newly created Position or null, if mark == -1 or other error
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:161
↓ 1 callersMethodaddOnce
()
Emacs+/src/com/mulgasoft/emacsplus/DynamicInitializer.java:44
↓ 1 callersMethodaddOtherListeners
(IWorkbenchPage page,ISourceViewer viewer, StyledText widget)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:114
↓ 1 callersMethodaddPressed
Notifies that the Add button has been pressed.
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:146
↓ 1 callersMethodaddStatusContribution
Each editor type adds their own org.eclipse.jface.action.SubContributionManager with a parallel set of items to the other editors. On some platforms,
Emacs+/src/com/mulgasoft/emacsplus/StatusItemSupport.java:35
↓ 1 callersMethodaddStatusContribution
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:483
↓ 1 callersMethodaddTableListeners
(final Table table)
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:368
↓ 1 callersMethodaddTagMark
Add the location to the tag mark ring @param editor @param document @param mark
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:141
↓ 1 callersMethodaddToContext
(IEclipseContext ctx)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/E4CmdHandler.java:51
↓ 1 callersMethodaddToHistory
(KbdMacro macro)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1227
↓ 1 callersMethodaddToolTipListener
If sub class support tool tips, than add generic tip handling @param table
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:446
↓ 1 callersMethodadvanceSexp
Advance one sexp (or word sexp, if wordp==true) @param document @param selection - starting selection @param wordp - ignore str
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:499
↓ 1 callersMethodalignmentReplace
Replace the group segment with the computed spaces. On repeat, pre-populate the next matched segment information @param alignments @param ac control
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:198
↓ 1 callersMethodalreadyFramed
(MWindow partWindow, List<MTrimmedWindow> frames)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/SwitchToBufferFrameCmd.java:119
↓ 1 callersMethodarmResult
reset the command result state
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:550
↓ 1 callersMethodasyncCallBinding
Add an asynchronous call to execute the command after current command completes
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:874
↓ 1 callersMethodasyncShowMessage
Add an asynchronous call to show the message
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1125
↓ 1 callersMethodbackUpOffset
(IDocument document, ITextSelection selection, int cursorOffset, boolean isBackup)
Emacs+/src/com/mulgasoft/emacsplus/commands/BackwardUpListHandler.java:78
↓ 1 callersMethodbackwardSearch
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:428
↓ 1 callersMethodbalancePartSash
Just balance all the elements in the current PartSash TODO: This works well with simple arrangements, but not with complex trees @param stack
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowShrinkCmd.java:105
↓ 1 callersMethodbundleStarted
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:99
↓ 1 callersMethodcanBeCandidate
(String possible)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/StrictMinibuffer.java:63
↓ 1 callersMethodcancelSearch
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:744
↓ 1 callersMethodcaseCaseSensitive
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:187
↓ 1 callersMethodcaseReplace
Case-based replacement - after the initial find has already happened @param replacer - the replacement string (may be regexp) @param index - offset o
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:754
↓ 1 callersMethodcharEvent
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:688
↓ 1 callersMethodcharEvent
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:540
↓ 1 callersMethodcharEvent
Read a string that must be one of the candidate strings @see com.mulgasoft.emacsplus.minibuffer.WithMinibuffer#charEvent(org.eclipse.swt.events.Verif
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/StrictMinibuffer.java:122
↓ 1 callersMethodcharEvent
@see com.mulgasoft.emacsplus.minibuffer.KeyHandlerMinibuffer#charEvent(org.eclipse.swt.events.VerifyEvent)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:123
↓ 1 callersMethodcheckActive
If the widget set is different from active set, then update the active set
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:161
↓ 1 callersMethodcheckAltCtrl
Is this a Ctrl Alt VerifyEvent we want to handle @param event @return true if yes, else false
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:646
↓ 1 callersMethodcheckBinding
Check for a full command binding that was executed directly by the minibuffer Remove the binding entry and add the command id entry @param binding
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:994
↓ 1 callersMethodcheckBundle
()
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:303
↓ 1 callersMethodcheckCats
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:122
↓ 1 callersMethodcheckConflicts
Check for binding conflicts independent of the current Eclipse context If the load is called from a non-editing context, any potential binding conflic
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:278
↓ 1 callersMethodcheckDeactivation
If we are the part deactivated, then time to go @param part
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:653
↓ 1 callersMethodcheckDefaults
(ArrayList<Category> compareCats)
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:99
↓ 1 callersMethodcheckEditor
Verify that the editor in the location is still in use @param location @return true if editor is valid
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:297
↓ 1 callersMethodcheckExecute
Activate the 'active' text editor from some other view part. If the original execute was called from outside the context of a text editor attempt to f
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:418
↓ 1 callersMethodcheckIMEListener
Disable Option+<char> in-line pre-edit text areas on Mac OS X if the preference in set. For Mac users that prefer the Option Meta binding, but don't w
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:435
↓ 1 callersMethodcheckMacro
Verify statically that this macro will execute properly - Ensure the current Eclipse defines the commands used by the macro @param editor @param kbdM
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:299
↓ 1 callersMethodcheckNewMark
Check the front of the buffer @param editor @return true if editor is not at the front of the buffer
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:279
↓ 1 callersMethodcheckOnActivation
Miscellaneous tasks to perform during part activation @param epart
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:412
↓ 1 callersMethodcheckPattern
Perform a 'compilation' check for the regexp @param regexp the String regular expression @param editor used for error message if compilation fails @
Emacs+/src/com/mulgasoft/emacsplus/commands/AlignRegexpHandler.java:309
↓ 1 callersMethodcheckRegexp
Sanity check the regular expression @return true if not regexp or is regexp and pattern compiles, else false
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:295
← previousnext →701–800 of 2,316, ranked by callers