Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MulgaSoft/e4macs
/ functions
Functions
2,316 in github.com/MulgaSoft/e4macs
⨍
Functions
2,316
◇
Types & classes
416
↓ 1 callers
Method
matchEvent
(char c, int keyCode, int mask)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:470
↓ 1 callers
Method
mouseIn
()
Emacs+/src/com/mulgasoft/emacsplus/execute/SelectionDialog.java:118
↓ 1 callers
Method
mouseInDialog
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/CompletionMinibuffer.java:103
↓ 1 callers
Method
nameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroLoadHandler.java:143
↓ 1 callers
Method
nameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroBindHandler.java:225
↓ 1 callers
Method
nameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroSaveHandler.java:71
↓ 1 callers
Method
nameState
Get state to handle prompt for getting kbd macro name @return naming prompt state
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroEditHandler.java:58
↓ 1 callers
Method
needsSelection
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 callers
Method
nextKey
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:850
↓ 1 callers
Method
noCharEvent
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:675
↓ 1 callers
Method
noSpaceCharEvent
charEvent fragment: disallow spaces and tabs @param event
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ExecutingMinibuffer.java:191
↓ 1 callers
Method
normalizeChar
(char ocp)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:406
↓ 1 callers
Method
normalizeCharacter
(int keyCode)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusUtils.java:695
↓ 1 callers
Method
notEnabled
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/UndoRedoHandler.java:110
↓ 1 callers
Method
notYank
(String commandId)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:637
↓ 1 callers
Method
notifyExecutionListeners
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:553
↓ 1 callers
Method
numberState
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 callers
Method
offLine
PageParticipant deactivation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:269
↓ 1 callers
Method
onLine
PageParticipant activation
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:258
↓ 1 callers
Method
paste
(ExecutionEvent event, StyledText widget, boolean isProcess)
Emacs+/src/com/mulgasoft/emacsplus/commands/BaseYankHandler.java:40
↓ 1 callers
Method
performMatch
(IDocument doc, int caretOffset)
Emacs+/src/com/mulgasoft/emacsplus/HackDefaultCharacterPairMatcher.java:103
↓ 1 callers
Method
popAppendMark
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 callers
Method
popExecution
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 callers
Method
popGlobalMark
Pop the current global Mark @return the location of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:243
↓ 1 callers
Method
popGlobalMark
Get the next position from the global mark buffer @return the 'popped' global mark position
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:121
↓ 1 callers
Method
popMark
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 callers
Method
popTagMark
Pop the current tag Mark @return the location of the Mark
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:512
↓ 1 callers
Method
popTagMark
Get the next position from the tag buffer @return the 'popped' mark position
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:130
↓ 1 callers
Method
popUniversal
()
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:752
↓ 1 callers
Method
postExecute
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 callers
Method
postExecute
()
Emacs+/src/com/mulgasoft/emacsplus/commands/TagsSetHandler.java:44
↓ 1 callers
Method
postJoin
(IEditorPart editor)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:93
↓ 1 callers
Method
postTransform
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 callers
Method
preJoin
@param editor
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowJoinCmd.java:89
↓ 1 callers
Method
preSplit
Perform activities prior to splitting windows @param editor
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/WindowSplitCmd.java:85
↓ 1 callers
Method
preTransform
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 callers
Method
printBindings
(IEditorPart editorPart)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandBindingHandler.java:65
↓ 1 callers
Method
printCommand
(String name, Command command, EmacsPlusConsole console)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandAproposHandler.java:137
↓ 1 callers
Method
printCommands
(ITextEditor editor, String apropos)
Emacs+/src/com/mulgasoft/emacsplus/commands/CommandAproposHandler.java:75
↓ 1 callers
Method
printMessage
(String message, Color c, int style)
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:188
↓ 1 callers
Method
printVarDetails
Print the details about a on the Emacs+ console @param var @param console
Emacs+/src/com/mulgasoft/emacsplus/commands/VariableDescribeHandler.java:72
↓ 1 callers
Method
processTextInput
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:562
↓ 1 callers
Method
put
Add the content to the current element @param content - the content to be added
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:240
↓ 1 callers
Method
queueRunner
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 callers
Method
regAddit
(VerifyEvent event)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1188
↓ 1 callers
Method
regQAddit
(String addStr)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1192
↓ 1 callers
Method
registerShellType
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 callers
Method
removeActionListeners
Restore all the naked Eclipse actions from inside our delegates @param editorpart
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:750
↓ 1 callers
Method
removeActivationListeners
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/MarkUtils.java:569
↓ 1 callers
Method
removeBackground
()
Emacs+/src/com/mulgasoft/emacsplus/execute/EmacsPlusConsole.java:234
↓ 1 callers
Method
removeBeeper
()
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroExecuteHandler.java:500
↓ 1 callers
Method
removeBindings
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 callers
Method
removeCheckCommand
(ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/commands/EmacsOverrunHandler.java:68
↓ 1 callers
Method
removeMarks
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 callers
Method
removeOtherListeners
(IWorkbenchPage page,ISourceViewer viewer, StyledText widget)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:115
↓ 1 callers
Method
removePressed
Notifies that the Remove button has been pressed.
Emacs+/src/com/mulgasoft/emacsplus/preferences/MListEditor.java:382
↓ 1 callers
Method
removeStatusContribution
(IWorkbenchPart part)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/WithMinibuffer.java:477
↓ 1 callers
Method
repeatLast
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 callers
Method
replaceFromHistory
@see com.mulgasoft.emacsplus.minibuffer.SearchMinibuffer#replaceFromHistory(com.mulgasoft.emacsplus.RingBuffer.IRingBufferElement)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/ISearchMinibuffer.java:168
↓ 1 callers
Method
replaceFromHistory
Initialize the minibuffer with the string from the yanked RingBuffer element
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/HistoryMinibuffer.java:125
↓ 1 callers
Method
requestRestart
Pop up a message dialog to request the restart of the workbench
Emacs+/src/com/mulgasoft/emacsplus/preferences/EmacsPlusPreferencePage.java:232
↓ 1 callers
Method
resetKeys
Reset state of keys processed so far
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/KeyHandlerMinibuffer.java:108
↓ 1 callers
Method
resetPrefix
()
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/UniversalMinibuffer.java:242
↓ 1 callers
Method
restoreFromHistory
Replace current macro with the top of history (or null, if none)
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1248
↓ 1 callers
Method
restoreState
(StyledText text)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchMinibuffer.java:1139
↓ 1 callers
Method
returnResult
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 callers
Method
reverseSelection
(ITextEditor editor, IDocument document, ITextSelection selection)
Emacs+/src/com/mulgasoft/emacsplus/commands/ParagraphMarkHandler.java:105
↓ 1 callers
Method
ring
()
Emacs+/src/com/mulgasoft/emacsplus/ScreenFlasher.java:43
↓ 1 callers
Method
ring
()
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:60
↓ 1 callers
Method
ringBell
()
Emacs+/src/com/mulgasoft/emacsplus/Beeper.java:54
↓ 1 callers
Method
runFlasher
(final int count, final StyledText item)
Emacs+/src/com/mulgasoft/emacsplus/ScreenFlasher.java:65
↓ 1 callers
Method
runFlasher
(final int count, FlashLineContributionItem item, final ITextEditor editor)
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:104
↓ 1 callers
Method
runMacro
(final ITextEditor editor,final IDocument document,final ITextSelection selection, final KbdLock vkf, final in
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroApplyHandler.java:34
↓ 1 callers
Method
saveMacro
(ITextEditor editor,String name, File file)
Emacs+/src/com/mulgasoft/emacsplus/commands/KbdMacroSaveHandler.java:110
↓ 1 callers
Method
set
(ITextEditor editor, String variable, Object value)
Emacs+/src/com/mulgasoft/emacsplus/BufferLocal.java:43
↓ 1 callers
Method
setActivated
(boolean activated)
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivation.java:109
↓ 1 callers
Method
setAutoBrowse
Enable or disable auto browse of kill ring @param auto
Emacs+/src/com/mulgasoft/emacsplus/commands/YankPopHandler.java:126
↓ 1 callers
Method
setBlockSize
(int size)
Emacs+/src/com/mulgasoft/emacsplus/commands/BlockHandler.java:33
↓ 1 callers
Method
setCallCount
@param callCount the callCount to set
Emacs+/src/com/mulgasoft/emacsplus/commands/RegisterHandler.java:65
↓ 1 callers
Method
setCategories
Initialize our categories with cats @param cats
Emacs+/src/com/mulgasoft/emacsplus/preferences/CommandCategoryEditor.java:315
↓ 1 callers
Method
setCategories
Used by preference page to update changes to include categories @param newCats
Emacs+/src/com/mulgasoft/emacsplus/execute/CommandSupport.java:67
↓ 1 callers
Method
setClipboardContents
Propagate the killed text to the clipboard
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:276
↓ 1 callers
Method
setColors
()
Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java:65
↓ 1 callers
Method
setCommandId
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 callers
Method
setCurrentElement
(IRingBufferElement<T> rbe)
Emacs+/src/com/mulgasoft/emacsplus/RingBuffer.java:446
↓ 1 callers
Method
setDigitArgument
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 callers
Method
setDisplayStr
@param displayStr the displayStr to set
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SearchReplaceMinibuffer.java:237
↓ 1 callers
Method
setEditor
@see com.mulgasoft.emacsplus.IBufferLocation#setEditor(org.eclipse.ui.texteditor.ITextEditor)
Emacs+/src/com/mulgasoft/emacsplus/TecoRegister.java:521
↓ 1 callers
Method
setEditor
@see com.mulgasoft.emacsplus.IBufferLocation#setEditor(org.eclipse.ui.texteditor.ITextEditor)
Emacs+/src/com/mulgasoft/emacsplus/MarkRing.java:382
↓ 1 callers
Method
setEmacsIds
()
Emacs+/src/com/mulgasoft/emacsplus/EmacsPlusActivator.java:152
↓ 1 callers
Method
setEmacsUndo
(boolean emacsUndo)
Emacs+/src/com/mulgasoft/emacsplus/commands/UndoRedoHandler.java:67
↓ 1 callers
Method
setEndColumn
(int endColumn)
Emacs+/src/com/mulgasoft/emacsplus/execute/RectangleSupport.java:316
↓ 1 callers
Method
setEolChars
(IDocument document)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/MinibufferImpl.java:46
↓ 1 callers
Method
setForceEditable
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 callers
Method
setForceReverse
(boolean reverse)
Emacs+/src/com/mulgasoft/emacsplus/KillRing.java:138
↓ 1 callers
Method
setGnuSubCommands
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 callers
Method
setHistoryNext
Rotate and make the next macro from the ring the current definition @param editor
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1215
↓ 1 callers
Method
setHistoryPrevious
Rotate and make the previous macro from the ring the current definition @param editor
Emacs+/src/com/mulgasoft/emacsplus/execute/KbdMacroSupport.java:1223
↓ 1 callers
Method
setHistoryRing
(List<BufRef> refs)
Emacs+/src/com/mulgasoft/emacsplus/minibuffer/SwitchMinibuffer.java:369
↓ 1 callers
Method
setHorizontal
(boolean horizontal)
Emacs+/src/com/mulgasoft/emacsplus/e4/commands/SwitchToBufferOtherCmd.java:71
← previous
next →
1,101–1,200 of 2,316, ranked by callers