메소드 | 설명 | |
---|---|---|
RegexSearchReplace ( VBE vbe, IRubberduckParser parser, ICodePaneWrapperFactory codePaneFactory ) : System | ||
Replace ( string searchPattern, string replaceValue, RegexSearchReplaceScope scope ) : void | ||
ReplaceAll ( string searchPattern, string replaceValue, RegexSearchReplaceScope scope ) : void | ||
Search ( string searchPattern, RegexSearchReplaceScope scope = RegexSearchReplaceScope.CurrentFile ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
GetResultsFromModule ( CodeModule module, string searchPattern ) : IEnumerable |
||
SearchCurrentBlock ( string searchPattern ) : List |
||
SearchCurrentFile ( string searchPattern ) : List |
||
SearchCurrentProject ( string searchPattern ) : List |
||
SearchOpenFiles ( string searchPattern ) : List |
||
SearchOpenProjects ( string searchPattern ) : List |
||
SearchSelection ( string searchPattern ) : List |
||
SetSelection ( |
public RegexSearchReplace ( VBE vbe, IRubberduckParser parser, ICodePaneWrapperFactory codePaneFactory ) : System | ||
vbe | VBE | |
parser | IRubberduckParser | |
codePaneFactory | ICodePaneWrapperFactory | |
리턴 | System |
public Replace ( string searchPattern, string replaceValue, RegexSearchReplaceScope scope ) : void | ||
searchPattern | string | |
replaceValue | string | |
scope | RegexSearchReplaceScope | |
리턴 | void |
public ReplaceAll ( string searchPattern, string replaceValue, RegexSearchReplaceScope scope ) : void | ||
searchPattern | string | |
replaceValue | string | |
scope | RegexSearchReplaceScope | |
리턴 | void |
public Search ( string searchPattern, RegexSearchReplaceScope scope = RegexSearchReplaceScope.CurrentFile ) : IEnumerable |
||
searchPattern | string | |
scope | RegexSearchReplaceScope | |
리턴 | IEnumerable |