PPParser.st
changeset 513 7b8093caf796
parent 475 d47fac0db40b
child 650 4c6ed0a28d18
equal deleted inserted replaced
512:694a247a12ba 513:7b8093caf796
   189             view := ScrollableView for:HierarchicalListView.
   189             view := ScrollableView for:HierarchicalListView.
   190             view useDefaultIcons: false.
   190             view useDefaultIcons: false.
   191             view list: list.
   191             view list: list.
   192             view
   192             view
   193         ];
   193         ];
   194         "/ application: [ ... ];
       
   195         "/ text: [ ... ];
       
   196         yourself
   194         yourself
   197 
   195 
   198     "Modified: / 22-05-2015 / 17:05:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   196     "Modified: / 22-05-2015 / 17:05:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   197     "Modified (comment): / 31-07-2015 / 09:34:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   199 ! !
   198 ! !
   200 
   199 
   201 !PPParser methodsFor:'operations'!
   200 !PPParser methodsFor:'operations'!
   202 
   201 
   203 , aParser 
   202 , aParser