Akuli

Results 213 issues of Akuli

At work I use a Windows laptop with an external monitor. When I press Shift+F5 (or Shift+F6 or Shift+F7 or Shift+F8) to run a command, the "Run command" window appears...

windows
run plugin

> I also noticed that selecting text is way less laggier when the statusbar is disabled. `Statusbar.update_labels` does too much thing. _Originally posted by @rdbende in https://github.com/Akuli/porcupine/issues/956#issuecomment-1630641225_

performance

ThePhilgrim tried to do `tab.settings.get("comment_suffix", Optional[str])` without calling `.add_option("comment_suffix", ...)` anywhere. The error he got was: ``` porcupine._state ERROR: Error in tkinter callback Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.11.4_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py",...

The existing documentation in `porcupine/plugins/highlight/tree-sitter-token-mappings/README.md` and `default_filetypes.toml` doesn't seem to be enough. It's still easy to get confused about a lot of things: - Why does Porcupine support both pygments...

docs

It might be handy to select many lines of C code and press some key combination to turn it into `/* ... */` comment

pyright seems to get bugs fixed pretty quickly, so it might be: - better than mypy for type-checking - better than pyls for default python langserver

embarrassing

would be useful for writing latex, I need to copy/paste `\begin{align*} ... \end{align*}` a lot

plugin idea

``` Another fix to solve tho which is VERY important If I open 10 tabs and then close one on the X with the mouse.. the mouse is no longer...

Currently the only error information I can report to the user of my compiler from a `sly.Parser` is "invalid syntax at this line and this column in this file". That's...

This makes it easier to parse the output for checking the pyright version in scripts. We ran into this in https://github.com/python/typeshed/pull/11743.