Skip to content

Commit

Permalink
Disable macro stepper button.
Browse files Browse the repository at this point in the history
It's confusing to students looking for the stepper.

Thanks to Rory Nguyen for the report!
  • Loading branch information
stamourv committed Sep 18, 2020
1 parent 11f216a commit 1adab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/reader.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dssl2/language
[(color-lexer)
get-syntax-token]
[(drracket:opt-out-toolbar-buttons)
'(debug-tool drracket:syncheck)] ; macro-stepper?
'(debug-tool drracket:syncheck macro-stepper)]
[(drracket:indentation)
find-current-indent]
[(drracket:keystrokes)
Expand Down

0 comments on commit 1adab63

Please sign in to comment.