stx_libwidg2.st
branchjv
changeset 5260 c36548c31c27
parent 4930 7a6e813d8d17
parent 5251 4298cac3a4c0
child 5300 6770b182f9c4
equal deleted inserted replaced
5250:a4da316f8065 5260:c36548c31c27
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    71         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by DoWhatIMeanSupport class>>findNodeForInterval:in: "
    73         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by DoWhatIMeanSupport class>>findNodeForInterval:in: "
    72         #'stx:libcomp'    "Parser - referenced by DoWhatIMeanSupport class>>codeCompletionForMessage:inClass:codeView: "
    74         #'stx:libcomp'    "Parser - referenced by DoWhatIMeanSupport class>>codeCompletionForMessage:inClass:codeView: "
    73         #'stx:libhtml'    "HTMLDocumentView - referenced by LicenceBox>>initialize "
    75         #'stx:libhtml'    "HTMLDocumentView - referenced by LicenceBox>>initialize "
    74         #'stx:goodies/refactoryBrowser/browser'    "RefactoryTyper - referenced by DoWhatIMeanSupport>>codeCompletionForMessage:inClass:instance:context:codeView:"
    76         #'stx:goodies/refactoryBrowser/browser'    "RefactoryTyper - referenced by DoWhatIMeanSupport>>codeCompletionForMessage:inClass:instance:context:codeView:"
    75         #'stx:libboss'    "ObsoleteObject - referenced by DoWhatIMeanSupport>>codeCompletionForMessage:inClass:instance:context:codeView:"
    77         #'stx:libboss'    "ObsoleteObject - referenced by DoWhatIMeanSupport>>codeCompletionForMessage:inClass:instance:context:codeView:"
       
    78         #'stx:libbasic3'    "SourceCodeManagerError - referenced by DoWhatIMeanSupport>>addClassesOfInstVarNamed:inClass:to:"
       
    79         #'stx:libjavascript'    "JavaScriptCompletionEngine - referenced by DoWhatIMeanSupport>>codeCompletionForJavascriptMethod:orClass:context:codeView:into:"
    76     )
    80     )
    77 !
    81 !
    78 
    82 
    79 mandatoryPreRequisites
    83 mandatoryPreRequisites
    80     "list packages which are mandatory as a prerequisite.
    84     "list packages which are mandatory as a prerequisite.
   259         (VerticalRuler autoload)
   263         (VerticalRuler autoload)
   260     )
   264     )
   261 !
   265 !
   262 
   266 
   263 extensionMethodNames
   267 extensionMethodNames
   264     "list class/selector pairs of extensions.
   268     "lists the extension methods which are to be included in the project.
   265      A correponding method with real names must be present in my concrete subclasses"
   269      Entries are 2-element array literals, consisting of class-name and selector.
       
   270      A correponding method with real names must be present in my concrete subclasses
       
   271      if it has extensions."
   266 
   272 
   267     ^ #(
   273     ^ #(
   268     )
   274     )
   269 ! !
   275 ! !
   270 
   276