Table of Contents

Class EventHandlers

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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(TextEditor)

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 TextEditor.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 TextEditor.CompleteCodeActions method.

CompleteWordEvent

Raises the key event that calls TextEditor.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.

ExpandAllOutliningEvent

Raises the key event that calls IOutlining.FullExpand method.

FindEvent

Raises the key event that calls TextEditor.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 TextEditor.DisplayGotoLineDialog method.

InitIncrementalSearchEvent

Raises the key event that calls TextEditor.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 TextEditor.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 TextEditor.MoveCharLeft method.

MoveCharRightEvent

Raises the key event that calls TextEditor.MoveCharRight method.

MoveFileBeginEvent

Raises the key event that calls TextEditor.MoveFileBegin method.

MoveFileEndEvent

Raises the key event that calls TextEditor.MoveFileEnd method.

MoveLineBeginEvent

Raises the key event that calls TextEditor.MoveLineBeginCycled method.

MoveLineDownEvent

Raises the key event that calls TextEditor.MoveLineDown method.

MoveLineEndEvent

Raises the key event that calls TextEditor.MoveLineEnd method.

MoveLineUpEvent

Raises the key event that calls TextEditor.MoveLineUp method.

MovePageDownEvent

Raises the key event that calls TextEditor.MovePageDown method.

MovePageUpEvent

Raises the key event that calls TextEditor.MovePageUp method.

MoveScreenBottomEvent

Raises the key event that calls TextEditor.MoveScreenBottom method.

MoveScreenTopEvent

Raises the key event that calls TextEditor.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 TextEditor.MoveWordLeft method.

MoveWordRightEvent

Raises the key event that calls TextEditor.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 TextEditor.ParameterInfo method.

PasteEvent

Raises the key event that calls ISelection.Paste method.

PlayBackMacro

Raises the key event that repeats the stored command sequence.

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 TextEditor.ListMembers method.

RedoEvent

Raises the key event that calls ITextSource.Redo method.

ReplaceEvent

Raises the key event that calls TextEditor.DisplayReplaceDialog method.

ScrollLineDownEvent

Raises the key event that calls TextEditor.ScrollLineDown method.

ScrollLineUpEvent

Raises the key event that calls TextEditor.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.

ToggleHiddenTextEvent

Raises the key event that calls ToggleHiddenText method.

ToggleMacroRecording

Raises the key event that toggles recording the command sequence.

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()
DeleteLeft()
Find()
FindNext()
FindNextSelected()
FindPrevious()
FindPreviousSelected()
GotoBookMark(object)
GotoLine()
GotoNextBookMark()
GotoPrevBookMark()
MoveSelectionDown()
MoveSelectionUp()
PressKey(object)
ProcessEscape()
Redo()
Replace()
SelectAll()
SelectCharLeft(object)
SelectCharRight(object)
SelectFileBegin(object)
SelectFileEnd(object)
SelectLineBegin(object)
SelectLineDown(object)
SelectLineEnd(object)
SelectLineUp(object)
SelectPageDown(object)
SelectPageUp(object)
SelectScreenBottom(object)
SelectScreenTop(object)
SelectWordLeft(object)
SelectWordRight(object)
StartReverseIncrementalSearch()
ToggleBookMark()
ToggleBookMark(object)
ToggleHiddenText()
ToggleMatchCase()
ToggleRegularExpressions()
ToggleSearchUp()
ToggleWholeWord()
Undo()