Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Messages sent but not implemented: #gtName #7

Closed
tinchodias opened this issue Oct 18, 2021 · 2 comments
Closed

Messages sent but not implemented: #gtName #7

tinchodias opened this issue Oct 18, 2021 · 2 comments

Comments

@tinchodias
Copy link

CodeCritics shows in:

BlTaskItGuidelines
>>>
storeProcessName
	<return: #String or: nil>
	^ mutex critical: [ collection add: Processor activeProcess gtName ]
@tinchodias
Copy link
Author

Defined by GToolkit-Inspector as extension to Process as:

gtName
	<return: #BlRope>
	| aText |
	aText := (name 
		ifNil: [ '' ] 
		ifNotNil: #asString) asRopedText.
	aText append: ' ' asRopedText.
	aText append: ((suspendedContext asString asRopedText 
		foreground: BrGlamorousColors disabledButtonTextColor)).
	^ aText

@tinchodias
Copy link
Author

Fixed in c1705d4 (simplified with a replacement by name)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant