[Monodevelop-patches-list] r1993 - in trunk/MonoDevelop/Core/src/Main/Base: . Gui/Workbench/Layouts
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Fri Oct 22 02:39:41 EDT 2004
Author: toshok
Date: 2004-10-22 02:39:41 -0400 (Fri, 22 Oct 2004)
New Revision: 1993
Modified:
trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
trunk/MonoDevelop/Core/src/Main/Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
Log:
2004-10-22 Chris Toshok <toshok at ximian.com>
* Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: add
MonoDevelop.SourceEditor.Gui.DebuggerStackTracePad to the
debugPads.
Modified: trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/Main/Base/ChangeLog 2004-10-22 06:38:55 UTC (rev 1992)
+++ trunk/MonoDevelop/Core/src/Main/Base/ChangeLog 2004-10-22 06:39:41 UTC (rev 1993)
@@ -1,3 +1,9 @@
+2004-10-22 Chris Toshok <toshok at ximian.com>
+
+ * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: add
+ MonoDevelop.SourceEditor.Gui.DebuggerStackTracePad to the
+ debugPads.
+
2004-10-21 Chris Toshok <toshok at ximian.com>
* Gui/Workbench/DefaultWorkbench.cs: don't try to open
Modified: trunk/MonoDevelop/Core/src/Main/Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
===================================================================
--- trunk/MonoDevelop/Core/src/Main/Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs 2004-10-22 06:38:55 UTC (rev 1992)
+++ trunk/MonoDevelop/Core/src/Main/Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs 2004-10-22 06:39:41 UTC (rev 1993)
@@ -283,7 +283,8 @@
};
string[] debugPads = new string[] {
- "MonoDevelop.SourceEditor.Gui.DebuggerLocalsPad"
+ "MonoDevelop.SourceEditor.Gui.DebuggerLocalsPad",
+ "MonoDevelop.SourceEditor.Gui.DebuggerStackTracePad"
};
string[] editPads = new string[] {
More information about the Monodevelop-patches-list
mailing list