commit | a1bf21000997e46487899845a934095f63047ed5 | [log] [tgz] |
---|---|---|
author | deboer <deboer> | Thu Feb 10 14:25:25 2005 +0000 |
committer | deboer <deboer> | Thu Feb 10 14:25:25 2005 +0000 |
tree | ca2e6a9a5325ec78eee0ae961e8d9af6548e98aa | |
parent | 332979f657fcce4c82a5e329aaf4e9d7abd681a0 [diff] |
[84845] Show view on activity
diff --git a/plugins/org.eclipse.wst.internet.monitor.ui/monitorui/org/eclipse/wst/internet/monitor/ui/internal/MonitorUIPlugin.java b/plugins/org.eclipse.wst.internet.monitor.ui/monitorui/org/eclipse/wst/internet/monitor/ui/internal/MonitorUIPlugin.java index 0732822..c42f2a9 100644 --- a/plugins/org.eclipse.wst.internet.monitor.ui/monitorui/org/eclipse/wst/internet/monitor/ui/internal/MonitorUIPlugin.java +++ b/plugins/org.eclipse.wst.internet.monitor.ui/monitorui/org/eclipse/wst/internet/monitor/ui/internal/MonitorUIPlugin.java
@@ -1,5 +1,5 @@ /********************************************************************** - * Copyright (c) 2003, 2004 IBM Corporation and others. + * Copyright (c) 2003, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at @@ -89,6 +89,8 @@ if (MonitorView.view != null) MonitorView.view.doRequestAdded(request); + else if (MonitorUIPlugin.getShowOnActivityPreference()) + MonitorView.open(request); } public void requestChanged(IMonitor monitor, Request request) {