[ENH] FlattenClassComments-nk

ned at squeakland.org ned at squeakland.org
Tue Mar 9 04:35:40 UTC 2004


Perhaps this will be something that Richard and others will find
useful..

"Change Set:		FlattenClassComments-nk
Date:			8 March 2004
Author:			Ned Konz

Adds (yet another) Preference for viewing flattened class comments in
the new Browser comment pane.

This should work with 3.7a at least equal to CS 5738.

The comment for the current class is directly editable; comments for
superclasses, when clicked, open a browser on that class.
"

Preferences addPreference: #viewSuperclassComments
	categories: #(browsing)
	default: false
	balloonHelp: 'If set, superclass comments will be shown in the Browser
class comment pane.'
	projectLocal: false
	changeInformee: #BrowserCommentTextMorph
	changeSelector: #viewSuperclassCommentsPreferenceChanged
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FlattenClassComments-nk.cs.gz
Type: application/octet-stream
Size: 2305 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040308/eed9134f/FlattenClassComments-nk.cs.obj


More information about the Squeak-dev mailing list