Specifies target of multi-replace operation: selection, selected lines, text.
TMultiReplaceTarget = ( mrtTextOrSel, mrtOnlyText, mrtOnlySel, mrtSelLines );
ecMultRepl
|
Members |
Description |
|
mrtTextOrSel |
If there is selection multi-replace executed for selection otherwise for whole text. |
|
mrtOnlyText |
Multi-replace for whole text only. |
|
mrtOnlySel |
Multi-replace for only selection. |
|
mrtSelLines |
Multi-replace for whole selected line(s). If there is no selection line with caret is selected. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|