1
6
submitted 3 weeks ago by [email protected] to c/[email protected]

Hello! I just downloaded and installed Pulsar. Most editors like Pycharm, or VSCodium have a built in terminal you can run in the window you are editing. Is there a plugin that will install a built-in terminal or something similar so I can edit in Pulsar and not have to run windows terminal

2
10
submitted 4 weeks ago* (last edited 4 weeks ago) by [email protected] to c/[email protected]

Get your grills ready, Pulsar v1.118.0 is cooking with gas! With lots of love to syntax highlighting, along with a zesty sprinkling of features and fixes. We've got Tree-sitter fixes and improvements from query tests, better documentation of our Tree-sitter usage, an updated PHP parser, and loads of improvements to Clojure, there should be a little something for everyone. But of course feel free to dive into the changelog for further details.

3
8
submitted 3 months ago by [email protected] to c/[email protected]

A week later than you’re accustomed to — but worth the wait! Pulsar 1.115.0 is available now!

Last month’s 1.114.0 release was full of fixes related to the recent migration to modern Tree-sitter. This month’s release is much smaller, but still dominated by Tree-sitter fixes affecting syntax highlighting, code folding, and indentation.

4
7
submitted 5 months ago by [email protected] to c/[email protected]

Welcome to a brand new Pulsar release!This release features a lot of updates and fixes for our modern Tree-sitter implementation, an assorted bag of bug fixes and some new features to introduce, such as restoring compatibility with older Linux distributions and a new ppm command.

5
5
submitted 5 months ago by [email protected] to c/[email protected]

Last month was our biggest update to Pulsar we have had in quite a while, so in this blog we will be addressing some of the issues people have seen and what you can expect in terms of fixes and updates. Outside of that, we have some big changes to the Pulsar Package Registry backend that give (and document) a bunch of new filters and endpoints to the API, as well as a reminder for @maurício szabo's blog post detailing our biggest hurdle: the road to modern versions of Electron.

6
8
submitted 5 months ago by [email protected] to c/[email protected]

In the beginning, Atom appeared. It created an API to make packages, but together with this API, it also allowed authors to use web APIs together with node.js packages, modules (including "native modules" - more on that later) and, finally, a special API that was used to communicate between the "main module" and the "browser part".

That last part, eventually, split from Atom and became Electron. And for a while, the Atom development was tied to the Electron one, meaning that an update on Atom usually meant an update on Electron, and vice-versa.

Unfortunately, that wasn't the case for a long time...

7
4
submitted 5 months ago by [email protected] to c/[email protected]

We’ve been telling a series of stories about all the different ways that Tree-sitter can improve the editing experience in Pulsar. Today’s story about symbols-view starts a bit slowly, but it’s got a great ending: the addition of a major new feature to Pulsar 1.113.

8
10
submitted 6 months ago by [email protected] to c/[email protected]

Welcome to the release of Pulsar 1.113.0, our first release of 2024. For this release we have enabled our modern Tree-sitter implementation by default, a new Tree-sitter PHP grammar, a huge update to our 'symbols-view' package, a bunch of bug fixes and an issue where we banish 😡 to the Netherrealm.

9
3
January Community Update! (pulsar-edit.dev)
submitted 6 months ago by [email protected] to c/[email protected]

Welcome to our first community update of 2024! We have a reminder about our upcoming tree-sitter change, a resolution to our annoying website issues, a brand new PPR API endpoint so you can find packages by your favourite authors, a statement on our commitment to our long-term projects and a very special new year community spotlight.

10
2
submitted 7 months ago by [email protected] to c/[email protected]

Welcome to our 12th regular release! It has been exactly a year since we put out our first tagged release and development continues. This month we have some new soft-wrapping options, some long overdue updates to PPM, improvements to our "GitHub" package, a new fuzzyMatcher API and our usual slew of bug fixes.

11
6
submitted 7 months ago by [email protected] to c/[email protected]

This month we have a big update on our plans to move to a new version of electron and what that might mean for our releases, some better error handling on our package website and our usual community spotlight to say thank you to those community members contributing to Pulsar's development!

12
3
submitted 8 months ago by [email protected] to c/[email protected]

Welcome to a new Pulsar regular release!

This time we have a brand new API, a reduction in Pulsar's installed size, a fix for a really tricky and annoying bug, and some fixes from the community.

13
3
submitted 8 months ago by [email protected] to c/[email protected]

One annoying thing that software developers do is insist on writing in more than one language at once. Web developers are espeically obnoxious about this — routinely, for instance, putting CSS inside their HTML, or HTML inside their JavaScript, or CSS inside their HTML inside their JavaScript.

