stx_libtool.st
author vrany
Tue, 26 Jul 2011 11:57:21 +0200
changeset 10400 90113a6cd601
parent 10343 7a585f786544
child 10407 987c4dabc6f7
permissions -rw-r--r--
- per-tool preferences for CodeView2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     1
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
diff changeset
     3
              All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     4
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     5
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     6
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     8
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     9
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    10
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    11
"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libtool' }"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libtool
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    15
	instanceVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    16
	classVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    17
	poolDictionaries:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    18
	category:'* Projects & Packages *'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    21
!stx_libtool class methodsFor:'documentation'!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    22
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    23
copyright
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    24
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
diff changeset
    26
              All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    27
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    28
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    29
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    31
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    32
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    33
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    34
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    35
!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    36
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    37
documentation
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    38
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libtool.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    40
    This library contains developer tools.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    41
"
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    42
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    43
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    44
extensionsVersion_CVS
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.59 2011-07-26 09:57:21 vrany Exp $'
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    46
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    47
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    48
extensionsVersion_SVN
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    49
    ^ 'Id:'
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    50
! !
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
!stx_libtool class methodsFor:'description'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    54
excludedFromPreRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    55
    "list all packages which should be ignored in the automatic
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    56
     preRequisites scan. See #preRequisites for more."
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    57
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    58
    ^ #(
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    59
        #'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    60
        #'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    61
        #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    62
        #'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    63
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    64
    )
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    65
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    66
    "Modified: / 06-07-2011 / 16:16:13 / jv"
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    67
!
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    68
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    69
preRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    70
    "list all required packages.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    71
     This list can be maintained manually or (better) generated and
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    72
     updated by scanning the superclass hierarchies and looking for
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    73
     global variable accesses. (the browser has a menu function for that)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    74
     Howevery, often too much is found, and you may want to explicitely
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    75
     exclude individual packages in the #excludedFromPrerequisites method."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    76
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    77
    ^ #(
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    78
        #'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    79
        #'stx:goodies/refactoryBrowser/browser'    "MethodNameDialog - referenced by Tools::NewSystemBrowser>>renameMethod:in: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    80
        #'stx:goodies/refactoryBrowser/changes'    "RefactoryChangeManager - referenced by Tools::NewSystemBrowser>>moveMethods:toProtocol: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    81
        #'stx:goodies/refactoryBrowser/helpers'    "RBMethod - referenced by Tools::NewSystemBrowser>>handlingRefactoringErrorDo: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    82
        #'stx:goodies/refactoryBrowser/lint'    "RBCompositeLintRule - referenced by Tools::NewSystemBrowser>>smalllintRulesAll "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    83
        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    84
        #'stx:goodies/refactoryBrowser/refactoring'    "PushDownClassVariableRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuPushDownClassVariable:inClass: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    85
        #'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    86
        #'stx:goodies/sunit'    "TestResult - referenced by Tools::NewSystemBrowser>>runTestCasesWithDebug:protocols: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    87
        #'stx:goodies/webServer'    "HTTPService - referenced by SmalltalkCodeGeneratorTool>>createDocumentationMethodFor: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    88
        #'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>hasCreatedServer "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    89
        #'stx:goodies/xml/stx'    "XMLCoder - referenced by Tools::NewSystemBrowser>>selectorMenuFileOutXMLAs "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    90
        #'stx:goodies/xml/vw'    "XML::XMLParser - referenced by FileApplicationNoteBook::XMLViewApplication>>updateXMLTree "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    91
        #'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    92
        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    93
        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    94
        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    95
        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    96
        #'stx:libdb'    "SQL::SQLError - referenced by StoreSourceCodeManagementSettingsAppl>>tryToConnectTo: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    97
        #'stx:libhtml'    "HTMLDocumentView - referenced by FileBrowser>>nonBinaryFileAction: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    98
        #'stx:libjavascript'    "JavaScriptSourceReader - referenced by FileBrowser>>fileFileIn:lazy: "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
    99
        #'stx:libsvn'    "SVN::ConfigurationApp - referenced by Tools::NewSystemBrowser>>commonMenuSubversionOpenSettings "
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   100
        #'stx:libtool2'    "SnapShotImage - referenced by SystemBrowser class>>openOnSnapShotImage: "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   101
        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   102
        #'stx:libview'    "TopView - superclass of ChangesBrowser "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   103
        #'stx:libview2'    "SimpleDialog - superclass of FileDialog "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   104
        #'stx:libwidg'    "DialogBox - superclass of AboutBox "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   105
        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::CodeCompletionMenu "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   106
        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
   107
    )
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   108
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   109
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   110
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   111
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   112
additionalBaseAddressDefinition_bc_dot_mak
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   113
    "this is an optional definition, which (if present) may speed up the dll-loading a little
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   114
     on win32 systems."
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   115
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   116
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
   117
