stx_libtool2.st
author Claus Gittinger <cg@exept.de>
Tue, 28 May 2019 08:28:47 +0200
changeset 3670 3b90ebd379e9
parent 3600 872b1d9a74f8
child 3683 a1b642518b0b
permissions -rw-r--r--
#DOCUMENTATION by cg class: UIPainter::TreeView comment/format in: #hasMultipleSelectionOtherThanCanvas
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     1
"
3547
39a9f3340e58 #DOCUMENTATION by mawalch
mawalch
parents: 3504
diff changeset
     2
 COPYRIGHT (c) 1988 by Claus Gittinger / 2006 by eXept Software AG
3351
ad7cb133c919 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3350
diff changeset
     3
              All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     4
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     5
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     6
 only in accordance with the terms of that license and with the
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     8
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     9
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    10
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    11
"
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libtool2' }"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
3177
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    14
"{ NameSpace: Smalltalk }"
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    15
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
LibraryDefinition subclass:#stx_libtool2
2381
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    17
	instanceVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    18
	classVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    19
	poolDictionaries:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    20
	category:'* Projects & Packages *'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    23
!stx_libtool2 class methodsFor:'documentation'!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    24
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    25
copyright
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    26
"
3547
39a9f3340e58 #DOCUMENTATION by mawalch
mawalch
parents: 3504
diff changeset
    27
 COPYRIGHT (c) 1988 by Claus Gittinger / 2006 by eXept Software AG
3351
ad7cb133c919 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3350
diff changeset
    28
              All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    29
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    30
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    31
 only in accordance with the terms of that license and with the
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    32
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    33
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    34
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    35
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    36
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    37
!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    38
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    39
documentation
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    40
"
3177
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    41
    Package documentation:
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    42
3190
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    43
    This library contains additional advanced ST/X development tools.
3547
39a9f3340e58 #DOCUMENTATION by mawalch
mawalch
parents: 3504
diff changeset
    44
    This includes new improved browser, additional analysis, monitoring and profiling tools,
3503
fa416ddb3ad8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3352
diff changeset
    45
    UI builders, better inspector, better filebrowser etc.
3190
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    46
3547
39a9f3340e58 #DOCUMENTATION by mawalch
mawalch
parents: 3504
diff changeset
    47
    Typically, these tools are not needed in end-user (standAlone) applications.
3504
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    48
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    49
    [author:]
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    50
        cg
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    51
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    52
    [primary maintainer:]
6a124eee18b5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3503
diff changeset
    53
        cg
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    54
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    55
! !
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    57
!stx_libtool2 class methodsFor:'description'!
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    58
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    59
excludedFromPreRequisites
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    60
    "list all packages which should be ignored in the automatic
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    61
     preRequisites scan. See #preRequisites for more."
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    62
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    63
    ^ #(
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    64
        #'stx:clients/Demos'    "WindowTreeView - referenced by FlyByWindowInformation>>keyPress:x:y:view: "
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    65
        #'stx:goodies/webServer'    "HTTPServer - referenced by UIPainter>>doInstallAsWebPage "
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    66
        #'exept:httpPortal'    "WebApplicationModel - referenced by UIPainter>>canInstallAsWebPage "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    67
        #'stx:goodies/communication'    "HTTPInterface - referenced by ImageEditor>>doLoadFromURL "
3154
71cffa1e022e Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2976
diff changeset
    68
        #'stx:libview3'    "LineSegmentMorph - referenced by UIObjectView class>>isHorizontalResizable: "
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    69
    )
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    70
!
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    71
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    72
mandatoryPreRequisites
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    73
    "list packages which are mandatory as a prerequisite.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    74
     This are packages containing superclasses of my classes and classes which
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    75
     are extended by myself.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    76
     They are mandatory, because we need these packages as a prerequisite for loading and compiling.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    77
     This method is generated automatically,
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    78
     by searching along the inheritance chain of all of my classes.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    79
     Please take a look at the #referencedPreRequisites method as well."
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    80
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    81
    ^ #(
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    82
        #'stx:libbasic'    "Array - superclass of DataSetBuilder::Row"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    83
        #'stx:libview'    "DisplaySurface - superclass of UIGalleryView"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    84
        #'stx:libview2'    "ActiveHelp - superclass of FlyByWindowInformation"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    85
        #'stx:libwidg'    "ListView - superclass of UIPainter::TreeView"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    86
        #'stx:libwidg2'    "AbstractHierarchicalItem - superclass of MenuEditor::ActionItem"
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    87
    )
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    88
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    89
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    90
referencedPreRequisites
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    91
    "list packages which are a prerequisite, because they contain
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    92
     classes which are referenced by my classes.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    93
     These packages are NOT needed as a prerequisite for compiling or loading,
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    94
     however, a class from it may be referenced during execution and having it
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    95
     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    96
     includes explicit checks for the package being present.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    97
     This method is generated automatically,
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    98
     by searching all classes (and their packages) which are referenced by my classes.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
    99
     Please also take a look at the #mandatoryPreRequisites method"
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   100
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   101
    ^ #(
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   102
        #'stx:goodies/refactoryBrowser/parser'    "ParseTreeSearcher - referenced by Tools::InternationalLanguageTranslationEditor>>extractTranslationsFromHelpSpecMethod:"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   103
        #'stx:libbasic2'    "ActorStream - referenced by Tools::ProjectBuilder>>buildWithColorizedOutputTo:"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   104
        #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Tools::ProjectBuilderAssistantApplication>>checkSourceCodeManagerType"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   105
        #'stx:libcomp'    "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith:"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   106
        #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   107
        #'stx:libtool'    "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   108
        #'stx:libui'    "DataSetColumnSpec - referenced by DataSetBuilder>>columns:"
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   109
    )
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   110
!
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   111
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   112
subProjects
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   113
    "list packages which are known as subprojects.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   114
     The generated makefile will enter those and make there as well.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   115
     However: they are not forced to be loaded when a package is loaded;
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   116
     for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   117
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   118
    ^ #(
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   119
    )
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   120
! !
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   121
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
!stx_libtool2 class methodsFor:'description - compilation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   124
additionalBaseAddressDefinition_bc_dot_mak
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   125
    "this is an optional definition, which (if present) may speed up the dll-loading a little
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   126
     on win32 systems."
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   127
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
    ^ '
