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);
}