Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Default setting fixed for automatically opening the Coverage view.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Apr 28, 2012
1 parent ee71e75 commit 4779718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

<h1>EclEmma Change Log</h1>

<h2>Version 2.1.2 (not yet released)</h2>
<ul>
<li>Default setting fixed for automatically opening the <i>Coverage</i> view.</li>
</ul>

<h2>Version 2.1.1 (2012/04/09)</h2>
<ul>
<li>Trac #195: Don't exclude output folders based on their name. This caused
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String getAgentExclClassloader() {
public void initializeDefaultPreferences() {
IPreferenceStore pref = getPreferenceStore();
pref.setDefault(PREF_SHOW_COVERAGE_VIEW, true);
pref.setDefault(PREF_SHOW_COVERAGE_VIEW, false);
pref.setDefault(PREF_RESET_ON_DUMP, false);
pref.setDefault(PREF_ACTICATE_NEW_SESSIONS,
ICorePreferences.DEFAULT.getActivateNewSessions());
pref.setDefault(PREF_AUTO_REMOVE_SESSIONS,
Expand Down

0 comments on commit 4779718

Please sign in to comment.