Skip to content

Instantly share code, notes, and snippets.

@Uko
Created July 17, 2014 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Uko/cddaa4ec05e0a86b1855 to your computer and use it in GitHub Desktop.
Save Uko/cddaa4ec05e0a86b1855 to your computer and use it in GitHub Desktop.
TreeModel new
roots: (RPackageOrganizer default packageNamed: 'Vidi') classes;
beCheckList;
autoMultiSelection: true;
multiSelection: true;
autoDeselection: false;
childrenBlock: [ :class | class isClass
ifTrue: [ class methods ]
ifFalse: [ #() ] ];
"hasChildrenBlock: [ :entity | entity isClass ];"
openWithSpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment