editor: add simple carp editor
This commit is contained in:
5
Pond.package/CarpEditor.class/instance/initialize.st
Normal file
5
Pond.package/CarpEditor.class/instance/initialize.st
Normal file
@@ -0,0 +1,5 @@
|
||||
initialization
|
||||
initialize
|
||||
text := ''.
|
||||
"TODO: find out how to override the mode properly"
|
||||
editor := GLMRubricHighlightedTextPresentation new withLineNumbers: true; editingMode: RubPlainTextMode new
|
Reference in New Issue
Block a user