Live data from Hacker News

Viewing profile — jskinner

jskinner

HN member
Joined
Fri, Apr 04, 2008, 2:22 PM UTC
HN karma
1,192
Public activity
95 items

About jskinner

https://www.sublimetext.com

Recent public activity

  1. comment
    Comment #21133360

    My pleasure, and thanks for the kind words!

  2. comment
    Comment #21133356

    Not yet sorry! FWIW the best place for news is in the Discord channel: https://discord.gg/D43Pecu

  3. comment
    Comment #21133039

    There are only minor changes in this build: a few bug fixes, plus notarization support, which is required for macOS 10.15. We've got some pretty exciting changes coming up quite so…

  4. comment
    Comment #19814725

    We do defer to Git for all write operations, but for reading, we do it ourselves partly for efficiency, and partly to get the right data. In terms of getting the right data, one ex…

  5. comment
    Comment #18035490

    It's not configurable, but you can click on the "Working Directory" head to collapse all the files there, which will make seeing the Staged changes easier

  6. comment
    Comment #18035480

    Git hooks will be run, as all mutating actions go through git itself, however pre-commit hooks may not work as you expect with this setup. When you commit via Sublime Merge, it's d…

  7. comment
    Comment #18035455

    We use the system Git by default on Mac if it's installed, but it sounds like that's not working for you. If you set your git_binary preference to "bundled", we'll use the one that…

  8. comment
    Comment #18035422

    Sorry about that - I missed a part in our Windows installer, and ssh-askpass-sublime.exe isn't being installed. This will be resolved in the next day or two, in the mean time the p…

  9. comment
    Comment #18035399

    It's not exposed via the command line right now

  10. comment
    Comment #18035383

    Thanks for your support!

  11. comment
    Comment #18035361

    We have hidpi support on every platform. If your dpi scale isn't being detected correctly on Linux, you can set it explicitly via the dpi_scale setting (there are instructions else…

  12. comment
    Comment #18035354

    The billing period isn't changed, instead a pro-rated amount is changed. For example, if you add a seat half way through the billing period, you'll be changed half the normal amoun…

  13. comment
    Comment #18035338

    Menus and dialogs (open, save, error, etc) :)

  14. comment
    Comment #18035324

    There isn't right now, but there will be a new build out soon that will work with this.

  15. comment
    Comment #18035297

    Thanks for the kind words!

  16. comment
    Comment #18035294

    https://forum.sublimetext.com/ is the best place for feedback atm. 1. You can setup two rulers via adding "rulers": [50, 72] to Commit Message.sublime-settings, which is available …

  17. comment
    Comment #18031712

    Right click a commit, and it's under the Edit Commit sub-menu

  18. comment
    Comment #18031701

    I built a prototype of it at one point, but was running into performance issues trying to get pixels onto the screen. I'd like to revisit this, as the hidpi experience really is a …

  19. comment
    Comment #18031684

    You can drag the top or bottom of a diff to see more context at any time, but there's no setting to change the default number of context lines - I'll add a note for it

  20. comment
    Comment #18031341

    You can use the dpi_scale setting for this in Sublime Merge and Sublime Text, but you'll have to restart after changing it. You'll need to edit the JSON settings directly for this …

  21. comment
    Comment #18031324

    We pick up the default GTK dpi settings, and if that's not suitable, you can use the dpi_scale setting to set it specifically (you'll have to restart Sublime Merge after changing i…

  22. comment
    Comment #18031239

    Thanks for the report, I'll get it addressed

  23. comment
    Comment #18031235

    That's still supported, and the same technique works for Sublime Merge, fwiw.

  24. comment
    Comment #18031226

    The middle pane is toggleable between the merge results and the base file

  25. comment
    Comment #18031102

    Alas, one of our key principles is to not hide or rename anything in Git, so your knowledge from using Git on the command line transfers to and from Sublime Merge.