stx_libcomp.st
changeset 3848 869d3d3fe0ce
parent 3834 988d5478a278
child 3873 707275c1f86d
child 3912 11eb7594d5df
equal deleted inserted replaced
3847:9f5abdf18361 3848:869d3d3fe0ce
    94 
    94 
    95     ^ #(
    95     ^ #(
    96         #'stx:goodies/refactoryBrowser/lint'    "RBReadBeforeWrittenTester - referenced by Parser class>>checkMethod:in:ignoreErrors:ignoreWarnings:"
    96         #'stx:goodies/refactoryBrowser/lint'    "RBReadBeforeWrittenTester - referenced by Parser class>>checkMethod:in:ignoreErrors:ignoreWarnings:"
    97         #'stx:goodies/refactoryBrowser/parser'    "RBAssignmentNode - referenced by Explainer class>>addTypesAssignedToLocal:inTree:to:"
    97         #'stx:goodies/refactoryBrowser/parser'    "RBAssignmentNode - referenced by Explainer class>>addTypesAssignedToLocal:inTree:to:"
    98         #'stx:goodies/refactoryBrowser/refactoring'    "RenameTemporaryRefactoring - referenced by Parser::CorrectByInteractiveRename>>fixFrom:to:for:"
    98         #'stx:goodies/refactoryBrowser/refactoring'    "RenameTemporaryRefactoring - referenced by Parser::CorrectByInteractiveRename>>fixFrom:to:for:"
    99         #'stx:libbasic3'    "HTMLDocGenerator - referenced by Explainer class>>explainGlobalOrPoolVariable:inClass:short:"
    99         #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Explainer class>>methodSpecialInfoFor:"
       
   100         #'stx:libtool2'    "MethodFinderWindow - referenced by Explainer class>>actionToOpenMethodFinderFor:"
   100     )
   101     )
   101 !
   102 !
   102 
   103 
   103 subProjects
   104 subProjects
   104     "list packages which are known as subprojects.
   105     "list packages which are known as subprojects.
   212         (Switch autoload)
   213         (Switch autoload)
   213     )
   214     )
   214 !
   215 !
   215 
   216 
   216 extensionMethodNames
   217 extensionMethodNames
   217     "list class/selector pairs of extensions.
   218     "lists the extension methods which are to be included in the project.
   218      A correponding method with real names must be present in my concrete subclasses"
   219      Entries are 2-element array literals, consisting of class-name and selector.
       
   220      A correponding method with real names must be present in my concrete subclasses
       
   221      if it has extensions."
   219 
   222 
   220     ^ #(
   223     ^ #(
   221         Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
   224         Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
   222     )
   225     )
   223 !
   226 !