[ 2027306 ] Run sometimes doesn't show messages
Instead of only switching to the Interactions Pane when
a program is actually run, it also switches to the Pane
when the program cannot be run because the class files
are out of sync. The error message is only displayed in
the Interactions Pane, and could not be seen before.
The listener method runStarted was renamed to prepareForRun,
as it is now called even when the program is not able
to be run.
M src/edu/rice/cs/drjava/model/DummyGlobalModelListener.java
M src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/GlobalEventNotifier.java
M src/edu/rice/cs/drjava/model/GlobalModelListener.java
M src/edu/rice/cs/drjava/ui/MainFrame.java