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