[squeak-dev] The Trunk: Tools-ul.188.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 19 15:26:56 UTC 2010


Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ul.188.mcz

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

Name: Tools-ul.188
Author: ul
Time: 19 February 2010, 4:10:07.348 pm
UUID: a9ee8b53-d22a-324a-8782-06d00ee80633
Ancestors: Tools-cmm.187

- add a missing class instance variable (lastSelDir) to FileList2

=============== Diff against Tools-cmm.187 ===============

Item was changed:
  FileList subclass: #FileList2
  	instanceVariableNames: 'showDirsInFileList currentDirectorySelected fileSelectionBlock dirSelectionBlock optionalButtonSpecs modalView directoryChangeBlock ok'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Tools-FileList'!
+ FileList2 class
+ 	instanceVariableNames: 'lastSelDir'!
  
  !FileList2 commentStamp: 'BJP 11/19/2003 21:13' prior: 0!
  Some variations on FileList that
  - use a hierarchical pane to show folder structure
  - use different pane combinations, button layouts and prefiltering for specific uses
  
  FileList2 morphicView openInWorld				"an alternative to the standard FileList"
  FileList2 morphicViewNoFile openInWorld			"useful for selecting, but not viewing"
  FileList2 morphicViewProjectLoader openInWorld	"useful for finding and loading projects"
  FileList2 modalFolderSelector						"allows the user to select a folder"
  
  
  
  !
+ FileList2 class
+ 	instanceVariableNames: 'lastSelDir'!




More information about the Squeak-dev mailing list