stx_libtool.st
author vrany
Thu, 07 Jul 2011 16:38:53 +0200
changeset 10270 fa4a992ecaee
parent 10216 5810d4208626
child 10343 7a585f786544
permissions -rw-r--r--
automatic checkIn
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
10270
fa4a992ecaee automatic checkIn
vrany
parents: 10216
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.57 2011-07-07 14:38:53 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
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    78
        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    79
        #'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    80
        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    81
        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    82
        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    83
        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    84
        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    85
        #'stx:libview'    "SimpleView - superclass of InspectorView "
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    86
        #'stx:libview2'    "SimpleDialog - superclass of FileDialog "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    87
        #'stx:libwidg'    "DialogBox - superclass of AboutBox "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    88
        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::CodeCompletionMenu "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    89
        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    90
    )
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    91
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    92
    "Modified: / 06-07-2011 / 16:15:46 / jv"
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    93
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    94
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    95
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    96
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    97
additionalBaseAddressDefinition_bc_dot_mak
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    98
    "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
    99
     on win32 systems."
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   100
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   101
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
   102
# see stdHeader_bc for LIBTOOL_BASE
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   103
LIB_BASE=$(LIBTOOL_BASE)
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   104
'
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   105
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   106
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   107
!stx_libtool class methodsFor:'description - contents'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   108
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
classNamesAndAttributes
9203
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   110
    "lists the classes which are to be included in the project.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   111
     Each entry in the list may be: a single class-name (symbol),
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   112
     or an array-literal consisting of class name and attributes.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   113
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   114
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   116
        "<className> or (<className> attributes...) in load order"
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   117
        AboutBox
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   118
        AbstractFileApplicationNoteBookComponent
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   119
        AbstractFileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   120
        AbstractLauncherApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   121
        (AbstractRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   122
        AbstractSettingsApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   123
        (AbstractVersionDiffBrowserItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   124
        (ApplicationBuilder autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   125
        Bookmark
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   126
        BookmarkBar
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   127
        BookmarkEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   128
        BookmarkList
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   129
        BookmarkListEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   130
        BookmarkVisitor
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   131
        BookmarksEditDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   132
        BrowserView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   133
        (ChangeSetBrowser autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   134
        ChangesBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   135
        (ClassInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   136
        (ClassItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   137
        (ClassItemRoot autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   138
        (ClassItemRootForRevision autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   139
        (ClassNameItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   140
        (ClassRevisionTree autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   141
        (ClassVariablesInspectorView autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   142
        CodeGenerator
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   143
        (CodeGeneratorTests autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   144
        CodeGeneratorTool
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   145
        (ColorInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   146
        DebugView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   147
        Diff
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   148
        (Diff3TextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   149
        DiffListUtility
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   150
        DiffTextView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   151
        (EWorldIconLibrary autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   152
        EditFieldWithCompletion
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   153
        EditFieldWithCompletionSpec
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   154
        (EventMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   155
        (ExpandableRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   156
        FileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   157
        FileBrowserV2PanelView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   158
        (FileBrowserV2SettingsDialog autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   159
        (FileBrowserV2Tests autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   160
        FileBrowserV2UISpecifications
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   161
        FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   162
        (FileDialogV2 autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   163
        FileOperation
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   164
        FilenameEditFieldV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   165
        (HierarchicalClassRevisionList autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   166
        (HierarchicalVersionDiffBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   167
        InspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   168
        (Launcher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   169
        (LibraryBuilder autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   170
        MemoryMonitor
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   171
        MemoryMonitorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   172
        (MemoryUsageView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   173
        MultiViewToolApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   174
        (NewChangesBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   175
        (OldLauncher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   176
        (ProcessMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   177
        ProcessMonitorV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   178
        (ProjectView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   179
        (RCSConflictEditTextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   180
        (SemaphoreMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   181
        SettingsDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   182
        (SmalltalkInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   183
        (SourceRevisionItem autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   184
        SyntaxElement
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   185
        SyntaxHighlighter2
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   186
        SystemBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   187
        (SystemStatusMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   188
        (TerminalApplication autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   189
        (TextDiffTests autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   190
        #'Tools::AbstractTestRunner'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   191
        #'Tools::BackgroundJob'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   192
        #'Tools::BreakpointBrowser'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   193
        #'Tools::Browslet'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   194
        #'Tools::BrowsletCanvas'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   195
        #'Tools::CachedTags'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   196
        #'Tools::CheckinInfoDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   197
        #'Tools::ClassChecker'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   198
        #'Tools::ClassSorter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   199
        #'Tools::CodeCompletionMenu'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   200
        #'Tools::CodeCritics'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   201
        #'Tools::CodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   202
        (#'Tools::CodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   203
        #'Tools::CodeViewService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   204
        (#'Tools::CompilerWarningToDoListEntry' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   205
        #'Tools::DiffCodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   206
        (#'Tools::DiffCodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   207
        #'Tools::HierarchicalChangesetDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   208
        #'Tools::InlineMessageDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   209
        #'Tools::Inspector2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   210
        #'Tools::Inspector2Tab'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   211
        #'Tools::LintRuleDetail'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   212
        #'Tools::LintRuleSelectionDialog'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   213
        #'Tools::MethodCategoryCache'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   214
        #'Tools::MethodRewriter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   215
        #'Tools::NavigationHistory'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   216
        (#'Tools::NavigationHistoryTests' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   217
        #'Tools::NavigationState'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   218
        #'Tools::NavigatorModel'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   219
        #'Tools::NewClassWizardDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   220
        #'Tools::NewSystemBrowserCodeView'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   221
        #'Tools::Profiler'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   222
        #'Tools::ProfilerInfoBuilder'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   223
        #'Tools::ProfilerInfoItem'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   224
        #'Tools::ProjectLoader'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   225
        #'Tools::SearchDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   226
        #'Tools::SmalltalkDiffTool'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   227
        (#'Tools::SmalltalkMergeTool' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   228
        #'Tools::SpecialCodeView'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   229
        #'Tools::StringSearchTool'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   230
        #'Tools::Tag'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   231
        #'Tools::TagList'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   232
        #'Tools::TagsBrowser'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   233
        (#'Tools::ToDoList' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   234
        (#'Tools::ToDoListBrowser' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   235
        (#'Tools::ToDoListEntry' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   236
        (#'Tools::ToDoNotification' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   237
        #'Tools::WebBrowserPage'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   238
        VersionDiffBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   239
        (VersionRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   240
        ViewWithAcceptAndCancelBar
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   241
        Win32FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   242
        #'stx_libtool'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   243
        AbstractDirectoryBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   244
        AbstractSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   245
        BookmarkMenuBuilder
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   246
        ContextInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   247
        DictionaryInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   248
        DiffCodeView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   249
        FileApplicationNoteBook
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   250
        FileBrowserV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   251
        FileBrowserV2SettingsAppl
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   252
        FileDialogWithPreview
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   253
        FindFileApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   254
        ImageInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   255
        NewLauncher
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   256
        OrderedCollectionInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   257
        SetInspectorView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   258
        SmalltalkCodeGeneratorTool
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   259
        #'Tools::BackgroundQueueProcessingJob'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   260
        #'Tools::BreakpointService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   261
        #'Tools::BrowserList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   262
        #'Tools::CodeCompletionService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   263
        #'Tools::CodeHighlightingService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   264
        #'Tools::CodeNavigationService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   265
        #'Tools::NavigatorCanvas'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   266
        #'Tools::NewSystemBrowser'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   267
        #'Tools::OrganizerCanvas'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   268
        #'Tools::SendersBrowslet'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   269
        #'Tools::StringSearchToolForTextView'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   270
        #'Tools::TestRunnerEmbedded'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   271
        #'Tools::VisualProfilerCanvas'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   272
        WorkspaceApplication
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   273
        BookmarkAddMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   274
        BookmarkToolbarMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   275
        CVSSourceCodeManagementSettingsAppl
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   276
        DirectoryContentsBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   277
        DirectoryTreeBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   278
        PerforceSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   279
        StoreSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   280
        #'Tools::ChangeList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   281
        #'Tools::ClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   282
        #'Tools::ClassGeneratorList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   283
        #'Tools::ClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   284
        #'Tools::LintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   285
        #'Tools::MethodCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   286
        #'Tools::MethodList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   287
        #'Tools::NamespaceList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   288
        #'Tools::ProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   289
        #'Tools::VariableList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   290
        #'Tools::FullMethodCategoryList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   291
        #'Tools::HierarchicalChangeList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   292
        #'Tools::HierarchicalClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   293
        #'Tools::HierarchicalClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   294
        #'Tools::HierarchicalLintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   295
        #'Tools::HierarchicalProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   296
        #'Tools::ImplementingClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   297
        #'Tools::ImplementingMethodList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   298
        #'Tools::NamespaceFilter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   299
        #'Tools::TestRunner2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   300
        #'Tools::HierarchicalPackageFilterList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   301
        #'Tools::InheritanceClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   302
        #'Tools::ChangeSetBrowser2'
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   303
        #'Tools::ChangeSetDiffList'
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   304
        #'Tools::ChangeSetDiffTool'
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   305
        #'Tools::ChangeSetSelectionDialog'
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   306
        #'Tools::ChangeSetSpec'
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   307
        #'Tools::TextDiffTool'
10270
fa4a992ecaee automatic checkIn
vrany
parents: 10216
diff changeset
   308
        #(#'XTermView' unix)
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   309
    )
10270
fa4a992ecaee automatic checkIn
vrany
parents: 10216
diff changeset
   310
fa4a992ecaee automatic checkIn
vrany
parents: 10216
diff changeset
   311
    "Modified: / 07-07-2011 / 15:35:12 / jv"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   312
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   314
extensionMethodNames
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   315
    "lists the extension methods which are to be included in the project.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   316
     Entries are 2-element array literals, consisting of class-name and selector."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   317
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   318
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   319
        ByteArray inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   320
        Character inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   321
        CharacterArray inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   322
        Collection inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   323
        Color inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   324
        Color inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   325
        Dictionary inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   326
        ExecutableFunction printStringForBrowserWithSelector:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   327
        Form inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   328
        Image inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   329
        Integer inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   330
        Method inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   331
        Method printStringForBrowserWithSelector:inClass:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   332
        Method selectorPrintStringInBrowserFor:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   333
        Method selectorPrintStringInBrowserFor:class:
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   334
        MethodDictionary inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   335
        Object inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   336
        OrderedCollection inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   337
        RunArray inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   338
        Set inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   339
        Text inspectorExtraAttributes
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   340
        'NameSpace class' inspectorClass
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   341
        'Smalltalk class' inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   342
        Breakpoint icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   343
        Change flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   344
        Change flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   345
        Change removed
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   346
        Change removed:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   347
        ChangeSet condenseChangesForRemoved
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   348
        ChangeSet flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   349
        ChangeSet flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   350
        ChangeSet inspector2TabBrowser
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   351
        CharacterArray inspector2TabText
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   352
        ClassDescription iconInBrowserForVariableNamed:
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
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   358
        EditTextView absoluteXOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   359
        EditTextView absoluteYOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   360
        EditTextView xOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   361
        EditTextView yOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   362
        EditTextView yOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   363
        MenuView shortKeys
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   364
        Object asTestCase
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   365
        Object inspect
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   366
        Object inspector2TabCommon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   367
        Object isTestCaseLike
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   368
        Object newInspector2Tab
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   369
        PopUpMenu asMenu
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   370
        ProfileTree method
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   371
        ProfileTree package
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   372
        SelectionInListModelView textStartLeft
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   373
        SelectionInListModelView textStartLeft:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   374
        SimpleView isCodeView2
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   375
        StringCollection inspector2TabText
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   376
        Symbol formattedCode
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   377
        Text inspector2TabText
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   378
        Timestamp inspectorExtraAttributes
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   379
        UserPreferences alwaysOpenNewTabWhenCtrlClick
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   380
        UserPreferences alwaysOpenNewTabWhenCtrlClick:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   381
        UserPreferences showBookmarkBar
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   382
        UserPreferences showBookmarkBar:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   383
        UserPreferences showEmbeddedTestRunnerInBrowser
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   384
        UserPreferences showEmbeddedTestRunnerInBrowser:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   385
        UserPreferences showMethodTemplate
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   386
        UserPreferences showMethodTemplate:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   387
        UserPreferences useCodeView2InTools
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   388
        UserPreferences useCodeView2InTools:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   389
        UserPreferences webBrowserLikeLayout
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   390
        UserPreferences webBrowserLikeLayout:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   391
        'AbstractSyntaxHighlighter class' formatExpression:in:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   392
        'AbstractSyntaxHighlighter class' formatMethod:in:using:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   393
        'DoWhatIMeanSupport class' askUserForCompletion:for:at:from:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   394
        'DoWhatIMeanSupport class' codeCompletionForLiteralSymbol:inClass:codeView:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   395
        'DoWhatIMeanSupport class' codeCompletionForMessage:inClass:codeView:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   396
        'DoWhatIMeanSupport class' codeCompletionForMethod:inClass:codeView:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   397
        'DoWhatIMeanSupport class' methodProtocolCompletion:inEnvironment:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   398
        'DoWhatIMeanSupport class' #'old_askUserForCompletion:for:from:'
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   399
        'GenericToolbarIconLibrary class' bookmarks22x22
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   400
        'GenericToolbarIconLibrary class' #'brkp_obj'
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   401
        'GenericToolbarIconLibrary class' #'brkpd_obj'
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   402
        'GenericToolbarIconLibrary class' bug16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   403
        'GenericToolbarIconLibrary class' bug24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   404
        'GenericToolbarIconLibrary class' bug32x32Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   405
        'GenericToolbarIconLibrary class' lint16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   406
        'GenericToolbarIconLibrary class' lint24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   407
        'GenericToolbarIconLibrary class' lint32x32Icon
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   408
        ChangeSet inspector2Tabs
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   409
        CharacterArray inspector2Tabs
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   410
        Object inspector2TabForBasicInspect
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   411
        Object inspector2TabForInspectorClass
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   412
        Object inspector2Tabs
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
   413
        StringCollection inspector2Tabs
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   414
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   415
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   416
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   417
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   418
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   419
applicationIconFileName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   420
    "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
   421
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   422
    ^ nil
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   423
    "/ ^ self applicationName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   424
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   425
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   426
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   427
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   428
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   429
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   430
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   431
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   432
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   433
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   434
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   435
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   436
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   437
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   438
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   439
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   440
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   441
    ^ '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
   442
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   443
    "Modified: / 01-02-2011 / 11:56:18 / cg"
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   444
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   445
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   446
productName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   447
    "Return a product name which will appear in <lib>.rc"
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   448
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   449
    ^ 'Smalltalk/X'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   450
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   451
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   452
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   453
8830
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   454
version_CVS
10270
fa4a992ecaee automatic checkIn
vrany
parents: 10216
diff changeset
   455
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.57 2011-07-07 14:38:53 vrany Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   456
! !