MCPcopy Create free account

hub / github.com/MulgaSoft/e4macs / functions

Functions2,316 in github.com/MulgaSoft/e4macs

↓ 1 callersMethodmatchEvent
(char c, int keyCode, int mask)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:470
↓ 1 callersMethodmouseIn
()
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:118
↓ 1 callersMethodmouseInDialog
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:103
↓ 1 callersMethodnameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:143
↓ 1 callersMethodnameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroBindHandler.java:225
↓ 1 callersMethodnameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroSaveHandler.java:71
↓ 1 callersMethodnameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroEditHandler.java:58
↓ 1 callersMethodneedsSelection
Distinguish between Register commands that need a selection and those that don't @return true if selection required, else false
Emacs+/src/com/mulgasoft/emacsplus/commands/RegisterHandler.java:74
↓ 1 callersMethodnextKey
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:850
↓ 1 callersMethodnoCharEvent
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:675
↓ 1 callersMethodnoSpaceCharEvent
charEvent fragment: disallow spaces and tabs @param event
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ExecutingMinibuffer.java:191
↓ 1 callersMethodnormalizeChar
(char ocp)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:406
↓ 1 callersMethodnormalizeCharacter
(int keyCode)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:695
↓ 1 callersMethodnotEnabled
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/UndoRedoHandler.java:110
↓ 1 callersMethodnotYank
(String commandId)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:637
↓ 1 callersMethodnotifyExecutionListeners
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:553
↓ 1 callersMethodnumberState
Get state to handle numeric input @param var the variable object we're setting @return true/false minibuffer state object
Emacs+/src/com/mulgasoft/emacsplus/preferences/EvalHandler.java:208
↓ 1 callersMethodoffLine
PageParticipant deactivation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:269
↓ 1 callersMethodonLine
PageParticipant activation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:258
↓ 1 callersMethodpaste
(ExecutionEvent event, StyledText widget, boolean isProcess)
Emacs+/src/com/mulgasoft/emacsplus/commands/BaseYankHandler.java:40
↓ 1 callersMethodperformMatch
(IDocument doc, int caretOffset)
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:103
↓ 1 callersMethodpopAppendMark
Append the mark to the end of the buffer and pop the front @param document @param mark @return the popped position
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:226
↓ 1 callersMethodpopExecution
Remove current key listener and restore previous if present @param editor @return the number or locks remaining in the stack
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:531
↓ 1 callersMethodpopGlobalMark
Pop the current global Mark @return the location of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:243
↓ 1 callersMethodpopGlobalMark
Get the next position from the global mark buffer @return the 'popped' global mark position
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:121
↓ 1 callersMethodpopMark
Pop the current buffer's Mark from the Mark Ring @param editor @return the offset of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:224
↓ 1 callersMethodpopTagMark
Pop the current tag Mark @return the location of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:512
↓ 1 callersMethodpopTagMark
Get the next position from the tag buffer @return the 'popped' mark position
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:130
↓ 1 callersMethodpopUniversal
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:752
↓ 1 callersMethodpostExecute
Add any extra processing once the handler has called transform For use by sub-classes
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:400
↓ 1 callersMethodpostExecute
()
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSetHandler.java:44
↓ 1 callersMethodpostJoin
(IEditorPart editor)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:93
↓ 1 callersMethodpostTransform
Hook for post transformation behavior. Command handlers may override this to do something once all normal edit/selection activity has occurred
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:139
↓ 1 callersMethodpreJoin
@param editor
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:89
↓ 1 callersMethodpreSplit
Perform activities prior to splitting windows @param editor
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowSplitCmd.java:85
↓ 1 callersMethodpreTransform
Add any extra processing once the handler is set up prior to the transform call For use by sub-classes @param selection
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:392
↓ 1 callersMethodprintBindings
(IEditorPart editorPart)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBindingHandler.java:65
↓ 1 callersMethodprintCommand
(String name, Command command, EmacsPlusConsole console)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandAproposHandler.java:137
↓ 1 callersMethodprintCommands
(ITextEditor editor, String apropos)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandAproposHandler.java:75
↓ 1 callersMethodprintMessage
(String message, Color c, int style)
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:188
↓ 1 callersMethodprintVarDetails
Print the details about a on the Emacs+ console @param var @param console
Emacs+/src/com/mulgasoft/emacsplus/commands/VariableDescribeHandler.java:72
↓ 1 callersMethodprocessTextInput
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:562
↓ 1 callersMethodput
Add the content to the current element @param content - the content to be added
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:240
↓ 1 callersMethodqueueRunner
Create and queue the appropriate Runnable for the kbd event type @param event the KbdEvent @param editor @return the new Runnable
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:216
↓ 1 callersMethodregAddit
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1188
↓ 1 callersMethodregQAddit
(String addStr)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1192
↓ 1 callersMethodregisterShellType
Registers the shell as the same type as its parent with the context support. This ensures that it does not modify the current state of the application
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:479
↓ 1 callersMethodremoveActionListeners
Restore all the naked Eclipse actions from inside our delegates @param editorpart
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:750
↓ 1 callersMethodremoveActivationListeners
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:569
↓ 1 callersMethodremoveBackground
()
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:234
↓ 1 callersMethodremoveBeeper
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:500
↓ 1 callersMethodremoveBindings
Remove any bindings in the array that do not belong to Emacs+ This requires the internal BindingService.removeBinding method @param bindings @param e
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:661
↓ 1 callersMethodremoveCheckCommand
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsOverrunHandler.java:68
↓ 1 callersMethodremoveMarks
Remove the document's mark buffer from the local Mark list Also, remove the position updating information from the document @param document
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:78
↓ 1 callersMethodremoveOtherListeners
(IWorkbenchPage page,ISourceViewer viewer, StyledText widget)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:115
↓ 1 callersMethodremovePressed
Notifies that the Remove button has been pressed.
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:382
↓ 1 callersMethodremoveStatusContribution
(IWorkbenchPart part)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:477
↓ 1 callersMethodrepeatLast
Support repeating the last (Emacs+ handled) command. Determine the type of the last command, and re-execute as appropriate @param editor @return the r
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:372
↓ 1 callersMethodreplaceFromHistory
@see com.mulgasoft.emacsplus.minibuffer.SearchMinibuffer#replaceFromHistory(com.mulgasoft.emacsplus.RingBuffer.IRingBufferElement)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:168
↓ 1 callersMethodreplaceFromHistory
Initialize the minibuffer with the string from the yanked RingBuffer element
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/HistoryMinibuffer.java:125
↓ 1 callersMethodrequestRestart
Pop up a message dialog to request the restart of the workbench
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferencePage.java:232
↓ 1 callersMethodresetKeys
Reset state of keys processed so far
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:108
↓ 1 callersMethodresetPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:242
↓ 1 callersMethodrestoreFromHistory
Replace current macro with the top of history (or null, if none)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1248
↓ 1 callersMethodrestoreState
(StyledText text)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1139
↓ 1 callersMethodreturnResult
Force result to either initial character or full string depending on minibuffer state @param yorn @return true if yes, false if no, or null
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/YesNoMinibuffer.java:84
↓ 1 callersMethodreverseSelection
(ITextEditor editor, IDocument document, ITextSelection selection)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkHandler.java:105
↓ 1 callersMethodring
()
Emacs+/src/com/mulgasoft/emacsplus/ScreenFlasher.java:43
↓ 1 callersMethodring
()
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:60
↓ 1 callersMethodringBell
()
Emacs+/src/com/mulgasoft/emacsplus/Beeper.java:54
↓ 1 callersMethodrunFlasher
(final int count, final StyledText item)
Emacs+/src/com/mulgasoft/emacsplus/ScreenFlasher.java:65
↓ 1 callersMethodrunFlasher
(final int count, FlashLineContributionItem item, final ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:104
↓ 1 callersMethodrunMacro
(final ITextEditor editor,final IDocument document,final ITextSelection selection, final KbdLock vkf, final in
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroApplyHandler.java:34
↓ 1 callersMethodsaveMacro
(ITextEditor editor,String name, File file)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroSaveHandler.java:110
↓ 1 callersMethodset
(ITextEditor editor, String variable, Object value)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:43
↓ 1 callersMethodsetActivated
(boolean activated)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:109
↓ 1 callersMethodsetAutoBrowse
Enable or disable auto browse of kill ring @param auto
Emacs+/src/com/mulgasoft/emacsplus/commands/YankPopHandler.java:126
↓ 1 callersMethodsetBlockSize
(int size)
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockHandler.java:33
↓ 1 callersMethodsetCallCount
@param callCount the callCount to set
Emacs+/src/com/mulgasoft/emacsplus/commands/RegisterHandler.java:65
↓ 1 callersMethodsetCategories
Initialize our categories with cats @param cats
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:315
↓ 1 callersMethodsetCategories
Used by preference page to update changes to include categories @param newCats
Emacs+/src/com/mulgasoft/emacsplus/execute/CommandSupport.java:67
↓ 1 callersMethodsetClipboardContents
Propagate the killed text to the clipboard
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:276
↓ 1 callersMethodsetColors
()
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:65
↓ 1 callersMethodsetCommandId
We don't actually set up the listener, as it's unnecessarily expensive @see com.mulgasoft.emacsplus.MarkUtils.ICommandIdListener#setCommandId(java.la
Emacs+/src/com/mulgasoft/emacsplus/commands/RecenterHandler.java:174
↓ 1 callersMethodsetCurrentElement
(IRingBufferElement<T> rbe)
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:446
↓ 1 callersMethodsetDigitArgument
Sets the preference controlling the runtime enforcement of Ctrl-<number> as digit-argument (as implemented by universal-argument) @param digitArgumen
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:465
↓ 1 callersMethodsetDisplayStr
@param displayStr the displayStr to set
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:237
↓ 1 callersMethodsetEditor
@see com.mulgasoft.emacsplus.IBufferLocation#setEditor(org.eclipse.ui.texteditor.ITextEditor)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:521
↓ 1 callersMethodsetEditor
@see com.mulgasoft.emacsplus.IBufferLocation#setEditor(org.eclipse.ui.texteditor.ITextEditor)
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:382
↓ 1 callersMethodsetEmacsIds
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:152
↓ 1 callersMethodsetEmacsUndo
(boolean emacsUndo)
Emacs+/src/com/mulgasoft/emacsplus/commands/UndoRedoHandler.java:67
↓ 1 callersMethodsetEndColumn
(int endColumn)
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:316
↓ 1 callersMethodsetEolChars
(IDocument document)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:46
↓ 1 callersMethodsetForceEditable
Force the buffer to be editable, regardless of the actual buffer state. This will allow some commands that would otherwise be blocked.
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsPlusCmdHandler.java:236
↓ 1 callersMethodsetForceReverse
(boolean reverse)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:138
↓ 1 callersMethodsetGnuSubCommands
Set whether to yank from kill buffer onto search string @param gnuSubCommands state; if true, then enable
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:205
↓ 1 callersMethodsetHistoryNext
Rotate and make the next macro from the ring the current definition @param editor
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1215
↓ 1 callersMethodsetHistoryPrevious
Rotate and make the previous macro from the ring the current definition @param editor
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1223
↓ 1 callersMethodsetHistoryRing
(List<BufRef> refs)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SwitchMinibuffer.java:369
↓ 1 callersMethodsetHorizontal
(boolean horizontal)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/SwitchToBufferOtherCmd.java:71
← previousnext →1,101–1,200 of 2,316, ranked by callers