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

`cargo r` `cargo t` `cargo b` `cargo clippy` `cargo fmt` These are all I have used (sometimes with other flags e.g. `RUST_BACKTRACE=1 RUSTFLAGS='-A dead_code -A unused_imports' cargo r`, but I...

- [x] C (used to work, there's some commented out parts in `tree_sitter_highlighter.py`) - [ ] C++ - [x] TOML (config in `default_filetypes.toml` must be moved into a `.yml` file...

tree-sitter highlighter

Found this file from my computer. Need to check if all items in it are done by now - [x] highlight await keyword in my editor - [x] highlight "async...

tree-sitter highlighter

![s](https://user-images.githubusercontent.com/18505570/186735629-cb8a2a3f-c7c6-4e59-93ec-fc6d540ef49e.png) `not_implemented!` macro does not highlight when it is inside `tokio::select!` macro

tree-sitter highlighter

![s](https://user-images.githubusercontent.com/18505570/187077648-df5488eb-1717-426b-877d-e4810aa1ff3b.png)

tree-sitter highlighter

Currently the tree-sitter highlighter doesn't work on new Macs with arm processors, for two reasons: - py-tree-sitter-languages doesn't support it - https://github.com/Akuli/py-tree-sitter-builds/ doesn't support it You can still use Porcupine...

mac
tree-sitter highlighter

1. Maximize Porcupine window 2. Close Porcupine 3. Reopen Porcupine. It is no longer maximized, just really big so that it kinda looks maximized Porcupine should presumably stay maximized when...

help wanted
good first issue

To reproduce 1. Install Porcupine with the Windows installer 2. Install Porcupine with the Windows installer again Presumably the deleting is slow because a log line is printed for every...

windows