nsf
nsf
Yes, will do, eventually. The cache was supposed to be smarter as well, dropping unused things after a period of time. And of course what you said, the daemon was...
It's a bit incorrect, but it doesn't matter. I know about this issue and I'm pretty sure no one but me will have to solve it.
Try updating gocode, I don't know what's wrong either. Or maybe you're editting a horribly broken file, like a non-utf8 one or something, I don't know.
If you still there, you can try new `-debug` flag now. `gocode -s -debug` will print additional info about completion requests. It could help with an issue. Or perhaps it...
No. No one worked on it. In fact given current gocode architecture it's a very hard problem to solve. At least that's how I remember it.
Yeah, issue #83 explains it all. In summary: - Gocode will not provide this feature as it requires parsing source code instead of archive files. For gocode it's faster to...
That is almost true, the underlying library I use doesn't support CJK characters unfortunately. At the moment there is nothing I will do about it, but maybe in future I'll...
Actually should work now, can you please test it?
Well, the files are stored as double-linked lists of lines. That may lead to problems if you have very long lines of text, but it has to be really long...
If you want to make a text editor that can easily work with large files, your best bet is to rely on OS primitives that can be very helpful here....