# HG changeset patch # User Claus Gittinger # Date 1458921206 -3600 # Node ID aa71a6bedaeebc67e9ef8f829140d6603ad4a435 # Parent c3a22fdc375993b3e55360cfc04d5e093310eba7 #DOCUMENTATION class: Tools::ProjectBuilderAssistantApplication comment/format in: #newApplicationsName #newProjectsNameListDoubleClickChannel #selectedApplicationsComment diff -r c3a22fdc3759 -r aa71a6bedaee 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. !