Earlier quoted context omitted.
Ok for context: You got st3 with a license, and maybe plugins. St3 got regular updates to new minor versions. They brought the st4 update like the other minor version updates. Destroyed the whole st ide setup (plugins didn't work for st4) And st3 licence can't be used for st4 (you get the st4 licence if you bought st3 some months before) If I use st for private stuff that would be annoying, but as I use it for my wor…
Sorry that happened to you. We've since improved our updater to avoid this happening again, but your loss of trust is understandable. Hopefully downgrading back to ST3 was not too big of a hassle. ST4 has full backwards compatibility for plugins, keeping the same python 3.3 ST3 shipped with, so I'm surprised your setup broke. ST3 licenses were also fully transitioned to ST4, so any license less than 3 years old cover…
Sublime Merge
81–90 of 97 posts
Re: Sublime Merge
#82Sublime Merge is cough sublimely good at performing 3-way merges. I don't like it as much as a generic git frontend (nothing beats the command line once you're used to it, but for 3-way merges, it's absolutely perfect and I have yet to see anything better. Another very good tool for 3-way merges is meld, but the macOS port (where I do most of my development work on) is not very good, mostly because the GTK macOS port…
Re: Sublime Merge
#83Since the auto update for sublimetext to version 4 where I don't have a license for I switched to vscode and never looked back. At first I lost my trust and then I liked vsc more.
"update_check": false
to my Preferences.sublime-settings for ST3, seems to have solved it.Re: Sublime Merge
#84Earlier quoted context omitted.
The last news on the website is from 2022. Is there another place to see updates? Because I too had all sublime tools as "abandoned" in my mind.
The download page have decent release cycle. https://www.sublimemerge.com/download https://www.sublimetext.com/download And they have dev releases. https://www.sublimemerge.com/dev https://www.sublimetext.com/dev Its mature software that doesn't require a constant churn of bug fixes and updates, that's not a bad thing.
Re: Sublime Merge
#85Re: Sublime Merge
#86Sublime Merge is cough sublimely good at performing 3-way merges. I don't like it as much as a generic git frontend (nothing beats the command line once you're used to it, but for 3-way merges, it's absolutely perfect and I have yet to see anything better. Another very good tool for 3-way merges is meld, but the macOS port (where I do most of my development work on) is not very good, mostly because the GTK macOS port…
I use WinMerge for that, unfortunately, as the name implies, Windows only.
Re: Sublime Merge
#87Earlier quoted context omitted.
Trust was lost because they... released a new version of their software?
(I'm working from memory, so I may bungle details) Speaking personally, I enjoyed Sublime Text, so I was happy to pay for a license back in the day ($70 if I recall?). When v2 came out, I paid to upgrade, and again with v3. When v4 was released, I paid yet again, but after a period of normal use (a year if I recall), I got a popup informing me I'd need to pay again to keep using ST4. I felt like I'd been hoodwinked--…
If your regular license only covered a year of updates that's certainly a bug and I suggest contacting sales@sublimetext.com so we can sort that out.
Re: Sublime Merge
#88Long time Sublime user, both Sublime Text and Sublime Merge. I started back with ST2, ST3 and I have ST4 and have use Merge since it was released. These days I now mostly use nvim+lazyvim for coding but I do continue to use Sublime Merge as my primary git environment. @ben-schaaf I'd love to see tree-sitter+LSP come to Sublime Text, as well as telescope+rg+fzf style fuzzy search. I find the lazyvim+telescope integrat…
Re: Sublime Merge
#89Earlier quoted context omitted.
It’s also very good at committing chunks, especially from different files in the same commit. It’s not good at getting an overview of your history or blaming, but for committing and merging it is really nice
What don't you like about the blame interface?
Re: Sublime Merge
#90curious what GUI framework they are using. I have a sublime merge license, everything feels really snappy
The GUI framework we use for ST and SM is fully custom. We use GTK, Cocoa and Win32 for platform integration and custom software/OpenGL rendering (with a little help from Skis).