code:

StandardFileStream organization classify: #directoryUrl under:
'*Network-RemoteDirectory'.
Object organization classify: #customizeExplorerContents under:
'*Tools-Explorer'.
Object organization classify: #asDraggableMorph under: '*Morphic'.
Object organization classify: #printDirectlyToDisplay under:
'*Graphics-Display Objects'.
Object organization classify: #doExpiredInspectCount under: '*Tools-Inspector'.
Object organization classify: #inspectOnCount: under: '*Tools-Inspector'.
Object organization classify: #inspectOnce under: '*Tools-Inspector'.
Object organization classify: #inspectUntilCount: under: '*Tools-Inspector'..
Object organization classify: #fullDrawPostscriptOn: under: '*Morphic'.
Object organization classify: #currentEvent under: '*Morphic'.
Object organization classify: #currentHand under: '*Morphic'.
Object organization classify: #currentWorld under: '*Morphic'.
Object organization classify: #saveOnFile under: '*Morphic'.
Object organization classify: #showDiffs under: '*Tools-Base'.
Object organization classify: #commandHistory under: '*Morphic'.
Object organization classify: #purgeAllCommands under: '*Morphic'.
Object organization classify: #rememberCommand: under: '*Morphic'.
Object organization classify: #updateListsAndCodeIn: under: '*Tools-Base'.
Object organization classify: #asExplorerString under: '*Tools-Explorer'.
Object organization classify: #defaultBackgroundColor under: '*Tools-Base'.
Object organization classify: #defaultLabelForInspector under:
'*Tools-Inspector'.
Object organization classify: #explore under: '*Tools-Explorer'.
Object organization classify: #hasContentsInExplorer under: '*Tools-Explorer'.
Object organization classify: #inspectWithLabel: under: '*Tools-Inspector'.
Object class organization classify: #services under: '*Tools'.

description:

StandardFileStream organization classify: #directoryUrl under:
'*Network-RemoteDirectory'.
- a method dependent on network package. Called only from RemoteDirectory class

Object organization classify: #customizeExplorerContents under:
'*Tools-Explorer'.
- support for the explorer

Object organization classify: #asDraggableMorph under: '*Morphic'.
- morphic specific method called only from morphic

Object organization classify: #printDirectlyToDisplay under:
'*Graphics-Display Objects'.
- show text representation of an object on the display, not used.

Object organization classify: #doExpiredInspectCount under: '*Tools-Inspector'.
Object organization classify: #inspectOnCount: under: '*Tools-Inspector'.
Object organization classify: #inspectOnce under: '*Tools-Inspector'.
Object organization classify: #inspectUntilCount: under: '*Tools-Inspector'.
- inspector support

Object organization classify: #fullDrawPostscriptOn: under: '*Morphic'.
- PostScript support, not used

Object organization classify: #currentEvent under: '*Morphic'.
Object organization classify: #currentHand under: '*Morphic'.
Object organization classify: #currentWorld under: '*Morphic'.
- morphic support

Object organization classify: #saveOnFile under: '*Morphic'.
- morphic support

Object organization classify: #showDiffs under: '*Tools-Base'.
- CodeHolder support

Object organization classify: #commandHistory under: '*Morphic'.
Object organization classify: #purgeAllCommands under: '*Morphic'.
Object organization classify: #rememberCommand: under: '*Morphic'.
- CommandHistory support

Object organization classify: #updateListsAndCodeIn: under: '*Tools-Base'.
- CodeHolder support

Object organization classify: #asExplorerString under: '*Tools-Explorer'.
- explorer support

Object organization classify: #defaultBackgroundColor under: '*Tools-Base'.
- tools support

Object organization classify: #defaultLabelForInspector under:
'*Tools-Inspector'.
- inspector support

Object organization classify: #explore under: '*Tools-Explorer'.
Object organization classify: #hasContentsInExplorer under: '*Tools-Explorer'.
- explorer support

Object organization classify: #inspectWithLabel: under: '*Tools-Inspector'.
- inspector support

Object class organization classify: #services under: '*Tools-FileList''.
- file list associations

StandardFileStream class >> #privateCheckForBrowserPrimitives should
be in the same package as the rest of browser plugin supporting
methods (see previous comment)

We should open an issue for Object >> #notifyWithLabel: senders. It
should be more UI independent

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to