[squeak-dev] The Trunk: ToolBuilder-Kernel-mt.72.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 30 07:49:30 UTC 2015


Marcel Taeumel uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-mt.72.mcz

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

Name: ToolBuilder-Kernel-mt.72
Author: mt
Time: 30 March 2015, 9:49:25.642 am
UUID: 010594ce-f5e2-684e-9675-7915430cce4d
Ancestors: ToolBuilder-Kernel-dtl.71

Revert #helpText because #help was already there.

=============== Diff against ToolBuilder-Kernel-dtl.71 ===============

Item was changed:
  PluggableTextSpec subclass: #PluggableInputFieldSpec
+ 	instanceVariableNames: ''
- 	instanceVariableNames: 'helpText'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'ToolBuilder-Kernel'!
  
  !PluggableInputFieldSpec commentStamp: 'ar 2/12/2005 23:13' prior: 0!
  PluggableInputField is intended as a HINT for the builder that this widget will be used as a single line input field. Unless explicitly supported it will be automatically substituted by PluggableText.!

Item was removed:
- ----- Method: PluggableInputFieldSpec>>helpText (in category 'accessing') -----
- helpText
- 
- 	^ helpText!

Item was removed:
- ----- Method: PluggableInputFieldSpec>>helpText: (in category 'accessing') -----
- helpText: aSelectorOrString
- 
- 	helpText := aSelectorOrString.!



More information about the Squeak-dev mailing list