Krisztián Fekete

Results 17 comments of Krisztián Fekete

Thanks @lorencarvalho for the workaround - actually it was clear how to get around it based on the docs (and knowing in general about zipapp prefixes). However as a first...

Based on the official docs (https://docs.python.org/3/library/sys.html#sys.base_exec_prefix) I think the proper way to calculate the original interpreter path (even from a virtualenv) is ```python >>> import sys >>> from pathlib import...

I was not aware, it was you :) Having multiple cursors is different from rectangular selection, I mostly use it for rename refactoring and in place of keyboard macros. It...

I use a text editor for its interactivity, so I would not use the *select all matches* feature - in fear that some non-visible instance is selected and edited, I...

This issue is in fact two - empty config at first startup - it is unclear how to enable further existing plugins, I glanced into some and saw `setEnabled`, `install`...

It is something like this, but both simpler and easier to use - simpler in that it is not possible to to compose anything, even arguments can not be given...

I think this feature is most useful if all of the editor functionality is available through it (thus needs to search/filter the command registry), and menus/shortcuts only provide a well...