Code editors like Pulsar need to roll with this, so today we’ll talk about how the modern Tree-sitter system handles what we call injections.

14
1
November Community Update (pulsar-edit.dev)
submitted 8 months ago by [email protected] to c/[email protected]

This month we have a couple of really significant changes to how Pulsar works internally by creating a couple of new APIs that can be used throughout the application, a new package to help you run code directly within Pulsar and our usual community spotlight to say thank you to those community members contributing to Pulsar's development!

15
5
submitted 8 months ago by [email protected] to c/[email protected]

Hello! I was a big fan of Atom editor, and I'm very glad that Pulsar is continuing the legacy of Atom. My concern/question is, how in the heck do I install plugins? Specifically, plugins for python? And also, is there a terminal/space to run Python code like there is in VSCodium? In VSCodium, there's a play button and code runs automatically in the built in terminal. Any help is appreciated!

16
2
submitted 8 months ago by [email protected] to c/[email protected]

Last time we looked at Tree-sitter’s query system and showed how it can be used to make a syntax highlighting engine in Pulsar. But syntax highlighting is simply the most visible of the various tasks that a language package performs.

Today we’ll look at two other systems — indentation hinting and code folding — and I’ll explain how queries can be used to support each one.

17
4
submitted 9 months ago by [email protected] to c/[email protected]

Here we are with another Pulsar release, and this month we have quite a number of fixes and improvements. This time the focus has really been on bug fixes in order to improve the overall experience.

We have updates to PPM for newer toolchain compatibility, a new Autocomplete API, better error handling for a crash at launch with invalid config and a fix for PHP snippets.

18
2
submitted 9 months ago by [email protected] to c/[email protected]

Last time I laid out the case for why we chose to embrace TextMate-style scope names, even in newer Tree-sitter grammars. I set a difficult challenge for Pulsar: make it so that a Tree-sitter grammar can do anything a TextMate grammar can do.

Today, I'd like to show you the specific problems that we had to solve in order to pull that off.

19
1
October Community Update! (pulsar-edit.dev)
submitted 9 months ago by [email protected] to c/[email protected]

This month we announce our new "Pulsar Cooperative" initiative, showcase work being done to modernize the PPM codebase, introduce the new Shields.io badges for the Pulsar Package Repository, show off the new Pulsar integration in GitHub Desktop and talk about an issue we had with signing our macOS binaries.

20
4
submitted 9 months ago by [email protected] to c/[email protected]

In the last post, I tried to explain why the new Tree-sitter integration was worth writing about in the first place: because we needed to integrate it into a system defined by TextMate grammars, and we had to solve some challenging problems along the way.

Today I’ll try to illustrate what that system looks like and why it’s important.

21
3
submitted 9 months ago by [email protected] to c/[email protected]

The last few releases of Pulsar have been bragging about a feature that arguably isn’t even new: our experimental “modern” Tree-sitter implementation. You might’ve read that phrase a few times now without fully understanding what it means, and an explanation is long overdue.

This is the first of a series of articles about Pulsar’s ongoing project to migrate its Tree-sitter implementation to a more modern version. Read this first installment now on the Pulsar Blog

22
4
submitted 10 months ago by [email protected] to c/[email protected]

Our next release has arrived, and we are excited to share all the changes we have been making over the last month. We have a smorgasbord of bug fixes and QoL improvements.

We have completely overhauled our CI, converted the last of our CoffeeScript, removed the defunct "autoUpdate" API, improved our "about" package, squashed a bunch of bugs and even found ways to reduce our cloud costs!

23
3
submitted 10 months ago by [email protected] to c/[email protected]

A look into the significant ways that Pulsar's CI has recently changed. The why and how behind what happened.

24
3
submitted 10 months ago by [email protected] to c/[email protected]

Check out the latest community update on the Pulsar Blog!

In store for you this month we have some massive changes to our CI process, some good news for Windows Chocolatey users, a new option for Pulsar's title bar, some improvements to our ppm unpublish command and work on a brand new utility to help clean up elements of a Pulsar installation.

25
7
submitted 10 months ago by [email protected] to c/[email protected]

I know it has been a long time coming but this is finally open! All of our normal posts that you would see announced to Reddit or to Mastodon will also be posted here and there will be some of us around in order to answer questions and provide support.

You can also join us on other social channels found in our community areas - we will start adding the link to this community on the website and other areas soon.

view more: next ›

Pulsar

99 readers
2 users here now

Pulsar

The community led, hyper-hackable text editor

Rules

By posting here you also agree to adhere to our Code of Conduct by:

Useful Links

founded 1 year ago
MODERATORS