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

Examples of org.rstudio.studio.client.workbench.views.source.editors.text.DocDisplay.AnchoredSelection.apply()


     
      // execute the command
      command.execute();
     
      // restore the selection and scroll position
      anchoredSelection.apply();
      docDisplay_.scrollToY(scrollPosition);
   }

   private void executeSweaveChunk(Scope chunk, boolean scrollNearTop)
   {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.