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

Examples of org.rstudio.studio.client.workbench.views.source.editors.text.AceEditor$Filter


      ignoresCaption_ = new CaptionWithHelp("Ignore:",
                                             "Specifying ignored files");
      ignoresCaption_.setIncludeVersionInfo(false);
      ignoresCaption_.addStyleName(RES.styles().ignoresCaption());
     
      editor_ = new AceEditor();
      editor_.setUseWrapMode(false);
      editor_.setShowLineNumbers(false);
     
      saveButton_ = new ThemedButton("Save", (ClickHandler)null);
      addButton(saveButton_);
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.source.editors.text.AceEditor$Filter

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.