2149
bac46743cd66 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2145
diff changeset
   129
# see stdHeader_bc for LIBTOOL2_BASE
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   130
LIB_BASE=$(LIBTOOL2_BASE)
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
'
3163
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   132
!
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   133
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   134
stcWarningOptions
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   135
    ^ '-warnNonStandard -warnUnused'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
!stx_libtool2 class methodsFor:'description - contents'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   140
classNamesAndAttributes
2755
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   141
    "lists the classes which are to be included in the project.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   142
     Each entry in the list may be: a single class-name (symbol),
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   143
     or an array-literal consisting of class name and attributes.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   144
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   145
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
    ^ #(
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   147
        "<className> or (<className> attributes...) in load order"
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   148
        ColorEditDialog
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   149
        DataSetBuilder
2806
c847d71c11da automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2786
diff changeset
   150
        DirectoryView
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   151
        FlyByWindowInformation
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   152
        ImageEditor
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   153
        MenuEditor
2738
10db2dc54f37 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2643
diff changeset
   154
        MethodFinderWindow
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   155
        SelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   156
        TabListEditor
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   157
        #'Tools::InternationalLanguageTranslationEditor'
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   158
        #'Tools::ObjectModuleInformation'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   159
        #'Tools::ProjectBuilder'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   160
        #'Tools::ProjectBuilderAssistantApplication'
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   161
        UIGalleryView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   162
        UIHelpTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   163
        UILayoutTool
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   164
        UIListEditor
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   165
        UIObjectView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   166
        UIPainter
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   167
        UISelectionPanel
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   168
        UISpecificationTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   169
        #'stx_libtool2'
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   170
        FileSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   171
        ResourceSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   172
        UIPainterView
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   173
        (HierarchicalListEditor autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   174
        (MethodSelectionBrowser autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   175
        (ProjectBrowser autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   176
        (STXInstaller autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   177
        (ShellView autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   178
        (SnapShotImage autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   179
        (SnapShotImageMemory autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   180
        (#'Tools::NewInspectorList' autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   181
        (#'Tools::NewInspectorListView' autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   182
        (#'Tools::NewInspectorPanelView' autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   183
        (#'Tools::NewInspectorView' autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   184
        (#'Tools::ProjectDefinitionEditor' autoload)
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   185
        (#'Tools::ViewTreeInspectorApplication' autoload)
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
extensionMethodNames
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   190
    "lists the extension methods which are to be included in the project.
3600
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   191
     Entries are 2-element array literals, consisting of class-name and selector.
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   192
     A correponding method with real names must be present in my concrete subclasses
872b1d9a74f8 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 3547
diff changeset
   193
     if it has extensions."
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   194
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
    ^ #(
3208
1ce6db31fcdf class: Object
Claus Gittinger <cg@exept.de>
parents: 3190
diff changeset
   196
        Image edit
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   197
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   199
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
!stx_libtool2 class methodsFor:'description - project information'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
companyName
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
    "Return a companyname which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
3350
c1613e442ed5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3347
diff changeset
   205
    ^ 'Claus Gittinger / eXept Software AG'
c1613e442ed5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3347
diff changeset
   206
c1613e442ed5 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3347
diff changeset
   207
    "Modified: / 18-11-2016 / 11:48:00 / cg"
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
description
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
    "Return a description string which will appear in nt.def / bc.def"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
2474
675a80b62692 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2467
diff changeset
   213
    ^ 'Smalltalk/X Additional Tools'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   214
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   216
legalCopyright
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
    "Return a copyright string which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   218
3352
f8976cddeecf #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3351
diff changeset
   219
    ^ 'Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012'
2194
70b90ed6e10d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2193
diff changeset
   220
3352
f8976cddeecf #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3351
diff changeset
   221
    "Modified: / 18-11-2016 / 12:18:55 / cg"
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   222
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   223
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   224
productName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   225
    "Return a product name which will appear in <lib>.rc"
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   226
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   227
    ^ 'Smalltalk/X'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   228
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   229
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   230
!stx_libtool2 class methodsFor:'documentation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   231
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   232
version
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   233
    ^ '$Header$'
2610
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   234
!
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   235
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   236
version_CVS
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   237
    ^ '$Header$'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   238
! !
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   239