-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance macro expansion stepper hiding; closes #697
- Add customization variable racket-expand-hiding, which is an Emacs Lisp equivalent of macro-debugger/model/hiding-policies. Allows the same level of macro hiding customization as in DrRacket. - Use macro-debugger stepper for expressions, too: - Simplifies back end implementation. - Allows racket-expand-hiding policy to affect expression expansion, too. - Unless overridden by a command prefix, show the racket-expand-hiding name and value in the buffer, and button-ize the former to be customize-variable. - Add a racket-stepper-refresh command, so after someone customizes the hiding policy they can just hit "g" to use the new value.
- Loading branch information
1 parent
3536288
commit 3ce25d8
Showing
7 changed files
with
289 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.