|
Smalltalk/X WebserverDocumentation of class 'Tools::NewSystemBrowser::OwnershipGraph': |
|
|
Class: OwnershipGraph (private in NewSystemBrowserThis class is only visible from within NewSystemBrowser.Inheritance:Object | +--ListEntry | +--Tools::NewSystemBrowser::OwnershipGraph
Description:
an instance of me is given to the codeView as a listEntry (i.e. line).
The codeview does not really know that it is not dealing with non-text,
as I mimicry some of the string protocol to make it happy.
(duck typing is cool!)
to show pre-assigned per-user colors, do something like:
UserPreferences current
at:#preferredOwnerColorMapping
put:(
Dictionary new
at:'cg' put:(Color green);
at:'claus' put:(Color green);
at:'sv' put:(Color blue);
at:'ab' put:(Color orange);
at:'ca' put:(Color cyan);
at:'mb' put:(Color red);
at:'sr' put:(Color yellow);
at:'vrany' put:(Color orange lightened);
yourself
)
Class protocol:defaults
Instance protocol:accessing
Private classes:
RevisionOwnershipInfo
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 08:33:01 GMT
|