Merge jv
authorHG Automerge
Thu, 22 Dec 2016 23:11:31 +0000
branchjv
changeset 3815 021778442c82
parent 3808 339e33122c87 (current diff)
parent 3809 bdb70c7f2b19 (diff)
child 3816 c4b69c6c5356
Merge
--- a/ResourceSpecEditor.st	Mon Dec 12 11:30:44 2016 +0000
+++ b/ResourceSpecEditor.st	Thu Dec 22 23:11:31 2016 +0000
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997-1998 by eXept Software AG
               All Rights Reserved
@@ -161,6 +159,12 @@
 
 !ResourceSpecEditor methodsFor:'accessing'!
 
+alternativeSpecSelectors
+    "returns an alternative method selector of the resource spec"
+
+    ^ nil
+!
+
 clearModified       
     self modified:false
 !
@@ -219,7 +223,8 @@
 !
 
 specSelector:aSelector
-    "sets the method selector of the resource spec"
+    "sets the method selector of the resource spec.
+     That is the spec method being edited (i.e. #helpSpec, #windowSpec, #menuSpec, etc.)"
 
     specSelector := aSelector
 ! !