[ENH] MorphicWrappers Update

Francisco Garau fgarau at softhome.net
Wed Aug 1 05:47:17 UTC 2001


Hi,

I made several extensions to the MorphicWrappers package:
    - Improved drag-and-drop support (from Browser, Debugger,
    ChangeSorter, etc)
    - ObjectExplorer integration (you can now type in the air to
    an ObjectExplorer item)
    - Methods can be shown inside SystemWindows (this is
    selectable with a Preference).

I will upload two files to the MW site (http://mathmorphs.swiki.net):
    - MW31a-4173.zip (the core MW package)
    - MW31a-4173-Extensions.zip (my extensions)

I hope you like them and they get merged in the main MW distribution.

What I want to do next is change the ClassMorphicWrapper to something similar
to what is shown in the attached image. I would like to shown the class inside
a hierarchical list with the following items
- SomeClass
  - class definition
  - instance methods
  - class methods

Each of this items could be expanded as required, and you (for instance) could
get:
 - SomeClass
  - class definition
   - superclass
   - instance variables
    - inst var 1
    - inst var n
   - class variables
   - pool dictionaries
   - clas category
   - comment
   - subclasses
  - instance methods
   - accessing
    - method 1
     - versions
      - last version
      - first version
     - changeSets
    - method n
   - printing
    - printOn:
  - class methods
   - category 1
    - method 1

I think that this could replace all the standards tools (except a few, like
Debuggers)

Regards,
Francisco Garau

-------------- next part --------------
A non-text attachment was scrubbed...
Name: MW31a-4173-Extensions.zip
Type: application/x-zip-compressed
Size: 14690 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010801/8e167e66/MW31a-4173-Extensions.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ClassMorphicWrapper.gif
Type: application/octet-stream
Size: 3692 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010801/8e167e66/ClassMorphicWrapper.obj


More information about the Squeak-dev mailing list