Esempio n. 1
0
 private void ShowFindReplaceDialog(bool showReplace, bool showAll)
 {
     FindReplace findReplace = new FindReplace(_script, _agsEditor,
         _lastSearchText, _lastCaseSensitive);
     findReplace.LastSearchTextChanged += new FindReplace.LastSearchTextChangedHandler(findReplace_LastSearchTextChanged);
     findReplace.ShowFindReplaceDialog(showReplace, showAll);
 }
Esempio n. 2
0
 private void ShowFindReplaceDialog(bool showReplace, bool showAll)
 {
     FindReplace findReplace = new FindReplace(_dialog, _agsEditor,
         _lastSearchText, _lastCaseSensitive);
     findReplace.ShowFindReplaceDialog(showReplace, showAll);
 }