Method ChangeBlock
ChangeBlock(StringEvent)
When implemented by a class, changes selected text by applying specified event to every line in the selected text.
void ChangeBlock(StringEvent action)
Parameters
actionStringEventSpecifies action to execute.
ChangeBlock(TextUndoEvent, bool, bool)
When implemented by a class, changes selected text by applying specified event to every line in the selected text.
void ChangeBlock(TextUndoEvent action, bool changeIfEmpty, bool extendFirstLine)
Parameters
actionTextUndoEventSpecifies action to execute.
changeIfEmptyboolIndicates that action should be performed for current line if selection is empty.
extendFirstLineboolSpecifies that action should applied to whole lines in the selected region rather than to the selected portion of the line.
ChangeBlock(TextUndoEvent)
When implemented by a class, changes selected text by applying specified event to every line in the selected text.
void ChangeBlock(TextUndoEvent action)
Parameters
actionTextUndoEventSpecifies action to execute.
ChangeBlock(StringEvent, bool, bool)
When implemented by a class, changes selected text by applying specified event to every line in the selected text.
void ChangeBlock(StringEvent action, bool changeIfEmpty, bool extendFirstLine)
Parameters
actionStringEventSpecifies action to execute.
changeIfEmptyboolIndicates that action should be performed for current line if selection is empty.
extendFirstLineboolSpecifies that action should applied to whole lines in the selected region rather than to the selected portion of the line.