Improving document tree views.
This commit is contained in:
parent
2a2a4bb5f1
commit
06ccc84c29
@ -26,3 +26,8 @@ PPCMInlinedCode >> code: anObject [
|
||||
PPCMInlinedCode >> text [
|
||||
^ code
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
PPCMInlinedCode >> viewBody [
|
||||
^ (self className ,' ', self text) asRopedText.
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user