Files
pond/Pond.package/CarpEditor.class/instance/initialize.st

5 lines
199 B
Smalltalk

initialization
initialize
text := ''.
"TODO: find out how to override the mode properly"
editor := GLMRubricHighlightedTextPresentation new withLineNumbers: true; editingMode: RubPlainTextMode new