The Trunk: Tools-ul.188.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-ul.188.mcz

commits-2
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'!