Nathan Smutz
Nathan Smutz
You can get the .jar for 2.1.6 (latest as of now) and prior versions of NightCode here: https://github.com/oakes/Nightcode/releases I imagine the JavaFX problem just complicates building from scratch; but just...
Update: Working with this on linux, it appears that you can scroll down with the mouse and see new lines below the window. It might have been the lag issue...
I thougt I'd clarify this issue with a better title and a clarified description. Here's the main issue: When writing/editing the last line of a file: if you press [Enter],...
Now, a workaround would be to chop the first n lines out of the string before it hits CSV. str = str.substring(str.indexOf( line_delimiter ) + 1); Repeat for how many...
I'll check; but I think I've seen symptoms like this, of varying intensity with other 2.#.# releases. I might have mentioned typing lag as a peripheral issue on another ticket....
Looks like I mentioned unpredictable typing lag for Nightcode 2.1.5 (Linux) in issue #201 (a main issue was fixed regarding behavior after hitting the return key). Typing lag is more...
I think I've seen it bog down more with large files. What's the threshold where you've seen input lag on typing? 300 lines or so? I'll have to look and...