Nightlight
Nightlight copied to clipboard
An embedded editor for Clojure
Hi, I've just started using this editor and can I say that I LOVE it. It's taken me a frustrating amount of time to set up an integrated REPL/editor with...
Just upgraded to 2.1.3 (from 1.9 something or other). I am getting an exception (see below). It's possible to workaround by specifically adding Clojure 1.9 as a dependency. I think...
Hi Zach, It could be helpful to start a roadmap or a list of project goals. Features/extensions/interactions that you are envisioning for the project, aside from requests or issues submitted...
when you have something like `; hello "yo` parinfer will stop working because the quote is not closed. Doing it here for example http://shaunlebron.github.io/parinfer/demo will have the same behaviour as...
Have keyboard shortcuts / command suggestions been implemented yet? If yes, I'm not seeing any on my machine: - MacBook Pro (Retina, 15-inch, Mid 2014) - OS X Yosemite 10.10.5...
The InstaREPL does not correctly exclude core libraries when they are excluded in the `ns` tag with `:refer-clojure :exclude` Steps to reproduce: 1. Execute `lien new app exclude-test` 2. Go...
This is a suggestion for Nightcoders. I know you said that you are thinking of potential commercialization. If that doesn't appeal to you down the line I think it would...
First of all: Wow. Nightlight is amazing. Wonderful work :-) I used this tool while I was back in Seattle and it was marvelous and magical. Now for the issue.....
In other editors I find it very handy to turn on the whitespace marker that visually distinguishes between tab and space characters. In Eclipse, the end-of-line marker is quite useful...
In other editors I use a vertical margin marker at 120 characters to keep my max code width the same in all files. I would like to be able to...