Andrew Dupont
Andrew Dupont
It seems like it'd be a problem for tree-view — a new icon would seem slightly bigger than an icon that had a v4 analog.
I don't yet have feedback for the specific things you're proposing, but I'll say this: it is a bit odd that the Pulsar web site doesn't include a list of...
Awesome, thanks. I'll update to the latest `tree-sitter-python` today and get these fixes in.
OK, updated to latest `tree-sitter-python` and applied those fixes. [Here's the commit](https://github.com/pulsar-edit/pulsar/pull/859/commits/dcf451cf1b21b2fd2c34c01e8f579dc134b34567). Thanks! Let me know if you find anything else.
@Askaholic thanks so much for the detailed feedback! Item 1 is an intentional design decision (which I can elaborate on when I get a chance), and item 2 is unintentional...
That was dumb of me for assuming that every occurrence of a colon was a hint that the next line should be indented — which I think _would_ be true...
> That was dumb of me for assuming that every occurrence of a colon was a hint that the next line should be indented — which I think _would_ be...
> If first two characters are upper cased, then element has `support.other.function.python` class instead of `support.type.constructor.python`.  Easy fix; added to #968. Thanks!
> Hey, I've been using pulsar for the last few months and its been working great for me! However, I noticed that the visual issue with folds that I described...
> 2\. **Code folds on brackets don't show the closing bracket.** In atom if you fold on a dictionary or list as shown below, it will render as `{...}` or...