[Pkg] The Trunk: ToolBuilder-Kernel-dtl.37.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 12 19:46:42 UTC 2010


David T. Lewis uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-dtl.37.mcz

==================== Summary ====================

Name: ToolBuilder-Kernel-dtl.37
Author: dtl
Time: 12 September 2010, 3:44:20.172 pm
UUID: 5143c819-3218-47df-a786-3be5a3ab0793
Ancestors: ToolBuilder-Kernel-eem.36

MVC fixes by Florin Mateoc to address debugger opening, including low space interrupt and user interrupt in MVC.

=============== Diff against ToolBuilder-Kernel-eem.36 ===============

Item was added:
+ ----- Method: ToolBuilder>>openDebugger: (in category 'opening') -----
+ openDebugger: aSpec
+ 	"Build and open a debugger from the given spec.
+ 	Answer the widget opened. Subclasses can override this
+ 	method if opening a debugger has specific requirements
+ 	different from opening other widgets."
+  
+ 	self open: aSpec
+ !

Item was added:
+ ----- Method: ToolBuilder>>openDebugger:label: (in category 'opening') -----
+ openDebugger: aSpec label: aString
+ 	"Build and open a debugger from the given spec, labeling it appropriately.
+ 	Answer the widget opened. Subclasses can override this
+ 	method if opening a debugger has specific requirements
+ 	different from opening other widgets."
+  
+ 	self open: aSpec label: aString
+ !



More information about the Packages mailing list