The Trunk: ToolBuilder-MVC-mt.56.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ToolBuilder-MVC-mt.56.mcz

commits-2
Marcel Taeumel uploaded a new version of ToolBuilder-MVC to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-MVC-mt.56.mcz

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

Name: ToolBuilder-MVC-mt.56
Author: mt
Time: 17 September 2019, 12:13:41.804406 pm
UUID: 3427a0d4-bd2f-724f-945a-e5924416e1a6
Ancestors: ToolBuilder-MVC-pre.55

Refactoring of process debugging. Complements System-mt.1093

=============== Diff against ToolBuilder-MVC-pre.55 ===============

Item was removed:
- ----- Method: MVCUIManager>>openDebugger:on:context:label:contents:fullView: (in category 'ui project indirecting') -----
- openDebugger: aDebugger on: process context: context label: title contents: contentsStringOrNil fullView: bool
- "open a debugger - the two versions for mvc & morphic are very close and can surely be merged so that this can be removed"
- ^aDebugger mvcOpenOn: process context: context label: title contents: contentsStringOrNil fullView: bool!

Item was removed:
- ----- Method: MVCUIManager>>openSyntaxError: (in category 'ui project indirecting') -----
- openSyntaxError: aSyntaxError
- "Syntax error opening probably ought to be handled with a ToolBuilder dance instead of this"
- ^SyntaxError mvcOpen: aSyntaxError!

Item was removed:
- ----- Method: MVCUIManager>>resumeDebugger:process: (in category 'ui project indirecting') -----
- resumeDebugger: aDebugger process: aTopView
- "resume a debugger - the two versions for mvc & morphic are very close and can surely be merged so that this can be removed"
- ^aDebugger mvcResumeProcess: aTopView!