Jiří Techet
Jiří Techet
Alright, I got some more experience with python language servers while developing https://github.com/techee/lsp-proxy 1. I don't like `pylsp` much - seems slow and kind of buggy 2. `pyright-langserver` seems to...
Looks good in general, but I think folding should work when the cursor is anywhere in the block, not just on the fold point (vim seems to work this way)....
If you are planning to continue working on this PR, there's one catch. Because of https://github.com/geany/geany-plugins/commit/33984abc9bd24bbf03db3ac517eb45ca2c7e6b7f you have to first move the cursor on the visible line before performing a...
One more thing, the README file contains all the supported vi commands - would you copy the added commands from `index.txt` in the vimode directory into README?
@scresto09 You seem to have pushed an unmodified branch and the pull request closed as a result. There are no commits in this pull request now.
I'm not sure this is the correct way to address the issue. I think we should take the folds into account and perform the motion commands on top of the...
> After read the https://sourceforge.net/p/scintilla/bugs/2438/ report, I think the best way to automatically set the cursor position on the visible line is surely to track the SCN_MARGINCLICK event. I did...
Closing this PR as #1338 was merged. Having SCN_MARGINCLICK handled would however be worth adding as a separate PR.
@b4n Thanks for having a look at it - I'll address the changes you suggested. > Apart from that, I was kind of disappointed that the "goto file" only lists...
> Apart from that, I was kind of disappointed that the "goto file" only lists Geany open documents rather than the project's documents -- maybe you'd like to add that?...