devtools/stx_goodies_petitparser_devtools.st
changeset 102 9c38fe06d9a7
parent 86 824b59ebcbbd
child 117 69ab3de9efe9
equal deleted inserted replaced
101:39017a935576 102:9c38fe06d9a7
    43     ^ #(
    43     ^ #(
    44         "<className> or (<className> attributes...) in load order"
    44         "<className> or (<className> attributes...) in load order"
    45         PPDebugger
    45         PPDebugger
    46         PPDebuggingParser
    46         PPDebuggingParser
    47         #'stx_goodies_petitparser_devtools'
    47         #'stx_goodies_petitparser_devtools'
       
    48         XBGFParser
    48     )
    49     )
    49 !
    50 !
    50 
    51 
    51 extensionMethodNames
    52 extensionMethodNames
    52     "lists the extension methods which are to be included in the project.
    53     "lists the extension methods which are to be included in the project.
    97 ! !
    98 ! !
    98 
    99 
    99 !stx_goodies_petitparser_devtools class methodsFor:'documentation'!
   100 !stx_goodies_petitparser_devtools class methodsFor:'documentation'!
   100 
   101 
   101 version
   102 version
   102     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/stx_goodies_petitparser_devtools.st,v 1.1 2012-05-05 14:52:08 vrany Exp $'
   103     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/stx_goodies_petitparser_devtools.st,v 1.2 2013-01-10 13:22:51 vrany Exp $'
   103 !
   104 !
   104 
   105 
   105 version_CVS
   106 version_CVS
   106     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/stx_goodies_petitparser_devtools.st,v 1.1 2012-05-05 14:52:08 vrany Exp $'
   107     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/stx_goodies_petitparser_devtools.st,v 1.2 2013-01-10 13:22:51 vrany Exp $'
   107 ! !
   108 ! !