The Trunk: System-mt.796.mcz

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

The Trunk: System-mt.796.mcz

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

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

Name: System-mt.796
Author: mt
Time: 15 February 2016, 7:52:00.940009 pm
UUID: bb7913d4-7f33-4a6a-b8f5-4a16601507cd
Ancestors: System-mt.795

Removes two obsolete app registries. All decisions concerning Morphic or MVC are governed by the current tool builder.

=============== Diff against System-mt.795 ===============

Item was removed:
- AppRegistry subclass: #MorphicTextEditor
- instanceVariableNames: ''
- classVariableNames: ''
- poolDictionaries: ''
- category: 'System-Applications'!

Item was removed:
- AppRegistry subclass: #MvcTextEditor
- instanceVariableNames: ''
- classVariableNames: ''
- poolDictionaries: ''
- category: 'System-Applications'!
-
- !MvcTextEditor commentStamp: 'tween 8/27/2004 12:24' prior: 0!
- A subclass of AppRegistry which allows the user, or Browser add-ons, to control which class is used when creating the code editing view in mvc Browsers!