Andrew Dupont
Andrew Dupont
### Have you checked for existing feature requests? - [X] Completed ### Summary Someone complained that modern Tree-sitter no longer suggested a certain kind of editor fold. The most naïve...
Fixes #822. ### Description of the Change Implements a simplified API for one window to send a signal to all windows, optionally including itself. (#822 explores scenarios where this could...
Fixes #868. I feel lucky to be able to introduce this rolling PR so soon after the release. This first commit fixes a strange folding behavior that had been hanging...
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
This one is in draft mode until I can get some Linux testers. ### Identify the Bug There are a handful of issues with `pulsar.sh` on macOS and Linux; they’re...
This is a concept for how we'd rewrite argument parsing to make `--package` work better and fix the issues detailed in #1053. I haven't tried any of this on Windows...
This is another draft based on my work in #1066 and tries to use CI to automate [the process I described here](https://github.com/pulsar-edit/pulsar/issues/1053#issuecomment-2254319948) of fixing the AppImage after it's generated. I'm...
### Have you checked for existing feature requests? - [X] Completed ### Summary [This recent comment](https://github.com/pulsar-edit/pulsar/issues/878#issuecomment-2232937903) reminds me of the painful constraint that injections don't work across different types of...
…of the form `(select|delete|cut|move)To(Beginning|End)OfLine`. Also add most permutations of the form `(select|delete|cut|move)To(Beginning|End)Of(Screen|Buffer)Line`. The ambiguous names are the ones that do not specify whether they operate on buffer coordinates or screen...
Copied from a draft issue on the WASM/Modern tree-sitter project. This is an interesting idea because `tree-sitter-json` properly parses JavaScript-style comments. They aren't automatically errors, which means that `tree-sitter-json` could...