Class EventHandlers
Represents key events for default keymapping.
public class EventHandlers : IEventHandlers
- Inheritance
-
EventHandlers
- Implements
Remarks
Normally you do not need to use this class directly, it's used internally by edit control.
Constructors
- EventHandlers(ISyntaxEdit)
Initializes a new instance of the
EventHandlersclass with a specified owner.
Fields
- CapitalizeEvent
Raises the key event that calls
ISelection.Capitalizemethod.
- CharTransposeEvent
Raises the key event that calls
ISelection.CharTransponsemethod.
- ClearBookMarkEvent
Raises the key event that calls
IBookMarks.ClearAllBookMarksmethod.
- CodeSnippetsEvent
Raises the key event that calls
ISyntaxEdit.QuickInfomethod.
- CollapseAllOutliningEvent
Raises the key event that calls
IOutlining.FullCollapsemethod.
- CollapseToDefinitionsEvent
Raises the key event that calls
IOutlining.CollapseToDefinitionsmethod.
- CommentSelectionEvent
Raises the key event that calls
ISelection.CommentSelectionmethod.
- CompleteCodeActions
Raises the key event that calls
ISyntaxEdit.CompleteCodeActionsmethod.
- CompleteWordEvent
Raises the key event that calls
ISyntaxEdit.CompleteWordmethod.
- CopyEvent
Raises the key event that calls
ISelection.Copymethod.
- CutEvent
Raises the key event that calls
ISelection.Cutmethod.
- DeleteLeftEvent
Raises the key event that calls
ISelection.DeleteLeftmethod.
- DeleteRightEvent
Raises the key event that calls
ISelection.DeleteRightmethod.
- DeleteWhiteSpaceEvent
Raises the key event that calls
ISelection.DeleteWhiteSpacemethod.
- DeleteWordLeftEvent
Raises the key event that calls
ISelection.DeleteWordLeftmethod.
- DeleteWordRightEvent
Raises the key event that calls
ISelection.DeleteWordRightmethod.
- DuplicateLineEvent
Raises the key event that calls
ISelection.DuplicateLinemethod.
- ExpandAllOutliningEvent
Raises the key event that calls
IOutlining.FullExpandmethod.
- FindEvent
Raises the key event that calls
ISyntaxEdit.DisplaySearchDialogmethod.
- FindNextEvent
Raises the key event that calls
FindNextmethod.
- FindNextSelectedEvent
Raises the key event that calls
FindNextSelectedmethod.
- FindPreviousEvent
Raises the key event that calls
FindPreviousmethod.
- FindPreviousSelectedEvent
Raises the key event that calls
FindPreviousSelectedmethod.
- FormatDocumentEvent
Raises the key event that calls
ISelection.SmartFormatDocumentmethod.
- FormatSelectionEvent
Raises the key event that calls
ISelection.SmartFormatmethod.
- GotolineEvent
Raises the key event that calls
ISyntaxEdit.DisplayGotoLineDialogmethod.
- InitIncrementalSearchEvent
Raises the key event that calls
ISyntaxEdit.StartIncrementalSearchmethod.
- InitReverseIncrementalSearchEvent
Raises the key event that calls
StartReverseIncrementalSearchmethod.
- LineCutEvent
Raises the key event that calls
ISelection.CutLinemethod.
- LineDeleteEvent
Raises the key event that calls
ISelection.DeleteLinemethod.
- LineTransposeEvent
Raises the key event that calls
ISelection.LineTransponsemethod.
- ListMembersEvent
Raises the key event that calls
ISyntaxEdit.ListMembersmethod.
- LowerCaseEvent
Raises the key event that calls
ISelection.LowerCasemethod.
- MoveBookMarkEvent
Raises the key event that calls
IBookMarks.GotoBookMarkmethod.
- MoveCharLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveCharLeftmethod.
- MoveCharRightEvent
Raises the key event that calls
ISyntaxEdit.MoveCharRightmethod.
- MoveFileBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveFileBeginmethod.
- MoveFileEndEvent
Raises the key event that calls
ISyntaxEdit.MoveFileEndmethod.
- MoveLineBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveLineBeginCycledmethod.
- MoveLineDownEvent
Raises the key event that calls
ISyntaxEdit.MoveLineDownmethod.
- MoveLineEndEvent
Raises the key event that calls
ISyntaxEdit.MoveLineEndmethod.
- MoveLineUpEvent
Raises the key event that calls
ISyntaxEdit.MoveLineUpmethod.
- MovePageDownEvent
Raises the key event that calls
ISyntaxEdit.MovePageDownmethod.
- MovePageUpEvent
Raises the key event that calls
ISyntaxEdit.MovePageUpmethod.
- MoveScreenBottomEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenBottommethod.
- MoveScreenTopEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenTopmethod.
- MoveSelectionDownEvent
Raises the key event that calls
ISelection.MoveSelectionDownmethod.
- MoveSelectionUpEvent
Raises the key event that calls
ISelection.MoveSelectionUpmethod.
- MoveToBraceEvent
Raises the key event that calls
ISelection.SelectToBracemethod.
- MoveToBraceExtendEvent
Raises the key event that calls
ISelection.SelectToBracemethod.
- MoveToCloseBraceEvent
Raises the key event that calls
ISelection.SelectToCloseBracemethod.
- MoveToCloseBraceExtendEvent
Raises the key event that calls
ISelection.SelectToCloseBracemethod.
- MoveToOpenBraceEvent
Raises the key event that calls
ISelection.SelectToOpenBracemethod.
- MoveToOpenBraceExtendEvent
Raises the key event that calls
ISelection.SelectToOpenBracemethod.
- MoveWordLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveWordLeftmethod.
- MoveWordRightEvent
Raises the key event that calls
ISyntaxEdit.MoveWordRightmethod.
- NewLineAboveEvent
Raises the key event that calls
ISelection.NewLineAbovemethod.
- NewLineBelowEvent
Raises the key event that calls
ISelection.NewLineBelowmethod.
- NewLineEvent
Raises the key event that calls
ISelection.NewLinemethod.
- NextBookMarkEvent
Raises the key event that calls
IBookMarks.GotoNextBookMarkmethod.
- ParameterInfoEvent
Raises the key event that calls
ISyntaxEdit.ParameterInfomethod.
- PasteEvent
Raises the key event that calls
ISelection.Pastemethod.
- PlayBackMacro
Raises the key event that calls
ISyntaxEdit.PlayBackMacromethod.
- PrevBookMarkEvent
Raises the key event that calls
IBookMarks.GotoPrevBookMarkmethod.
- ProcessEscapeEvent
Raises the key event that calls
ISelection.ProcessEscapemethod.
- ProcessKey
Raises the key event that calls
PressKeymethod.
- ProcessShiftTabEvent
Raises the key event that calls
ISelection.ProcessShiftTabmethod.
- ProcessTabEvent
Raises the key event that calls
ISelection.ProcessTabmethod.
- QuickInfoEvent
Raises the key event that calls
ISyntaxEdit.ListMembersmethod.
- RedoEvent
Raises the key event that calls
ITextSource.Redomethod.
- ReplaceEvent
Raises the key event that calls
ISyntaxEdit.DisplayReplaceDialogmethod.
- ScrollLineDownEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineDownmethod.
- ScrollLineUpEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineUpmethod.
- SelectAllEvent
Raises the key event that calls
ISelection.SelectAllmethod.
- SelectCharLeftEvent
Raises the key event that calls
ISelection.SelectCharLeftmethod.
- SelectCharRightEvent
Raises the key event that calls
ISelection.SelectCharRightmethod.
- SelectFileBeginEvent
Raises the key event that calls
ISelection.SelectFileBeginmethod.
- SelectFileEndEvent
Raises the key event that calls
ISelection.SelectFileEndmethod.
- SelectLineBeginEvent
Raises the key event that calls
ISelection.SelectLineBeginmethod.
- SelectLineDownEvent
Raises the key event that calls
ISelection.SelectLineDownmethod.
- SelectLineEndEvent
Raises the key event that calls
ISelection.SelectLineEndmethod.
- SelectLineUpEvent
Raises the key event that calls
ISelection.SelectLineUpmethod.
- SelectPageDownEvent
Raises the key event that calls
ISelection.SelectPageDownmethod.
- SelectPageUpEvent
Raises the key event that calls
ISelection.SelectPageUpmethod.
- SelectScreenBottomEvent
Raises the key event that calls
ISelection.SelectScreenBottommethod.
- SelectScreenTopEvent
Raises the key event that calls
ISelection.SelectScreenTopmethod.
- SelectWordEvent
Raises the key event that calls
ISelection.SelectWordmethod.
- SelectWordLeftEvent
Raises the key event that calls
ISelection.SelectWordLeftmethod.
- SelectWordRightEvent
Raises the key event that calls
ISelection.SelectWordRightmethod.
- SwapAnchorEvent
Raises the key event that calls
ISelection.SwapAnchormethod.
- TabifyEvent
Raises the key event that calls
ISelection.Tabifymethod.
- ToggleBookMarkEvent
Raises the key event that calls
IBookMarks.ToggleBookMarkmethod.
- ToggleBookMarkEventEx
Raises the key event that calls
IBookMarks.ToggleBookMarkmethod with parameter.
- ToggleCommentEvent
Raises the key event that calls
ISelection.ToggleCommentmethod.
- ToggleHiddenTextEvent
Raises the key event that calls
ToggleHiddenTextmethod.
- ToggleMacroRecording
Raises the key event that calls
ISyntaxEdit.ToggleMacroRecordingmethod.
- ToggleMatchCaseEvent
Raises the key event that calls
ToggleMatchCasemethod.
- ToggleOutliningEvent
Raises the key event that calls
IOutlining.ToggleOutliningmethod.
- ToggleOutliningSelectionEvent
Raises the key event that calls
ISelection.ToggleOutliningmethod.
- ToggleOverwriteEvent
Raises the key event that calls
ISelection.ToggleOverWritemethod.
- ToggleRegularExpressionsEvent
Raises the key event that calls
ToggleRegularExpressionsmethod.
- ToggleSearchUpEvent
Raises the key event that calls
ToggleSearchUpmethod.
- ToggleWholeWordEvent
Raises the key event that calls
ToggleWholeWordmethod.
- UnTabifyEvent
Raises the key event that calls
ISelection.UnTabifymethod.
- UncommentSelectionEvent
Raises the key event that calls
ISelection.UncommentSelectionmethod.
- UndoEvent
Raises the key event that calls
ITextSource.Undomethod.
- UpperCaseEvent
Raises the key event that calls
ISelection.UpperCasemethod.
- WordTransposeEvent
Raises the key event that calls
ISelection.WordTransponsemethod.
Properties
- EventNames
Represents names of all available event handlers.
- MacroRecordEvent
Represents an event to process macro recording.
Methods
- ClearAllBookMarks()
Key event that removes all items from the bookmark collection.
- DeleteLeft()
Key event that deletes one character left to the cursor.
- DuplicateLine()
Key event that duplicates current line or selection in the control's content.
- Find()
Key event that initializes and runs a dialog box allowing you to search for some text.
- FindNext()
Key event that searches for the next occurrence of the text specified by previous search.
- FindNextSelected()
Key event that searches for the next occurrence of the selected text.
- FindPrevious()
Key event that searches for the previous occurrence of the text specified by previous search.
- FindPreviousSelected()
Key event that searches for the previous occurrence of the selected text.
- GotoBookMark(object)
Key event that moves Edit control's caret to the location of the specified bookmark.
- GotoLine()
Key event that initializes and runs a dialog prompting you for index of the line you need to locate.
- GotoNextBookMark()
Key event that moves Edit control's caret to the location of the next unnumbered bookmark.
- GotoPrevBookMark()
Key event that moves Edit control's caret to the location of the previous unnumbered bookmark.
- MoveSelectionDown()
Key event that moves selected text to the following line in the control.
- MoveSelectionUp()
Key event that moves selected text to the preceding line in the control.
- PressKey(object)
Key event that processes key press.
- ProcessEscape()
Key event that finishes search and processes escape pressure: method deselects selected text.
- Redo()
Key event that performs the last redo operation.
- Replace()
Key event that initializes and runs a dialog box allowing you to search for text and replace it.
- SelectAll()
Key event that selects all lines in the control's content.
- SelectCharLeft(object)
Key event that increases selection to one character at the left side of the selection region and sets a given selection type.
- SelectCharRight(object)
Key event that increases selection to one character at the right side of the selection region and sets a given selection type.
- SelectFileBegin(object)
Key event that increases selection to beginning of the control's content and sets a given selection type.
- SelectFileEnd(object)
Key event that increases selection to end of the control's content and sets a given selection type.
- SelectLineBegin(object)
Key event that selects from current position to the beginning of current line in the control and sets a given selection type.
- SelectLineDown(object)
Key event that increases selection to the following line in the control and sets a given selection type.
- SelectLineEnd(object)
Key event that selects from current position to the end of current line in the control and sets a given selection type.
- SelectLineUp(object)
Key event that increases selection to the preceding line in the control and sets a given selection type.
- SelectPageDown(object)
Key event that increases selection to the one page down in the control and sets a given selection type.
- SelectPageUp(object)
Key event that increases selection to the one page up in the control and sets a given selection type.
- SelectScreenBottom(object)
Key event that increases selection to the end of the screen and sets a given selection type.
- SelectScreenTop(object)
Key event that increases selection to the begin of the screen and sets a given selection type.
- SelectWordLeft(object)
Key event that increases selection to the word located at the left side of the current position in the control and sets a given selection type.
- SelectWordRight(object)
Key event that increases selection to the word located at the right side of the current position in the control and sets a given selection type.
- StartReverseIncrementalSearch()
Key event that enters control to the incremental search state.
- ToggleBookMark()
Key event that toggles unnumbered bookmark at the current line..
- ToggleBookMark(object)
Key event that toggles bookmark with specified index at the current line..
- ToggleHiddenText()
Key event that toggles searching through hidden text on/off in the search dialog.
- ToggleMatchCase()
Key event that toggles case sensitive searching on/off in the search dialog.
- ToggleRegularExpressions()
Key event that toggles using regular expressions on/off in the search dialog.
- ToggleSearchUp()
Key event that toggles searching direction towards/backwards in the search dialog.
- ToggleWholeWord()
Key event that toggles searching for whole words on/off in the search dialog.
- Undo()
Key event that performs the last undo operation.