-
-
Notifications
You must be signed in to change notification settings - Fork 653
New feature: Enlighten #1545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: Enlighten #1545
Conversation
You've just signed LT's death sentence. :-) The code looks good - all we need now is some documentation and a changelog entry. You can add this (or an animated gif) in the README. |
Simply awesome! 👍 |
Sweet! |
Thanks. :-)
Yeah, I'll start writing that now. |
287f8f5
to
5d5653c
Compare
The docs look good. Guess you can squash the commits and we can merge this. |
README.md
Outdated
(setq cider-stacktrace-fill-column 80) | ||
``` | ||
|
||
### Enlighten (Light Table) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, maybe the reference to "Light Table" will be big misleading, as most people will think this is something like "InstaREPL".
Handle :enlighten messages through the debug channel. Define cider-enlighten-mode. Font-lock enlightened defns. Document Enlighten.
24ba6f6
to
c4e55e2
Compare
This is awesome! |
😊 |
This PR adds support for the Enlighten feature in clojure-emacs/cider-nrepl#296.
Take a file like the following:
Turning on
cider-enlighten-mode
and evaluating the sexps one by one (C-c C-k
doesn't work) will lead to this: