Tools__TagList.st
changeset 11771 c33eb1a7f489
parent 11766 7c225017d764
child 11801 18a705623785
equal deleted inserted replaced
11770:592d60ff706f 11771:c33eb1a7f489
  2506                 (l startsWith:keywordSpace) ifTrue:[
  2506                 (l startsWith:keywordSpace) ifTrue:[
  2507                     (showOnly isNil or:[showOnly == showOnlyEnum]) ifTrue:[
  2507                     (showOnly isNil or:[showOnly == showOnlyEnum]) ifTrue:[
  2508                         hideVariableValue ~~ true ifTrue:[
  2508                         hideVariableValue ~~ true ifTrue:[
  2509                             nm := l copyFrom:(keywordSpace size + 1).
  2509                             nm := l copyFrom:(keywordSpace size + 1).
  2510                             nm := nm copyTo:(nm 
  2510                             nm := nm copyTo:(nm 
  2511                                                 findFirst:[:ch | (ch isLetterOrDigit or:['$_' includes:ch]) not] 
  2511                                                 findFirst:[:ch | (ch isLetterOrDigit or:['$_.' includes:ch]) not] 
  2512                                                 ifNone:nm size+1)-1.
  2512                                                 ifNone:nm size+1)-1.
  2513                             targets add:(tagType 
  2513                             targets add:(tagType 
  2514                                             label:nm 
  2514                                             label:nm 
  2515                                             pattern:nil
  2515                                             pattern:nil
  2516                                             type:nil
  2516                                             type:nil
  3502 ! !
  3502 ! !
  3503 
  3503 
  3504 !TagList class methodsFor:'documentation'!
  3504 !TagList class methodsFor:'documentation'!
  3505 
  3505 
  3506 version
  3506 version
  3507     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.15 2012-08-22 19:50:36 cg Exp $'
  3507     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.16 2012-08-23 21:21:31 cg Exp $'
  3508 !
  3508 !
  3509 
  3509 
  3510 version_CVS
  3510 version_CVS
  3511     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.15 2012-08-22 19:50:36 cg Exp $'
  3511     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.16 2012-08-23 21:21:31 cg Exp $'
  3512 !
  3512 !
  3513 
  3513 
  3514 version_SVN
  3514 version_SVN
  3515     ^ '§Id§'
  3515     ^ '§Id§'
  3516 ! !
  3516 ! !