# see stdHeader_bc for LIBTOOL_BASE
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   118
LIB_BASE=$(LIBTOOL_BASE)
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   119
'
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   120
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   121
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   122
!stx_libtool class methodsFor:'description - contents'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   123
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
classNamesAndAttributes
9203
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   125
    "lists the classes which are to be included in the project.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   126
     Each entry in the list may be: a single class-name (symbol),
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   127
     or an array-literal consisting of class name and attributes.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   128
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   129
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   131
        "<className> or (<className> attributes...) in load order"
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   132
        AboutBox
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   133
        AbstractFileApplicationNoteBookComponent
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   134
        AbstractFileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   135
        AbstractLauncherApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   136
        (AbstractRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   137
        AbstractSettingsApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   138
        (AbstractVersionDiffBrowserItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   139
        (ApplicationBuilder autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   140
        Bookmark
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   141
        BookmarkBar
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   142
        BookmarkEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   143
        BookmarkList
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   144
        BookmarkListEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   145
        BookmarkVisitor
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   146
        BookmarksEditDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   147
        BrowserView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   148
        (ChangeSetBrowser autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   149
        ChangesBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   150
        (ClassInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   151
        (ClassItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   152
        (ClassItemRoot autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   153
        (ClassItemRootForRevision autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   154
        (ClassNameItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   155
        (ClassRevisionTree autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   156
        (ClassVariablesInspectorView autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   157
        CodeGenerator
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   158
        (CodeGeneratorTests autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   159
        CodeGeneratorTool
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   160
        (ColorInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   161
        DebugView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   162
        Diff
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   163
        (Diff3TextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   164
        DiffListUtility
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   165
        DiffTextView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   166
        (EWorldIconLibrary autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   167
        EditFieldWithCompletion
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   168
        EditFieldWithCompletionSpec
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   169
        (EventMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   170
        (ExpandableRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   171
        FileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   172
        FileBrowserV2PanelView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   173
        (FileBrowserV2SettingsDialog autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   174
        (FileBrowserV2Tests autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   175
        FileBrowserV2UISpecifications
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   176
        FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   177
        (FileDialogV2 autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   178
        FileOperation
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   179
        FilenameEditFieldV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   180
        (HierarchicalClassRevisionList autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   181
        (HierarchicalVersionDiffBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   182
        InspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   183
        (Launcher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   184
        (LibraryBuilder autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   185
        MemoryMonitor
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   186
        MemoryMonitorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   187
        (MemoryUsageView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   188
        MultiViewToolApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   189
        (NewChangesBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   190
        (OldLauncher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   191
        (ProcessMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   192
        ProcessMonitorV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   193
        (ProjectView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   194
        (RCSConflictEditTextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   195
        (SemaphoreMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   196
        SettingsDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   197
        (SmalltalkInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   198
        (SourceRevisionItem autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   199
        SyntaxElement
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   200
        SyntaxHighlighter2
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   201
        SystemBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   202
        (SystemStatusMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   203
        (TerminalApplication autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   204
        (TextDiffTests autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   205
        #'Tools::AbstractTestRunner'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   206
        #'Tools::BackgroundJob'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   207
        #'Tools::BreakpointBrowser'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   208
        #'Tools::Browslet'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   209
        #'Tools::BrowsletCanvas'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   210
        #'Tools::CachedTags'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   211
        #'Tools::ChangeSetBrowser2'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   212
        #'Tools::ChangeSetDiffTool'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   213
        #'Tools::ChangeSetSelectionDialog'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   214
        #'Tools::ChangeSetSpec'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   215
        #'Tools::CheckinInfoDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   216
        #'Tools::ClassChecker'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   217
        #'Tools::ClassSorter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   218
        #'Tools::CodeCompletionMenu'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   219
        #'Tools::CodeCritics'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   220
        #'Tools::CodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   221
        (#'Tools::CodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   222
        #'Tools::CodeViewService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   223
        (#'Tools::CompilerWarningToDoListEntry' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   224
        #'Tools::DiffCodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   225
        (#'Tools::DiffCodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   226
        #'Tools::HierarchicalChangesetDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   227
        #'Tools::InlineMessageDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   228
        #'Tools::Inspector2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   229
        #'Tools::Inspector2Tab'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   230
        #'Tools::LintRuleDetail'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   231
        #'Tools::LintRuleSelectionDialog'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   232
        #'Tools::MethodCategoryCache'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   233
        #'Tools::MethodRewriter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   234
        #'Tools::NavigationHistory'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   235
        (#'Tools::NavigationHistoryTests' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   236
        #'Tools::NavigationState'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   237
        #'Tools::NavigatorModel'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   238
        #'Tools::NewClassWizardDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   239
        #'Tools::NewSystemBrowserCodeView'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   240
        #'Tools::Profiler'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   241
        #'Tools::ProfilerInfoBuilder'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   242
        #'Tools::ProfilerInfoItem'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   243
        #'Tools::ProjectLoader'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   244
        #'Tools::SearchDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   245
        #'Tools::SmalltalkDiffTool'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   246
        (#'Tools::SmalltalkMergeTool' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   247
        #'Tools::SpecialCodeView'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   248
        #'Tools::StringSearchTool'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   249
        #'Tools::Tag'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   250
        #'Tools::TagList'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   251
        #'Tools::TagsBrowser'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   252
        #'Tools::TextDiffTool'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   253
        (#'Tools::ToDoList' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   254
        (#'Tools::ToDoListBrowser' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   255
        (#'Tools::ToDoListEntry' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   256
        (#'Tools::ToDoNotification' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   257
        #'Tools::WebBrowserPage'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   258
        VersionDiffBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   259
        (VersionRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   260
        ViewWithAcceptAndCancelBar
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   261
        Win32FileDialog
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   262
        (XTermView unix)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   263
        #'stx_libtool'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   264
        AbstractDirectoryBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   265
        AbstractSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   266
        BookmarkMenuBuilder
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   267
        ContextInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   268
        DictionaryInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   269
        DiffCodeView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   270
        FileApplicationNoteBook
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   271
        FileBrowserV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   272
        FileBrowserV2SettingsAppl
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   273
        FileDialogWithPreview
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   274
        FindFileApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   275
        ImageInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   276
        NewLauncher
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   277
        OrderedCollectionInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   278
        SetInspectorView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   279
        SmalltalkCodeGeneratorTool
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   280
        #'Tools::BackgroundQueueProcessingJob'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   281
        #'Tools::BreakpointService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   282
        #'Tools::BrowserList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   283
        #'Tools::CodeCompletionService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   284
        #'Tools::CodeHighlightingService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   285
        #'Tools::CodeNavigationService'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   286
        #'Tools::CodeView2SettingsAppl'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   287
        #'Tools::NavigatorCanvas'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   288
        #'Tools::NewSystemBrowser'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   289
        #'Tools::OrganizerCanvas'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   290
        #'Tools::SendersBrowslet'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   291
        #'Tools::StringSearchToolForTextView'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   292
        #'Tools::TestRunnerEmbedded'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   293
        #'Tools::VisualProfilerCanvas'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   294
        WorkspaceApplication
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   295
        BookmarkAddMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   296
        BookmarkToolbarMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   297
        CVSSourceCodeManagementSettingsAppl
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   298
        DirectoryContentsBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   299
        DirectoryTreeBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   300
        PerforceSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   301
        StoreSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   302
        #'Tools::ChangeList'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   303
        #'Tools::ChangeSetDiffList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   304
        #'Tools::ClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   305
        #'Tools::ClassGeneratorList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   306
        #'Tools::ClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   307
        #'Tools::LintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   308
        #'Tools::MethodCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   309
        #'Tools::MethodList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   310
        #'Tools::NamespaceList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   311
        #'Tools::ProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   312
        #'Tools::VariableList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   313
        #'Tools::FullMethodCategoryList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   314
        #'Tools::HierarchicalChangeList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   315
        #'Tools::HierarchicalClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   316
        #'Tools::HierarchicalClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   317
        #'Tools::HierarchicalLintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   318
        #'Tools::HierarchicalProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   319
        #'Tools::ImplementingClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   320
        #'Tools::ImplementingMethodList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   321
        #'Tools::NamespaceFilter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   322
        #'Tools::TestRunner2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   323
        #'Tools::HierarchicalPackageFilterList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   324
        #'Tools::InheritanceClassList'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   325
    )
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   326
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   327
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   328
extensionMethodNames
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   329
    "lists the extension methods which are to be included in the project.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   330
     Entries are 2-element array literals, consisting of class-name and selector."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   331
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   332
    ^ #(
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   333
        Breakpoint icon
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   334
        BreakpointDescription icon
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   335
        ByteArray inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   336
        Change flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   337
        Change flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   338
        Change removed
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   339
        Change removed:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   340
        ChangeSet condenseChangesForRemoved
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   341
        ChangeSet flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   342
        ChangeSet flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   343
        ChangeSet inspector2TabBrowser
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   344
        ChangeSet inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   345
        Character inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   346
        CharacterArray inspector2TabBytes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   347
        CharacterArray inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   348
        CharacterArray inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   349
        CharacterArray inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   350
        Collection inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   351
        Color inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   352
        Color inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   353
        CompositeChange condenseChangesForRemoved
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   354
        CompositeChange flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   355
        CompositeChange removed
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   356
        CompositeChange removed:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   357
        Date inspectorExtraAttributes
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   358
        Dictionary inspector2TabLabel
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   359
        Dictionary inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   360
        EditTextView absoluteXOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   361
        EditTextView absoluteYOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   362
        EditTextView xOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   363
        EditTextView yOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   364
        EditTextView yOfPosition:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   365
        ExecutableFunction printStringForBrowserWithSelector:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   366
        Form inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   367
        Image inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   368
        Integer inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   369
        MenuView shortKeys
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   370
        Method inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   371
        Method printStringForBrowserWithSelector:inClass:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   372
        Method selectorPrintStringInBrowserFor:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   373
        Method selectorPrintStringInBrowserFor:class:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   374
        MethodDictionary inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   375
        Object asTestCase
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   376
        Object inspect
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   377
        Object inspector2TabCommon
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   378
        Object inspector2TabForBasicInspect
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   379
        Object inspector2TabForInspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   380
        Object inspector2TabLabel
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   381
        Object inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   382
        Object inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   383
        Object isTestCaseLike
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   384
        Object newInspector2Tab
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   385
        OrderedCollection inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   386
        PopUpMenu asMenu
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   387
        ProfileTree method
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   388
        ProfileTree package
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   389
        RunArray inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   390
        SelectionInListModelView textStartLeft
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   391
        SelectionInListModelView textStartLeft:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   392
        Set inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   393
        SimpleView isCodeView2
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   394
        StringCollection inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   395
        StringCollection inspector2Tabs
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   396
        Symbol formattedCode
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   397
        Text inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   398
        Text inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   399
        Timestamp inspectorExtraAttributes
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   400
        UserPreferences alwaysOpenNewTabWhenCtrlClick
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   401
        UserPreferences alwaysOpenNewTabWhenCtrlClick:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   402
        UserPreferences showBookmarkBar
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   403
        UserPreferences showBookmarkBar:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   404
        UserPreferences showEmbeddedTestRunnerInBrowser
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   405
        UserPreferences showEmbeddedTestRunnerInBrowser:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   406
        UserPreferences showGlobalHistory
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   407
        UserPreferences showGlobalHistory:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   408
        UserPreferences showLocalHistory
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   409
        UserPreferences showLocalHistory:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   410
        UserPreferences showMethodTemplate
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   411
        UserPreferences showMethodTemplate:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   412
        UserPreferences sortAndIndentClassesByInheritance
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   413
        UserPreferences sortAndIndentClassesByInheritance:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   414
        UserPreferences useCodeView2In:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   415
        UserPreferences useCodeView2InBrowser
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   416
        UserPreferences useCodeView2InBrowser:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   417
        UserPreferences useCodeView2InDebugger
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   418
        UserPreferences useCodeView2InDebugger:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   419
        UserPreferences useCodeView2InTools
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   420
        UserPreferences useCodeView2InTools:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   421
        UserPreferences useCodeView2InWorkspace
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   422
        UserPreferences useCodeView2InWorkspace:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   423
        UserPreferences webBrowserLikeLayout
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   424
        UserPreferences webBrowserLikeLayout:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   425
        'AbstractSyntaxHighlighter class' formatExpression:in:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   426
        'AbstractSyntaxHighlighter class' formatMethod:in:using:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   427
        'GenericToolbarIconLibrary class' bookmarks22x22
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   428
        'GenericToolbarIconLibrary class' bug16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   429
        'GenericToolbarIconLibrary class' bug24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   430
        'GenericToolbarIconLibrary class' bug32x32Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   431
        'GenericToolbarIconLibrary class' lint16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   432
        'GenericToolbarIconLibrary class' lint24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   433
        'GenericToolbarIconLibrary class' lint32x32Icon
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   434
        'NameSpace class' inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   435
        'Smalltalk class' inspectorClass
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   436
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   437
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   438
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   439
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   440
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   441
applicationIconFileName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   442
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   443
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   444
    ^ nil
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   445
    "/ ^ self applicationName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   446
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   447
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   448
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   449
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   450
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   451
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   452
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   453
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   454
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   455
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   456
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   457
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   458
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   459
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   460
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   461
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   462
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   463
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
7893
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   464
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   465
    "Modified: / 01-02-2011 / 11:56:18 / cg"
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   466
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   467
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   468
productName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   469
    "Return a product name which will appear in <lib>.rc"
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   470
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   471
    ^ 'Smalltalk/X'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   472
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   473
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   474
!stx_libtool class methodsFor:'description - svn'!
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   475
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   476
svnRepositoryUrlString
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   477
    "Return a SVN repository URL of myself.
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   478
     (Generated since 2011-04-08)
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   479
    "        
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   480
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   481
    ^ '$URL$'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   482
!
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   483
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   484
svnRevisionNr
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   485
    "Return a SVN revision number of myself.
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   486
     This number is updated after a commit"
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   487
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   488
    ^ "$SVN-Revision:"'nil'"$"
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   489
! !
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   490
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   491
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   492
8830
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   493
version_CVS
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   494
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.59 2011-07-26 09:57:21 vrany Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   495
! !