Nightcode icon indicating copy to clipboard operation
Nightcode copied to clipboard

An IDE for Clojure

Results 32 Nightcode issues
Sort by recently updated
recently updated
newest added

I'm new to Clojure, so maybe it's my misunderstanding, but I'm using read-line to get user input for testing purposes, but it seems to be reading data from my source...

im new in clojure, so maybe this is not important. first an image ![nightcodeerror](https://user-images.githubusercontent.com/146947/54293511-badc4a00-4575-11e9-8f81-b4fe2e6bed6a.JPG) in niightcode 2.60 i get this error in instant repl but it doesnt afect the execution...

"New File" and "Confirm Exit" (Save/Don't Save/Cancel) dialog boxes appear on Linux with only the application icon, window border, and a tiny empty interior space. The box appears to be...

Do you sometimes try several code alternatives? To comment out code, I prefix `#_` in front of a `(parens-enclosed form)`. It works for multi-line, too. Nightcode handles it well for...

Hi Zach, From the closed issues on GitHub it sounds that Nightcode has a toolbar with buttons. However, I can't see any - in 2.6.0 on SUSE x64: ![image](https://user-images.githubusercontent.com/4270240/45042196-03430a00-b01f-11e8-9223-9d5788441f71.png) Help,...

Windows 10. ru_Ru Encoding in the nRelp console isn't UTF-8. Exemple: (sort ["Эверест" "Анды" "Карпаты" "Пиренеи"]) InstaRep - eval it ok: ;;=>("Анды" "Карпаты" "Пиренеи" "Эверест") nRepl - eval it in...

Reproduced with Nightcode 2.6.0 on Gnome 3.22.2 (Debian 9) If I paste any text which is not plain text (ie, if it is copy/pasted from a webpage like StackExchange), instead...

Reproduced with Nightcode 2.6.0 on Gnome 3.22.2 (Debian 9) If my cursor is in the REPL window, and I Alt-Tab away from Nightcode, when I Alt-Tab back the cursor is...

I had installed Java manually into /usr/local and have it in my path. I am able to run both Java and Clojure in cli. However when I run Nightcode it...

Ctrl+Z does undo, but it jumps the caret (and not to the place of change, I believe) and it scrolls about half the page.