Tools__LintAnnotation.st
changeset 16298 d2b0b69d8bc7
parent 15524 c317a60d78b5
child 16299 3f157c50fd66
child 16554 b44b9f15aa21
equal deleted inserted replaced
16297:52295067aa1a 16298:d2b0b69d8bc7
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    87         ] ifFalse:[
    85         ] ifFalse:[
    88             info := aView resources string:rule infoInToolTip
    86             info := aView resources string:rule infoInToolTip
    89         ].
    87         ].
    90 
    88 
    91         ^ aView resources 
    89         ^ aView resources 
    92                 stringWithCRs:'Lint says:\%1' "/ 'Lint says: %1\Click for more info.' 
    90                 stringWithCRs:'Lint says (click on icon for details):\%1' "/ 'Lint says: %1\Click for more info.' 
    93                 with:info.
    91                 with:info.
    94     ].
    92     ].
    95     ^ nil
    93     ^ nil
    96 ! !
    94 ! !
    97 
    95 
   110 ! !
   108 ! !
   111 
   109 
   112 !LintAnnotation class methodsFor:'documentation'!
   110 !LintAnnotation class methodsFor:'documentation'!
   113 
   111 
   114 version
   112 version
   115     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintAnnotation.st,v 1.6 2015-03-19 11:04:03 cg Exp $'
   113     ^ '$Header$'
   116 !
   114 !
   117 
   115 
   118 version_CVS
   116 version_CVS
   119     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintAnnotation.st,v 1.6 2015-03-19 11:04:03 cg Exp $'
   117     ^ '$Header$'
   120 ! !
   118 ! !
   121 
   119