Andrew Dupont
Andrew Dupont
### 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...
### Have you checked for existing feature requests? - [X] Completed ### Summary I don't know how feasible this is, but I'm going to throw it out here. * Suppose...
### Have you checked for existing feature requests? - [X] Completed ### Summary Right now, `autocomplete-plus` is very rigid in how it returns suggestions: * Providers are sorted by their...
#1100 gives me a great excuse to get the new Tree-sitter PR up. Unlike last month's PR, this one starts off small. Fixes #1100. ### Changelog * [language-php] Highlight “null-safe”...
We were using a deprecated function, so I think this is just a modernization task. Logging it so I don't forget about it.
### Identify the Bug To delete files, `tree-view` uses Electron’s `shell.moveItemToTrash` method. That’s a synchronous method that was already deprecated in Electron 12 and is completely missing from Electron 30....
The [`scrollbar-style` library](https://github.com/pulsar-edit/scrollbar-style) manages to crash the editor window when it reloads. It was rewritten in N-API a while back, but it's still got some context safety issues that I...
### 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...
The “canary” channel — which I sometimes call “PulsarNext” because I can't decide on a name — is something we'll have to do for a while so that people can...
### 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...