Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jskinner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jskinner
7y ago
My pleasure, and thanks for the kind words!
2.
▲
by
jskinner
7y ago
Not yet sorry! FWIW the best place for news is in the Discord channel: https://discord.gg/D43Pecu
3.
▲
by
jskinner
7y ago
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 soon, but this isn't it.
4.
▲
by
jskinner
7y ago
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 example is that we need to know the full set of non-ignored su
5.
▲
by
jskinner
8y ago
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.
▲
by
jskinner
8y ago
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 doing a git commit -m "...", which works diffe
7.
▲
by
jskinner
8y ago
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 comes with Sublime Merge instead.
8.
▲
by
jskinner
8y ago
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 portable version has it - https://www.sublime
9.
▲
by
jskinner
8y ago
It's not exposed via the command line right now
10.
▲
by
jskinner
8y ago
Thanks for your support!
11.
▲
by
jskinner
8y ago
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 elsewhere in this thread)
12.
▲
by
jskinner
8y ago
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 amount for it. Reducing seats will result in a pro-rate
13.
▲
by
jskinner
8y ago
Menus and dialogs (open, save, error, etc) :)
14.
▲
by
jskinner
8y ago
There isn't right now, but there will be a new build out soon that will work with this.
15.
▲
by
jskinner
8y ago
Thanks for the kind words!
16.
▲
by
jskinner
8y ago
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 via the Preferences menu. 2. We d
17.
▲
by
jskinner
8y ago
Right click a commit, and it's under the Edit Commit sub-menu
18.
▲
by
jskinner
8y ago
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 lot better with GTK3.
19.
▲
by
jskinner
8y ago
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.
▲
by
jskinner
8y ago
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 (via Preferences/Edit Settings), and then set
21.
▲
by
jskinner
8y ago
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 it though). I run Sublime Merge on high dpi screen
22.
▲
by
jskinner
8y ago
Thanks for the report, I'll get it addressed
23.
▲
by
jskinner
8y ago
That's still supported, and the same technique works for Sublime Merge, fwiw.
24.
▲
by
jskinner
8y ago
The middle pane is toggleable between the merge results and the base file
25.
▲
by
jskinner
8y ago
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.
26.
▲
by
jskinner
8y ago
We'll 100% be adding integration in that direction too. A new build of Sublime Text shouldn't be too far off, there are some nice thing's that we've added into Sublime Merge (e.g., an update theme system), that I want to
27.
▲
by
jskinner
8y ago
Interactive rebase is absolutely coming (you can already edit commit messages and squash commits). UI support for Git Flow is going to depend on user feedback. I expect we will eventually, but even if not, we will be adding a plugin API, an
28.
▲
by
jskinner
8y ago
FWIW you can also press the Search icon/key binding again to get out of it, or use the Back button on the toolbar. I agree that it's not at all obvious from a visual point view - I'll see what we can do.
29.
▲
by
jskinner
8y ago
Absolutely, I'll add it to the list.
30.
▲
by
jskinner
8y ago
Oh yes! We do have some basics in there right now, you can directly edit commit messages and squash commits without any fuss. Full interactive rebase support will be coming later.
More ›