コード例 #1
0
ファイル: MonoTextEditor.cs プロジェクト: noah1510/dotdevelop
 public void AnimateSearchResult(SearchResult result)
 {
     textArea.AnimateSearchResult(result);
 }