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
EventHandlers
class with a specified owner.
Fields
- CapitalizeEvent
Raises the key event that calls
ISelection.Capitalize
method.
- CharTransposeEvent
Raises the key event that calls
ISelection.CharTransponse
method.
- ClearBookMarkEvent
Raises the key event that calls
IBookMarks.ClearAllBookMarks
method.
- CodeSnippetsEvent
Raises the key event that calls
ISyntaxEdit.QuickInfo
method.
- CollapseAllOutliningEvent
Raises the key event that calls
IOutlining.FullCollapse
method.
- CollapseToDefinitionsEvent
Raises the key event that calls
IOutlining.CollapseToDefinitions
method.
- CommentSelectionEvent
Raises the key event that calls
ISelection.CommentSelection
method.
- CompleteCodeActions
Raises the key event that calls
ISyntaxEdit.CompleteCodeActions
method.
- CompleteWordEvent
Raises the key event that calls
ISyntaxEdit.CompleteWord
method.
- CopyEvent
Raises the key event that calls
ISelection.Copy
method.
- CutEvent
Raises the key event that calls
ISelection.Cut
method.
- DeleteLeftEvent
Raises the key event that calls
ISelection.DeleteLeft
method.
- DeleteRightEvent
Raises the key event that calls
ISelection.DeleteRight
method.
- DeleteWhiteSpaceEvent
Raises the key event that calls
ISelection.DeleteWhiteSpace
method.
- DeleteWordLeftEvent
Raises the key event that calls
ISelection.DeleteWordLeft
method.
- DeleteWordRightEvent
Raises the key event that calls
ISelection.DeleteWordRight
method.
- DuplicateLineEvent
Raises the key event that calls
ISelection.DuplicateLine
method.
- ExpandAllOutliningEvent
Raises the key event that calls
IOutlining.FullExpand
method.
- FindEvent
Raises the key event that calls
ISyntaxEdit.DisplaySearchDialog
method.
- FindNextEvent
Raises the key event that calls
FindNext
method.
- FindNextSelectedEvent
Raises the key event that calls
FindNextSelected
method.
- FindPreviousEvent
Raises the key event that calls
FindPrevious
method.
- FindPreviousSelectedEvent
Raises the key event that calls
FindPreviousSelected
method.
- FormatDocumentEvent
Raises the key event that calls
ISelection.SmartFormatDocument
method.
- FormatSelectionEvent
Raises the key event that calls
ISelection.SmartFormat
method.
- GotolineEvent
Raises the key event that calls
ISyntaxEdit.DisplayGotoLineDialog
method.
- InitIncrementalSearchEvent
Raises the key event that calls
ISyntaxEdit.StartIncrementalSearch
method.
- InitReverseIncrementalSearchEvent
Raises the key event that calls
StartReverseIncrementalSearch
method.
- LineCutEvent
Raises the key event that calls
ISelection.CutLine
method.
- LineDeleteEvent
Raises the key event that calls
ISelection.DeleteLine
method.
- LineTransposeEvent
Raises the key event that calls
ISelection.LineTransponse
method.
- ListMembersEvent
Raises the key event that calls
ISyntaxEdit.ListMembers
method.
- LowerCaseEvent
Raises the key event that calls
ISelection.LowerCase
method.
- MoveBookMarkEvent
Raises the key event that calls
IBookMarks.GotoBookMark
method.
- MoveCharLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveCharLeft
method.
- MoveCharRightEvent
Raises the key event that calls
ISyntaxEdit.MoveCharRight
method.
- MoveFileBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveFileBegin
method.
- MoveFileEndEvent
Raises the key event that calls
ISyntaxEdit.MoveFileEnd
method.
- MoveLineBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveLineBeginCycled
method.
- MoveLineDownEvent
Raises the key event that calls
ISyntaxEdit.MoveLineDown
method.
- MoveLineEndEvent
Raises the key event that calls
ISyntaxEdit.MoveLineEnd
method.
- MoveLineUpEvent
Raises the key event that calls
ISyntaxEdit.MoveLineUp
method.
- MovePageDownEvent
Raises the key event that calls
ISyntaxEdit.MovePageDown
method.
- MovePageUpEvent
Raises the key event that calls
ISyntaxEdit.MovePageUp
method.
- MoveScreenBottomEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenBottom
method.
- MoveScreenTopEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenTop
method.
- MoveSelectionDownEvent
Raises the key event that calls
ISelection.MoveSelectionDown
method.
- MoveSelectionUpEvent
Raises the key event that calls
ISelection.MoveSelectionUp
method.
- MoveToBraceEvent
Raises the key event that calls
ISelection.SelectToBrace
method.
- MoveToBraceExtendEvent
Raises the key event that calls
ISelection.SelectToBrace
method.
- MoveToCloseBraceEvent
Raises the key event that calls
ISelection.SelectToCloseBrace
method.
- MoveToCloseBraceExtendEvent
Raises the key event that calls
ISelection.SelectToCloseBrace
method.
- MoveToOpenBraceEvent
Raises the key event that calls
ISelection.SelectToOpenBrace
method.
- MoveToOpenBraceExtendEvent
Raises the key event that calls
ISelection.SelectToOpenBrace
method.
- MoveWordLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveWordLeft
method.
- MoveWordRightEvent
Raises the key event that calls
ISyntaxEdit.MoveWordRight
method.
- NewLineAboveEvent
Raises the key event that calls
ISelection.NewLineAbove
method.
- NewLineBelowEvent
Raises the key event that calls
ISelection.NewLineBelow
method.
- NewLineEvent
Raises the key event that calls
ISelection.NewLine
method.
- NextBookMarkEvent
Raises the key event that calls
IBookMarks.GotoNextBookMark
method.
- ParameterInfoEvent
Raises the key event that calls
ISyntaxEdit.ParameterInfo
method.
- PasteEvent
Raises the key event that calls
ISelection.Paste
method.
- PlayBackMacro
Raises the key event that calls
ISyntaxEdit.PlayBackMacro
method.
- PrevBookMarkEvent
Raises the key event that calls
IBookMarks.GotoPrevBookMark
method.
- ProcessEscapeEvent
Raises the key event that calls
ISelection.ProcessEscape
method.
- ProcessKey
Raises the key event that calls
PressKey
method.
- ProcessShiftTabEvent
Raises the key event that calls
ISelection.ProcessShiftTab
method.
- ProcessTabEvent
Raises the key event that calls
ISelection.ProcessTab
method.
- QuickInfoEvent
Raises the key event that calls
ISyntaxEdit.ListMembers
method.
- RedoEvent
Raises the key event that calls
ITextSource.Redo
method.
- ReplaceEvent
Raises the key event that calls
ISyntaxEdit.DisplayReplaceDialog
method.
- ScrollLineDownEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineDown
method.
- ScrollLineUpEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineUp
method.
- SelectAllEvent
Raises the key event that calls
ISelection.SelectAll
method.
- SelectCharLeftEvent
Raises the key event that calls
ISelection.SelectCharLeft
method.
- SelectCharRightEvent
Raises the key event that calls
ISelection.SelectCharRight
method.
- SelectFileBeginEvent
Raises the key event that calls
ISelection.SelectFileBegin
method.
- SelectFileEndEvent
Raises the key event that calls
ISelection.SelectFileEnd
method.
- SelectLineBeginEvent
Raises the key event that calls
ISelection.SelectLineBegin
method.
- SelectLineDownEvent
Raises the key event that calls
ISelection.SelectLineDown
method.
- SelectLineEndEvent
Raises the key event that calls
ISelection.SelectLineEnd
method.
- SelectLineUpEvent
Raises the key event that calls
ISelection.SelectLineUp
method.
- SelectPageDownEvent
Raises the key event that calls
ISelection.SelectPageDown
method.
- SelectPageUpEvent
Raises the key event that calls
ISelection.SelectPageUp
method.
- SelectScreenBottomEvent
Raises the key event that calls
ISelection.SelectScreenBottom
method.
- SelectScreenTopEvent
Raises the key event that calls
ISelection.SelectScreenTop
method.
- SelectWordEvent
Raises the key event that calls
ISelection.SelectWord
method.
- SelectWordLeftEvent
Raises the key event that calls
ISelection.SelectWordLeft
method.
- SelectWordRightEvent
Raises the key event that calls
ISelection.SelectWordRight
method.
- SwapAnchorEvent
Raises the key event that calls
ISelection.SwapAnchor
method.
- TabifyEvent
Raises the key event that calls
ISelection.Tabify
method.
- ToggleBookMarkEvent
Raises the key event that calls
IBookMarks.ToggleBookMark
method.
- ToggleBookMarkEventEx
Raises the key event that calls
IBookMarks.ToggleBookMark
method with parameter.
- ToggleCommentEvent
Raises the key event that calls
ISelection.ToggleComment
method.
- ToggleHiddenTextEvent
Raises the key event that calls
ToggleHiddenText
method.
- ToggleMacroRecording
Raises the key event that calls
ISyntaxEdit.ToggleMacroRecording
method.
- ToggleMatchCaseEvent
Raises the key event that calls
ToggleMatchCase
method.
- ToggleOutliningEvent
Raises the key event that calls
IOutlining.ToggleOutlining
method.
- ToggleOutliningSelectionEvent
Raises the key event that calls
ISelection.ToggleOutlining
method.
- ToggleOverwriteEvent
Raises the key event that calls
ISelection.ToggleOverWrite
method.
- ToggleRegularExpressionsEvent
Raises the key event that calls
ToggleRegularExpressions
method.
- ToggleSearchUpEvent
Raises the key event that calls
ToggleSearchUp
method.
- ToggleWholeWordEvent
Raises the key event that calls
ToggleWholeWord
method.
- UnTabifyEvent
Raises the key event that calls
ISelection.UnTabify
method.
- UncommentSelectionEvent
Raises the key event that calls
ISelection.UncommentSelection
method.
- UndoEvent
Raises the key event that calls
ITextSource.Undo
method.
- UpperCaseEvent
Raises the key event that calls
ISelection.UpperCase
method.
- WordTransposeEvent
Raises the key event that calls
ISelection.WordTransponse
method.
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.