Package org.gjt.sp.jedit.help

Examples of org.gjt.sp.jedit.help.HelpViewer


        newView.getTextArea().requestFocus();

        // Don't show the welcome message if jEdit was started
        // with the -nosettings switch
        if(settingsDirectory != null && getBooleanProperty("firstTime"))
          new HelpViewer();
        else if(jEdit.getBooleanProperty("tip.show"))
          new TipOfTheDay(newView);

        setBooleanProperty("firstTime",false);
      }
View Full Code Here

TOP

Related Classes of org.gjt.sp.jedit.help.HelpViewer

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.