MCPcopy Index your code

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 3 callersMethodhandlesCtrl
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:502
↓ 3 callersMethodhasBinding
(KeyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:781
↓ 3 callersMethodinPartition
Returns true if the specified offset is within the partition managed by this document. @param pos an offset within this document @return true if the
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:228
↓ 3 callersMethodinPosition
Determine if the offset is in one of the Positions in the Position list @param doc @param positions @param offset @return true if in a Position
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:220
↓ 3 callersMethodinitArray
(int size, List<T> elements)
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:63
↓ 3 callersMethodinvertColor
(Color c)
Emacs+/src/com/mulgasoft/emacsplus/Flasher.java:24
↓ 3 callersMethodisBlankLine
Is the text represented by the region just whitespace? @param document @param region @return true if just whitespace @throws BadLocationException
Emacs+/src/com/mulgasoft/emacsplus/commands/WhitespaceHandler.java:98
↓ 3 callersMethodisBusy
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:275
↓ 3 callersMethodisCaseSensitive
If user has explicitly chosen a case sensitivity, return that, else rely on super @see com.mulgasoft.emacsplus.minibuffer.SearchMinibuffer#isCaseSens
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:177
↓ 3 callersMethodisClose
(char c)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:381
↓ 3 callersMethodisExit
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1148
↓ 3 callersMethodisFlagMark
@return the true if mark has been
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:965
↓ 3 callersMethodisForceAppend
()
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:147
↓ 3 callersMethodisGnuYankCommands
If true, yank from kill buffer onto search string @return the gnuSubCommand state
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:196
↓ 3 callersMethodisIgnoreDisabled
@return the ignoreDisabled flag
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MetaXMinibuffer.java:72
↓ 3 callersMethodisMacro
Determine if the id belongs to a kbd macro execution command @param id - command id @return true if will execute a kbd macro
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:435
↓ 3 callersMethodisMacroId
(String id)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:683
↓ 3 callersMethodisMarkSet
Check if the mark has been set in the buffer @param editor @return true if mark != -1
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:1042
↓ 3 callersMethodisMinus
(Event event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:80
↓ 3 callersMethodisOpen
(char c)
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:370
↓ 3 callersMethodisRegex
(String searchStr, String subStr)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:538
↓ 3 callersMethodisResultError
@return the resultError
Emacs+/src/com/mulgasoft/emacsplus/commands/MinibufferHandler.java:104
↓ 3 callersMethodisShifted
Check the SHIFT state of the command's invocation. @return true if invoked by a key binding containing SHIFT modifier, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsMovementHandler.java:258
↓ 3 callersMethodisUnbalanced
Is the character the (directional) end of a containing sexp @param c @return true if unbalanced character detected, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:141
↓ 3 callersMethodjoin2Stacks
Given 2 partStacks, move children of pstack into dropStack @param pstack - source stack @param dropStack - destination stack @param apart - the initia
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:249
↓ 3 callersMethodlastYank
@return String last yanked
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:214
↓ 3 callersMethodloadMacro
Load the macro from the File If the macro was saved with its binding, then restore that as well unless there is a conflict and the user decides agains
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:198
↓ 3 callersMethodmacroFile
Construct the path and file name for a kbd macro - If the preference path is empty, use the $WORKSPACE/.metadata/.plugins/com.mulgasoft.emacsplus/kbdm
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroFileHandler.java:108
↓ 3 callersMethodmatchCandidate
(String possible, boolean allowMultiples)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/StrictMinibuffer.java:67
↓ 3 callersMethodnameKbdMacro
Name and define the Command associated with the kbd macro @param name - the short name @param editor @return the Command
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroDefineHandler.java:72
↓ 3 callersMethodnumCharEvent
charEvent fragment: only allow numbers or edits & escapes @param event
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ExecutingMinibuffer.java:142
↓ 3 callersMethodparseResults
Turn the comma separated string into an array of names @param stringList @return array of names
Emacs+/src/com/mulgasoft/emacsplus/preferences/EMPListEditor.java:34
↓ 3 callersMethodpopMark
Pop the position from the front of the mark buffer and append the mark to the end @param document @return a Position containing (mark offset, popped
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:97
↓ 3 callersMethodprintBinding
(String name, CB cb, EmacsPlusConsole console)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBindingHandler.java:113
↓ 3 callersMethodquoteIt
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:594
↓ 3 callersMethodrecordYank
I remember yank
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:316
↓ 3 callersMethodremoveListener
(IPartListener2 listener)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:567
↓ 3 callersMethodreverseSearch
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:381
↓ 3 callersMethodselectionChanged
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:145
↓ 3 callersMethodsetBindingKeys
(String sequence)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:908
↓ 3 callersMethodsetCmdResult
Set the return value of this command @param result the Object to be returned from this call
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:542
↓ 3 callersMethodsetCommandId
(String commandId)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:548
↓ 3 callersMethodsetError
(IWorkbenchPart editor, String key)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:542
↓ 3 callersMethodsetExecuteState
(ExecuteState executeState)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:130
↓ 3 callersMethodsetForceAppend
(boolean append)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:157
↓ 3 callersMethodsetForward
(boolean val)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:251
↓ 3 callersMethodsetFound
@param found the new found state
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:958
↓ 3 callersMethodsetInterrupted
(boolean interrupt)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:508
↓ 3 callersMethodsetLimit
Set the end of the limitRegion Use model coords so that if there is a collapsed section in the selected region, any auto-expand during search will be
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:262
↓ 3 callersMethodsetMaxColumn
(int maxColumn)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/AlignMinibuffer.java:386
↓ 3 callersMethodsetMinibufferPrefix
(String prefix)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:182
↓ 3 callersMethodsetNumber
(Integer number)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:325
↓ 3 callersMethodsetOffset
(int offset)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:440
↓ 3 callersMethodsetPath
@see com.mulgasoft.emacsplus.IBufferLocation#setPath(java.lang.String)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:511
↓ 3 callersMethodsetRectangle
(String[] rectangle)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:352
↓ 3 callersMethodsetRegexLD
@param regexLD the regexLD to set
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:807
↓ 3 callersMethodsetRegexp
@param regexp is true if working with regexps
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:269
↓ 3 callersMethodsetReplaceAll
@param replaceAll the replaceAll to set
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:224
↓ 3 callersMethodsetRotateDirection
Set the direction of a manual rotation @param rotateDirection
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:336
↓ 3 callersMethodsetStartOffset
(int offset)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:969
↓ 3 callersMethodsetText
(String text)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:340
↓ 3 callersMethodsetUnbalanced
Flag that command attempted to move to an illegal position @param unbalanced
Emacs+/src/com/mulgasoft/emacsplus/commands/SexpHandler.java:227
↓ 3 callersMethodsimpleIncrement
(int pos, boolean searchForward)
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:258
↓ 3 callersMethodskipReplace
Skip a single replacement
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:641
↓ 3 callersMethodsplit
(String rectangle)
Emacs+/src/com/mulgasoft/emacsplus/commands/RectangleHandler.java:53
↓ 3 callersMethodsplitIt
(MPart apart, int location)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowSplitCmd.java:97
↓ 3 callersMethodtoRegex
Convert command string to simple regexp @param searchStr @return regexp string
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:559
↓ 3 callersMethodtransitionState
(ITextEditor editor, IBindingResult ibr)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroBindHandler.java:212
↓ 3 callersMethodupdate
@see org.eclipse.ui.texteditor.IUpdate#update()
Emacs+/src/com/mulgasoft/emacsplus/KillRingListeners.java:326
↓ 3 callersMethodupdateLines
Update the selection with the set of lines in the array @param document @param selection @param array @throws BadLocationException
Emacs+/src/com/mulgasoft/emacsplus/commands/LineHandler.java:110
↓ 3 callersMethodwasHistoryUpdated
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:123
↓ 3 callersMethodyankElement
@return the element at the yank position
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:206
↓ 3 callersMethodyankPop
Return the 'next' yank position content If the ring has just been manually rotated, return the current yank position else, rotate once and return the
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:226
↓ 3 callersMethodyesnoState
Get state to handle yes/no prompt @param binding @param mini @return yes/no state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroFileHandler.java:49
↓ 2 callersMethodactivateContext
()
Emacs+/src/com/mulgasoft/emacsplus/execute/RepeatCommandSupport.java:123
↓ 2 callersMethodactivateDynamics
(final String id)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:166
↓ 2 callersMethodactivatePage
@param window @param onPlugActivation true on plugin activation
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:182
↓ 2 callersMethodactiveChangeCheck
If the active set is different from widget set, then update the widget set
Emacs+/src/com/mulgasoft/emacsplus/preferences/KbdMacroListEditor.java:177
↓ 2 callersMethodaddIt
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:1040
↓ 2 callersMethodaddListener
()
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:530
↓ 2 callersMethodaddToCount
(char number)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:205
↓ 2 callersMethodaddToMacro
Add a key event to the macro This is typically either a character for insert or a sub command key binding for a minibuffer @param event
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:487
↓ 2 callersMethodaddToTrigger
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:211
↓ 2 callersMethodadjustContainerData
Change the size of from relative to to by amount, but do not go below a minimum size. @param from selected PartStack @param to adjacent PartStack @pa
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowShrinkCmd.java:85
↓ 2 callersMethodasyncForce
(final ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:71
↓ 2 callersMethodautoFix
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:828
↓ 2 callersMethodautoLoadMacros
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:574
↓ 2 callersMethodbackSpaceChar
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:1045
↓ 2 callersMethodbindMacro
Bind the loaded macro to its previous key binding, removing any conflicts @param editor @param command - the new kbd macro command @param sequence -
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:249
↓ 2 callersMethodbindState
Get state to handle prompt for key binding @return binding prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroBindHandler.java:157
↓ 2 callersMethodbrowseRing
Navigate up or down the ring entry by entry @param viewer the viewer on the console @param dir FORWARD or BACKWARD
Emacs+/src/com/mulgasoft/emacsplus/commands/BrowseKillRingHandler.java:290
↓ 2 callersMethodbsChar
Backup one 'character' in the minibuffer Backs over a complete 'eol' which may be more than one character @return the resulting string
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:108
↓ 2 callersMethodcallBinding
@param editor @param binding @throws ExecutionException @throws NotDefinedException @throws NotEnabledException @throws NotHandledException
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:898
↓ 2 callersMethodcancelSearch
Return to start offset if not in Query state or can't return to a found state @see com.mulgasoft.emacsplus.minibuffer.SearchMinibuffer#cancelSearch()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:552
↓ 2 callersMethodchangeEnabled
()
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:401
↓ 2 callersMethodcheckAlt
Is this an Alt VerifyEvent we want to handle @param event @return true if yes, else false
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:635
↓ 2 callersMethodcheckCasePos
(String str)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:361
↓ 2 callersMethodcheckClipboard
Store clipboard text if it has changed on activation. This method is used by listeners exclusively.
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:295
↓ 2 callersMethodcheckControl
Is this a Ctrl VerifyEvent we want to handle @param event @return true if yes, else false
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:624
↓ 2 callersMethodcheckDigitArgument
(IEditorPart editor)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:480
← previousnext →401–500 of 2,316, ranked by callers