#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 16:53:26 +0100
changeset 3255 aa71a6bedaee
parent 3254 c3a22fdc3759
child 3256 175d2d7e95c5
#DOCUMENTATION class: Tools::ProjectBuilderAssistantApplication comment/format in: #newApplicationsName #newProjectsNameListDoubleClickChannel #selectedApplicationsComment
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Thu Mar 10 13:33:33 2016 +0100
+++ b/Tools__ProjectBuilderAssistantApplication.st	Fri Mar 25 16:53:26 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -2649,16 +2647,8 @@
 
     "automatically generated by UIPainter ..."
 
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     newApplicationsName isNil ifTrue:[
         newApplicationsName := ValueHolder new.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       newApplicationsName addDependent:self.
-"/       newApplicationsName onChangeSend:#newApplicationsNameChanged to:self.
     ].
     ^ newApplicationsName.
 !
@@ -2675,10 +2665,6 @@
 newProjectsNameListDoubleClickChannel
     "automatically generated by UIPainter ..."
 
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-
     |holder|
 
     (holder := builder bindingAt:#newProjectsNameListDoubleClickChannel) isNil ifTrue:[
@@ -2763,16 +2749,8 @@
 
     "automatically generated by UIPainter ..."
 
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     selectedApplicationsComment isNil ifTrue:[
         selectedApplicationsComment := '' asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       selectedApplicationsComment addDependent:self.
-"/       selectedApplicationsComment onChangeSend:#selectedApplicationsCommentChanged to:self.
     ].
     ^ selectedApplicationsComment.
 !