Akuli

Results 213 issues of Akuli

In many programs, Ctrl+Tab and Ctrl+Shift+Tab, or alternatively Ctrl+PageUp and Ctrl+PageDown, can be used to switch between tabs. I think Porcupine should do this too. Currently Porcupine's default key bindings...

I have json file of 46607 lines and scrolling through it is quite slow. Disabling syntax highlighter by setting filetype to plain text makes it slightly better, but still slow....

You can stretch the output area to make it bigger or smaller. Porcupine even remembers its position when you restart, I think. But this can happen: 1. User wants to...

On Moosems's mac, opening up a new tab takes quite a while. ![https://i.ibb.co/N6pqbSy/issue.gif](https://i.ibb.co/N6pqbSy/issue.gif) Moosems says that disabling the minimap plugin made Porcupine faster. Another minimap issue from a mac user,...

mac

Currently you need to: 1. Close porcupine 2. Run or click whatever thing you use to start Porcupine 3. Depending on your settings, maybe reopen all the tabs you had...

https://github.com/Akuli/porcupine/blob/df7919c8f85a54db796ff39c404f1351b59ff039/porcupine/plugins/highlight.py#L150-L158 Here `change.end` is the old end (see #1118) and `[0]` finds the line number from a `[line, column]` pair. I don't think this works as intended when you press...

Bugs with handling change events are difficult to reproduce, so it's important that using them correctly is easy. Porcupine has a dataclass `textutils.Change` that contains: ```python3 # These should be...

If I click "Pastebin" --> "dpaste.com", I get a dialog saying "Do you want to send ..." as expected. It shows up in front of the Porcupine window, but is...

In the Shift+F5 dialog, you can say `{project_name}` and it will be substituted with the name of the project. This is great, except that it's unusable when I use a...

low priority
run plugin

Since #1105, building the launcher exe works again, but the exe file is not as good quality as it was before: - The exe properties are missing several things: version,...

windows