stx_libtool.st
branchjv
changeset 12217 2c68d7169f97
parent 12212 1208b3e4d64b
child 12228 65c1148c41f6
equal deleted inserted replaced
12216:5698c277f043 12217:2c68d7169f97
    95      global variable accesses. (the browser has a menu function for that)
    95      global variable accesses. (the browser has a menu function for that)
    96      Howevery, often too much is found, and you may want to explicitely
    96      Howevery, often too much is found, and you may want to explicitely
    97      exclude individual packages in the #excludedFromPrerequisites method."
    97      exclude individual packages in the #excludedFromPrerequisites method."
    98 
    98 
    99     ^ #(
    99     ^ #(
   100         #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
   100         #'stx:goodies/sunit'    "TestSuite - referenced by Tools::TestRunner2>>errorTestSuite "
   101         #'stx:libbasic'    "ArrayedCollection - superclass of Win32FileDialog::OpenFilenameStructure "
   101         #'stx:libbasic'    "ExecutableFunction - superclass of Tools::MethodCategoryList::MissingMethod "
   102         #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
   102         #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
   103         #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
   103         #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
   104         #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
   104         #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
   105         #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
   105         #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
   106         #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
   106         #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
   107         #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
   107         #'stx:libui'    "NamedSpec - superclass of EditFieldWithCompletionSpec "
   108         #'stx:libview'    "GraphicsMedium - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
   108         #'stx:libview'    "TopView - superclass of DebugView "
   109         #'stx:libview2'    "ApplicationModel - superclass of Tools::LintRuleSelectionDialog "
   109         #'stx:libview2'    "SimpleDialog - superclass of Tools::LintRuleSelectionDialog "
   110         #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
   110         #'stx:libwidg'    "VariablePanel - superclass of FileBrowserV2PanelView "
   111         #'stx:libwidg2'    "HierarchicalFileList - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
   111         #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::TagsBrowser::TagView "
   112     )
   112     )
   113 ! !
   113 ! !
   114 
   114 
   115 !stx_libtool class methodsFor:'description - compilation'!
   115 !stx_libtool class methodsFor:'description - compilation'!
   116 
   116 
   475         'GenericToolbarIconLibrary class' smalllintWarning16x16
   475         'GenericToolbarIconLibrary class' smalllintWarning16x16
   476         'GenericToolbarIconLibrary class' versionMerged24x24
   476         'GenericToolbarIconLibrary class' versionMerged24x24
   477         ArrayedCollection inspector2TabForHexDump
   477         ArrayedCollection inspector2TabForHexDump
   478         LimitedPrecisionReal inspectorExtraAttributes
   478         LimitedPrecisionReal inspectorExtraAttributes
   479         UninterpretedBytes inspector2Tabs
   479         UninterpretedBytes inspector2Tabs
       
   480         UserPreferences changesBrowserClassName
       
   481         UserPreferences fileBrowserClass
       
   482         UserPreferences fileBrowserClass:
       
   483         UserPreferences fileBrowserClassName
   480     )
   484     )
   481 
       
   482     "Modified: / 27-03-2012 / 17:39:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   483 ! !
   485 ! !
   484 
   486 
   485 !stx_libtool class methodsFor:'description - project information'!
   487 !stx_libtool class methodsFor:'description - project information'!
   486 
   488 
   487 applicationIconFileName
   489 applicationIconFileName
   530 
   532 
   531 svnRevisionNr
   533 svnRevisionNr
   532     "Return a SVN revision number of myself.
   534     "Return a SVN revision number of myself.
   533      This number is updated after a commit"
   535      This number is updated after a commit"
   534 
   536 
   535     ^ "$SVN-Revision:"'nil             '"$"
   537     ^ "$SVN-Revision:"'7963M           '"$"
   536 ! !
   538 ! !
   537 
   539 
   538 !stx_libtool class methodsFor:'documentation'!
   540 !stx_libtool class methodsFor:'documentation'!
   539 
   541 
   540 version
   542 version
   541     ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   543     ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
   542 !
   544 !
   543 
   545 
   544 version_CVS
   546 version_CVS
   545     ^ '§Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012/03/19 11:31:47 stefan Exp §'
   547     ^ '§Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012/03/19 11:31:47 stefan Exp §'
   546 !
   548 !
   547 
   549 
   548 version_SVN
   550 version_SVN
   549     ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   551     ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
   550 ! !
   552 ! !