Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-04-08 23:33:54 +0400
committerLluis Sanchez <lluis@novell.com>2010-04-08 23:33:54 +0400
commit25f9f5cd9c6729f766c3d7c644074345549f9f9f (patch)
treecde651dd1a608dd7b04185989c59275b11f0adbf /main/src/addins/MonoDevelop.Debugger/ChangeLog
parentf9af4a70c67d2297d2b550977e50566800de9a04 (diff)
* MonoDevelop.Debugger.addin.xml:
* MonoDevelop.Debugger/WatchPad.cs: * MonoDevelop.Debugger/DebugCommands.cs: * MonoDevelop.Debugger/DebuggingService.cs: * MonoDevelop.Debugger/ObjectValueTreeView.cs: Added a context menu to ObjectValueTreeView, which includes a command which allows adding a value to the watch pad. svn path=/trunk/monodevelop/; revision=155086
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index b640a13989..a470784db8 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,5 +1,15 @@
2010-04-08 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Debugger.addin.xml:
+ * MonoDevelop.Debugger/WatchPad.cs:
+ * MonoDevelop.Debugger/DebugCommands.cs:
+ * MonoDevelop.Debugger/DebuggingService.cs:
+ * MonoDevelop.Debugger/ObjectValueTreeView.cs: Added a context
+ menu to ObjectValueTreeView, which includes a command which
+ allows adding a value to the watch pad.
+
+2010-04-08 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Debugger/ObjectValueTreeView.cs: Don't set
change the pin icon while editing.