eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'CVSSourceCodeManagementSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CVSSourceCodeManagementSettingsAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSourceCodeManagementSettingsAppl
               |
               +--CVSSourceCodeManagementSettingsAppl

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.50 date: 2019/07/16 13:05:49
user: cg
file: CVSSourceCodeManagementSettingsAppl.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


CVS part of the source code settings. 
This settings app controls the parameters of the CVSSourceCodeManager.

Extracted for pluggability from SourceCodeManagerSettings in the AbstractSettingsApplication.


Class protocol:

defaults
o  defaultRepositoryName

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  defaultIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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
o  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
o  managerClass
backlink to my manager class (needed by the settings app)


Instance protocol:

actions
o  addModule: module withData: data

o  addPublicExeptRepository

o  basicReadSettings
self selectedPerModuleRootChanged.

o  basicSaveSettings
self availableManagers

o  removePerModuleRoot
Modified (format): / 21-12-2011 / 14:25:29 / cg

actions - cvs
o  addPerModuleRoot

o  basicSaveCVSSettings

o  cvsInit: cvsRoot
VT100TerminalView ?

usage example(s):

     self basicNew cvsInit:':local:c:\users\exept\cvs'

o  cvsLogin: cvsRoot
VT100TerminalView ?

usage example(s):

     self basicNew cvsLogin:':pserver:stx@exept.eu.org:/stx'

o  initPerModuleRoot

o  loginCVSRoot

o  loginPerModuleRoot

aspects
o  cvsCommandTimeoutHolder

o  cvsExecutableHolder

o  cvsInitInModuleEnabled

o  cvsLoginEnabled

o  cvsLoginInModuleEnabled

o  cvsLoginInfoTextHolder

o  cvsLoginInfoVisibleHolder

o  cvsLoginVisible
hide this button on windows, where the terminal window does not work
correctly without echo

o  cvsRootHolder

o  cvsRootPrototypeList
there might be more here in the future

o  initialListOfModules
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)

o  perModuleRoot

o  perModuleRootModule

o  selectedPerModuleRoot

change & update
o  selectedPerModuleRootChanged

o  update: something with: aParameter from: changedObject
cvs

o  updateInitEnableHolders

o  updateLoginEnableHolders

help
o  editorHelpRelativeWikiURL
the relative URL of the dialog-description in the Wiki

o  helpFilename

initialization & release
o  initialize
(comment from inherited method)
must be called if redefined

queries
o  cvsRootFromCVSRootFileOrNil
see if there is a local CVS directory; if so, extract a default CVSRoot from it

o  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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 10:02:20 GMT