Greg Sexton
Greg Sexton
This is by design I'm afraid. The reason for this is so that the search doesn't take too long. The matching logic is executed every time the cursor is moved...
I'm going to leave this open although I think this may be outside the scope of this project. Ideally Emacs would have an excellent interactive jupyter mode and ob-iopython could...
Scala is syntactically (and otherwise :D) quite a complex language, that I don't use. Happy to take a PR for this but, honestly, I'm unlikely to dig in to this...
In the meantime you might want to use the indentation parser?
Is this still relevant now that I've merged #71 ?
Hi, I'm not actively making changes to gitv at the moment. If this is annoying enough that you don't mind changing it, I'll happily merge in pull requests.
See also #22
The range browser just makes use of the current file-based browsing capabilities. If I remember correctly, this works by making assumptions about the layout of the windows. As a result,...
This would be possible with code changes but currently the code assumes that it has spun up the kernel. The main limitiation is that the code assumes a naming convention...
Great idea! Do you want to send a pull request?