Akuli
Akuli
When the langserver is working, you probably don't really care about it and you don't want it to take up space in the status bar. If we still need to...
Some kind of error message should appear if you try to evaluate something like `asd + 1`. It doesn't matter what exactly the magic key binding is, but it must...
I don't like Command-A-E, because for us non-Mac users, it would become Ctrl+A+E and Ctrl+A already has a well-known meaning. It could be Alt+A+E or Alt+A or Alt+E though. You...
It shouldn't care about whether the selected expression is one line or multiple lines. For example, if you select the 4 lines inside the parentheses, it should become `print(46)` (probably...
> How can I get the current seletected text through porcupine Once you have a `FileTab`, you can do `tab.textwidget.get("sel.first", "sel.last")` > and how do I add a keybind? To...
If I add the entry, it could also act as "Type to filter", similarly to plugin manager
I fixed py-tree-sitter-builds, but still waiting for py-tree-sitter-languages support.
It has been supported in py-tree-sitter-languages for a while now, waiting for me to do a new release of py-tree-sitter-builds.
Not entirely highlighter's fault. Try `mypy/checker.py` with syntax highlighter plugin(s) disabled.
`stdbuf` might be good for this ``` akuli@akuli-desktop:~$ cat foo.c #include #include int main(void) { printf("a\n"); struct timeval t = { .tv_sec = 1 }; select(0, (fd_set *)0, (fd_set *)0,...