editor: add simple carp editor
This commit is contained in:
8
Pond.package/CarpEditor.class/instance/gtCheck.st
Normal file
8
Pond.package/CarpEditor.class/instance/gtCheck.st
Normal file
@@ -0,0 +1,8 @@
|
||||
initialization
|
||||
gtCheck
|
||||
<gtInspectorAction>
|
||||
"TODO: make carp checker configurable"
|
||||
^ GLMGenericAction new
|
||||
action: [ GTInspector openOn: (CarpCheckExample new succeedingCarpChecker file: editor text asString; check) ];
|
||||
icon: GLMUIThemeExtraIcons glamorousRefresh;
|
||||
title: 'Check'
|
Reference in New Issue
Block a user