porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

A decent editor written in tkinter

Results 199 porcupine issues
Sort by recently updated
recently updated
newest added

https://github.com/Akuli/porcupine/blob/46796ad989cacf22ff518679a5d31e456665f538/docs/extensions.py#L14 Should use the release that the docs are for, so 0.99.0 docs link to tag `v0.99.0`

Continuing from https://github.com/Akuli/porcupine/pull/957, @rdbende said: > IMO F5-s command should be specified in default_filetypes.toml (you can change it in your config file) and it should be set to run/compile the...

Similar to settingsdialog, but for statusbar. So plugins can add their own buttons, labels to it. For example, I would rather see the filetype selector there than in the menubar....

```python3 import subprocess subprocess.run(["python3", "-c", "import time; time.sleep(60)"]) ``` If you run this with output going to porcupine window and you stop it, the subprocess will continue running. You can...

run plugin

After writing some java code with a jave IDE, I don't like how I have to press tab to get completions in porcupine

embarrassing

If I find matches in two different functions, I often want to replace them in just one of the functions. When I click "Replace this match" for the last time,...

Looking at some git output with the run plugin, having output go inside the porcupine window. It's probably not a great idea to abuse the run plugin for git commands,...

low priority
run plugin

Currently running a command and fixing lots of errors it finds. I have to click each file, would be nice to press a key binding to walk through all links

run plugin

``` porcupine.plugins.directory_tree WARNING: unknown git status line: ' D compiler/typecheck.py' ```

directory tree

In #831 I changed an error handler to not be used when running tests, which reveals this error that doesn't cause tests to fail but should be fixed anyway: ```...

directory tree