|
Class: CVSSourceCodeManagementSettingsAppl
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSourceCodeManagementSettingsAppl
|
+--CVSSourceCodeManagementSettingsAppl
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Version:
- rev:
1.63
date: 2022/08/08 15:42:39
- user: erghilazghi
- file: CVSSourceCodeManagementSettingsAppl.st directory: libtool
- module: stx stc-classLibrary: libtool
CVS part of the source code settings.
This settings app controls the parameters of the CVSSourceCodeManager.
Extracted for pluggability from SourceCodeManagerSettings in the AbstractSettingsApplication.
copyrightCOPYRIGHT (c) 2002 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
defaultRepositoryName
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
defaultIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon1 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon1
Icon flushCachedIcons
|
-
defaultIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon2 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon2
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:CVSSourceCodeManagementSettingsAppl andSelector:#windowSpec
CVSSourceCodeManagementSettingsAppl new openInterface:#windowSpec
CVSSourceCodeManagementSettingsAppl open
|
queries
-
managerClass
-
backlink to my manager class (needed by the settings app)
actions
-
addModule: module withData: data
-
-
addPublicExeptRepository
-
-
basicReadSettings
-
self selectedPerModuleRootChanged.
-
basicSaveSettings
-
self availableManagers
-
removePerModuleRoot
-
Modified (format): / 21-12-2011 / 14:25:29 / cg
actions - cvs
-
addPerModuleRoot
-
-
basicSaveCVSSettings
-
-
cvsInit: cvsRoot
-
VT100TerminalView ?
Usage example(s):
self basicNew cvsInit:':local:c:\users\exept\cvs'
|
-
cvsLogin: cvsRoot
-
VT100TerminalView ?
Usage example(s):
self basicNew cvsLogin:':pserver:stx@exept.eu.org:/stx'
|
-
initPerModuleRoot
-
-
loginCVSRoot
-
-
loginPerModuleRoot
-
aspects
-
cvsCommandTimeoutHolder
-
-
cvsExecutableHolder
-
-
cvsInitInModuleEnabled
-
-
cvsLoginEnabled
-
-
cvsLoginInModuleEnabled
-
-
cvsLoginInfoTextHolder
-
-
cvsLoginInfoVisibleHolder
-
-
cvsLoginVisible
-
hide this button on windows, where the terminal window does not work
correctly without echo
-
cvsRootHolder
-
-
cvsRootPrototypeList
-
there might be more here in the future
-
initialListOfModules
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
-
perModuleRoot
-
-
perModuleRootModule
-
-
selectedPerModuleRoot
-
change & update
-
selectedPerModuleRootChanged
-
-
update: something with: aParameter from: changedObject
-
cvs
-
updateInitEnableHolders
-
-
updateLoginEnableHolders
-
help
-
editorHelpRelativeWikiURL
-
the relative URL of the dialog-description in the Wiki
-
helpFilename
-
the path for a local help document (for offline reading)
initialization & release
-
initialize
-
(comment from inherited method)
must be called if redefined
queries
-
cvsRootFromCVSRootFileOrNil
-
see if there is a local CVS directory; if so, extract a default CVSRoot from it
-
hasUnsavedChanges
-
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
|