pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

A Community-led Hyper-Hackable Text Editor

Results 316 pulsar issues
Sort by recently updated
recently updated
newest added

- Fixes electron logging, and allows for _all_ output from the internal console to be output to the terminal that launched Pulsar. This was something we didn't even know was...

work-in-progress

- Update descriptions to have a standardized wording - Update `language-rust-bundled` to `language-rust` - plan to integrate a source.rust scope alongside the tree-sitter scope - Update `language-shellscript` to `language-shell-script` as...

under-review
failing-test

- Rename themes to `theme--` syntax - Renamed `atom-dark-syntax` to `theme-syntax-atom-dark` - Since this is a theme, it can keep the Atom branding as it **is** an Atom theme -...

under-review
failing-test

As agreed on [Discord](https://discord.com/channels/992103415163396136/1050238039915507742/1050924605780545557), we are okay with integrating more packages with our Bundled Core Packages. Due to a new [PR](https://github.com/pulsar-edit/package-generator/pull/1) on `package-generator` this package has come to my attention...

This is a super simple PR that makes 0 actual code changes. Simply in this PR I've attempted to organize our File Exclusions and Inclusions in the hopes this makes...

### Have you checked for existing feature requests? - [X] Completed ### Summary I made a mistake earlier and disabled "settings-view". At the time it seemed the only way to...

enhancement

We may not merge this ever - but this draft PR exists just to track changes we're doing to make Pulsar work on Electron 19 without making the Electron 19...

### 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...

bug

This removes all core package specific handling and adds them as just packages included by default. Some packages need patches. To use the `settings-view` package I recommend [this](https://github.com/Sertonix/pulsar-settings-view/tree/ignore-packageDependencies) branch. Achievements...