Package org.rstudio.studio.client.workbench.views.source.editors.text.findreplace

Examples of org.rstudio.studio.client.workbench.views.source.editors.text.findreplace.FindReplace


   private void ensureFindReplaceBar(boolean defaultForward)
   {
      if (findReplaceBar_ == null)
      {
         findReplaceBar_ = new FindReplaceBar(showReplace_, defaultForward);
         findReplace_ = new FindReplace(
                               container_.getEditor(),
                               findReplaceBar_,
                               RStudioGinjector.INSTANCE.getGlobalDisplay(),
                               showReplace_);
         container_.insertFindReplace(findReplaceBar_);
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.source.editors.text.findreplace.FindReplace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.