You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2020. It is now read-only.
This release improves the editor for clojure files quite a bit, including better highlighting behavior for tagged literals (like #js {:a 1}) and regex literals. It also allows you to set the initial namespace for the REPL -- for lein projects it uses the :main ns from your project.clj, and for boot projects you need to give the :main to the boot task.
Previously, if you opened nightlight in Edge I would just show a message saying it wasn't supported. I did a lot of work today to at least make it somewhat usable. There are still a few problems, including bad behavior when you hit enter, but it is at least better than before.
I had to revert all the recent changes (including the resizable sidebar) due to various unresolved styling problems that I have since discovered. I don't have the time to investigate them right now so I'll have to revisit the sidebar resizing feature later when I can do a better quality job on it.
This release fixes a recently introduced bug that made the line numbers and instaREPL stay fixed on the page even when you scrolled. It was a dumb oversight on my part, my bad...
This release allows you to resize the sidebar. Thank you to Github user roman01la for the PR! I also updated Nightcoders.net to also have this feature.
This release updates codemirror (the editor for non-Clojure files) and makes text wrap in md and txt files. It also includes a library that allows it to run on Java 9 without having to explicitly add java.xml.bind.
This release improves the instaREPL. It can now evaluate forms that have reader conditionals -- previously it would show an error. It also truncates results that are really long...I learned the hard way that a long enough result could freeze your browser tab.