Better doc string and note to myself in the future.
This commit is contained in:
parent
d15167e118
commit
6740d526fe
@ -152,7 +152,8 @@ GrafoscopioBrowser class >> openHelpInPdf [
|
|||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
GrafoscopioBrowser class >> showSettings [
|
GrafoscopioBrowser class >> showSettings [
|
||||||
"Shows the settings in a Transcript"
|
"Shows the settings in a Transcript. This should return a dictionary for better management of the settings. For the moment
|
||||||
|
is a quick a dirty hack"
|
||||||
|
|
||||||
Transcript show: fossil; cr.
|
Transcript show: fossil; cr.
|
||||||
Transcript show: pandoc
|
Transcript show: pandoc
|
||||||
|
Loading…
Reference in New Issue
Block a user