Tools__NavigatorModel.st
branchjv
changeset 15606 4756ec1dfc4d
parent 15566 184cea584be5
parent 15603 5bf4ed5e910d
child 16074 c2698f7a8a6d
equal deleted inserted replaced
15602:d7157e1034be 15606:4756ec1dfc4d
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2000 by eXept Software AG
     4  COPYRIGHT (c) 2000 by eXept Software AG
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    75     ^ cat = self nameListEntryForChanged
    77     ^ cat = self nameListEntryForChanged
    76     or:[ cat = self nameListEntryForUndocumented
    78     or:[ cat = self nameListEntryForUndocumented
    77     or:[ cat = self nameListEntryForUnloaded
    79     or:[ cat = self nameListEntryForUnloaded
    78     or:[ cat = self nameListEntryForExtendedClasses
    80     or:[ cat = self nameListEntryForExtendedClasses
    79     or:[ cat = self nameListEntryForALL ]]]]
    81     or:[ cat = self nameListEntryForALL ]]]]
       
    82 !
       
    83 
       
    84 isPseudoProject:prj
       
    85     ^ prj = self nameListEntryForChanged
       
    86     or:[ prj = self nameListEntryForALL ]
    80 !
    87 !
    81 
    88 
    82 isPseudoProtocol:protocol
    89 isPseudoProtocol:protocol
    83     ^ protocol = self nameListEntryForObsolete
    90     ^ protocol = self nameListEntryForObsolete
    84     or:[ protocol = self nameListEntryForSuperSend
    91     or:[ protocol = self nameListEntryForSuperSend
   499 ! !
   506 ! !
   500 
   507 
   501 !NavigatorModel class methodsFor:'documentation'!
   508 !NavigatorModel class methodsFor:'documentation'!
   502 
   509 
   503 version
   510 version
   504     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorModel.st,v 1.32 2015-02-26 02:51:21 cg Exp $'
   511     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorModel.st,v 1.33 2015-05-01 09:00:55 cg Exp $'
   505 !
   512 !
   506 
   513 
   507 version_CVS
   514 version_CVS
   508     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorModel.st,v 1.32 2015-02-26 02:51:21 cg Exp $'
   515     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorModel.st,v 1.33 2015-05-01 09:00:55 cg Exp $'
   509 !
   516 !
   510 
   517 
   511 version_HG
   518 version_HG
   512 
   519 
   513     ^ '$Changeset: <not expanded> $'
   520     ^ '$Changeset: <not expanded> $'
   514 !
   521 !
   515 
   522 
   516 version_SVN
   523 version_SVN
   517     ^ '$Id: Tools__NavigatorModel.st,v 1.32 2015-02-26 02:51:21 cg Exp $'
   524     ^ '$Id: Tools__NavigatorModel.st,v 1.33 2015-05-01 09:00:55 cg Exp $'
   518 ! !
   525 ! !
   519 
   526 
   520 
   527 
   521 NavigatorModel initialize!
   528 NavigatorModel initialize!