The Trunk: Morphic-dtl.367.mcz

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

The Trunk: Morphic-dtl.367.mcz

commits-2
David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.367.mcz

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

Name: Morphic-dtl.367
Author: dtl
Time: 28 February 2010, 10:16:42.524 am
UUID: 70083330-b964-424f-a392-6a4c43c79235
Ancestors: Morphic-dtl.366

Move MorphicProject>>currentVocabulary from package Protocols to Morphic to address MVC reloadability issue

=============== Diff against Morphic-dtl.366 ===============

Item was added:
+ ----- Method: MorphicProject>>currentVocabulary (in category 'protocols') -----
+ currentVocabulary
+ "Answer the currently-prevailing default vocabulary."
+
+ ^ ActiveWorld currentVocabulary
+ !