stx_goodies_petitparser.st
changeset 383 e9919f8e47de
parent 382 1825151d6455
child 385 44a36ed4e484
equal deleted inserted replaced
382:1825151d6455 383:e9919f8e47de
   111 
   111 
   112     ^ #(
   112     ^ #(
   113         #'stx:goodies/petitparser/analyzer'
   113         #'stx:goodies/petitparser/analyzer'
   114         #'stx:goodies/petitparser/tests'
   114         #'stx:goodies/petitparser/tests'
   115     )
   115     )
   116 ! !
       
   117 
       
   118 !stx_goodies_petitparser class methodsFor:'description - actions'!
       
   119 
       
   120 postLoadAction
       
   121 
       
   122     "/self classes do: [:cls|cls isLoaded ifFalse:[cls autoload]]
       
   123 
       
   124     "Created: / 17-12-2010 / 19:55:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   125 ! !
   116 ! !
   126 
   117 
   127 !stx_goodies_petitparser class methodsFor:'description - compilation'!
   118 !stx_goodies_petitparser class methodsFor:'description - compilation'!
   128 
   119 
   129 additionalRules_make_dot_proto
   120 additionalRules_make_dot_proto
   235     )
   226     )
   236 ! !
   227 ! !
   237 
   228 
   238 !stx_goodies_petitparser class methodsFor:'description - project information'!
   229 !stx_goodies_petitparser class methodsFor:'description - project information'!
   239 
   230 
   240 applicationIconFileName
       
   241     "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
       
   242 
       
   243     ^ nil
       
   244     "/ ^ self applicationName
       
   245 !
       
   246 
       
   247 companyName
   231 companyName
   248     "Return a companyname which will appear in <lib>.rc"
   232     "Return a companyname which will appear in <lib>.rc"
   249 
   233 
   250     ^ 'Lukas Renggli & SWING Research Group'
   234     ^ 'Lukas Renggli & SWING Research Group'
   251 
   235 
   264     "Return a copyright string which will appear in <lib>.rc"
   248     "Return a copyright string which will appear in <lib>.rc"
   265 
   249 
   266     ^ '(C) Lukas Renggli'
   250     ^ '(C) Lukas Renggli'
   267 
   251 
   268     "Modified: / 17-12-2010 / 19:43:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   252     "Modified: / 17-12-2010 / 19:43:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   269 !
       
   270 
       
   271 productInstallDirBaseName
       
   272     "Returns a default installDir which will appear in <app>.nsi.
       
   273      This is usually not the one you want to keep"
       
   274 
       
   275     ^ (self package asCollectionOfSubstringsSeparatedByAny:':/') last
       
   276 !
   253 !
   277 
   254 
   278 productName
   255 productName
   279     "Return a product name which will appear in <lib>.rc"
   256     "Return a product name which will appear in <lib>.rc"
   280 
   257