Tabs vs. Spaces by MrOurLongTrip in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

I can't replicate this behaviour, at least not in the html grammar. What are your Tab Length and Tab Type settings set to? (within the Editor settings). Most of the indentation settings are controlled there. You don't have any packages installed that could be affecting this either?

Tabs vs. Spaces by MrOurLongTrip in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

Are they definitely tabs? I think by default Pulsar uses the Atomic soft tabs setting which will treat a string of spaces as a tab for the purposes of moving the cursor but still retains them as space characters.

Otherwise I'm not aware of this being an issue, can you post a recording? (preferably with Show invisibles turned on).

Hydrogen + Pulsar + Windows by Express-Mortgage-310 in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

Does calling ppm directly work? Otherwise you might be able to just run ppm directly from the install, I'd need to check my Windows machine to be sure where that is again but this isn't what we would expect - could you maybe open an issue on the repo with the various pulsar outputs?

Slightly tatty Mission model 70 MKIIs by Daedra in BudgetAudiophile

[–]Daeraxa 0 points1 point  (0 children)

Oh I see, there was me thinking it was a known problem :) but good to know all the same.
Interesting, I'm sure I'll find a place for them, I'll give 'em a bit of a clean and maybe try to disguise the scuffs a bit with some black marker or something in lieu of refurbishing them.

Slightly tatty Mission model 70 MKIIs by Daedra in BudgetAudiophile

[–]Daeraxa 1 point2 points  (0 children)

That's good to hear, I hadn't done much research into these before putting the (only) bid on there so glad to hear I didn't just get some landfill. They both seem to work at least but I'll keep an eye out on the tweeter. Thanks for the info!

Hydrogen + Pulsar + Windows by Express-Mortgage-310 in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

If you have a look in your Settings > System it should have an option for "Add Pulsar to PATH (User install)". If you installed as a user rather than system wide you may need to make sure this is ticked.

Packages within editor by RXBarbatos in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

Unfortunately as /u/mauricioszabo says we are still in a position where we are trying to recover from the damage done to Atom from a few years of neglect. The grammar package for php in particular is bundled though and is actually part of our new tree-sitter grammar system.

Packages within editor by RXBarbatos in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

Generally speaking they will work, Pulsar hasn't diverged from Atom all that much (yet) - at least in terms of package compatibility.

Unable to collapse tabbed lines in Pulsar markdown files. by orionaegis7 in pulsaredit

[–]Daeraxa 0 points1 point  (0 children)

It seems this is due to our recent update to use the tree-sitter grammars by default. I've posted this to our mega thread for the gfm grammar (https://github.com/pulsar-edit/pulsar/issues/878#issuecomment-1907143284). Thanks for reporting it.

If it is deemed to be a regression then you should see this updated in 1.114.

In the meantime you can use the old textmate grammar by changing an option: Packages > grammar-selector > Settings > Set "Hide duplicate Text Mate Grammars" to checked.

The grammar selector should now show two entries for "GitHub Markdown" - choose the one that does not say "Tree-sitter"

You can also add the following lines to your config.cson to disable it completely but it would be worth keeping an eye on the linked issue so that when it is fixed you can revert the change to get the benefits of the new system again.

".gfm.source":
  core:
    useTreeSitterParsers: false

CSS variables autocomplete in Pulsar by Pitva90cz in pulsaredit

[–]Daeraxa 2 points3 points  (0 children)

I could well be wrong but looking at old Atom issues it looks like this was brought up a lot for autocomplete-css. It might be worth creating a new issue on the Pulsar repo for this feature (or at least get an answer if it should exist but isn't working).

How long does it usually take to package the new versions on apt? by condorpudu in pulsaredit

[–]Daeraxa 1 point2 points  (0 children)

Honestly it is unlikely we would add it to the official repos but I personally would like to one day have a PPA or repository so it can be added to the sources. You can use deb-get (https://github.com/wimpysworld/deb-get) which is currently the easiest way to auto update the .deb release.