Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
Sublime Text 2 plugin to show git commit history for selected line(s) of code
11–20 of 45 posts
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#12Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#13Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
Its easier to start from a lightweight text editor and add only what you need as opposed to start with an IDE and trim the fat, and pray it won't break.
Of course, the result won't be as light as Sublime text, because it is already a Java IDE :).
Also, I don't really see the point. I start or restart my IDE (IntelliJ) one time a week. So, it's not really the startup time that matters. Once started, IntelliJ is fast on all my machines (including my work iMac, which still has spinning platters).
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#14Earlier quoted context omitted.
Its easier to start from a lightweight text editor and add only what you need as opposed to start with an IDE and trim the fat, and pray it won't break.
This is my reason for using ST2 as well. I even bought PyCharm last year (the doomsday sale), but it was just too much. It has so many options that even basic ones had steep learning curve (as in "where the hell is this function?"). Note that I'm talking about personal use. If I were a full time developer, I might force myself into an IDE.
Command-shift-a, type some letters. Done :). It's pretty much like Command-shift-p in Sublime Text.
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#15Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
If coding in a text editor causes you to think about configuring your text editor "all day", then you should definitely use an IDE. (Or see a therapist?)
I tweak my Emacs configuration about once per year.
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#16Will this be available for ST 3 too or are there any incompatibilities stopping it from working on ST 3?
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#17Will this be available for ST 3 too or are there any incompatibilities stopping it from working on ST 3?
I've just tested GitCommitMsg in ST3 and the only problem seems to be the print function. I'll fix this up and send a PR. Scratch that. There are a couple of API changes I believe, but I should be able to fix these too. Edit: I can't even get the command to work for me.
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#18Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
Because Vim ,Emacs or Sublime are easy to extend or hack. Try to extend VisualStudio or any Jetbrain IDE...
Because lightweight editors can open huge files without issues,try to open a 10 mo data/sql file in VS ... no problem with ST or VIM.
Because they run on older hardware.
Now you say some plugins are outdated , but it's easier to fix 20 lines of python than a C# or java project.
To sum up,if I want a new feature in ST or Vim I can code it myself quickly,I dont need to wait/pay for a new version of the editor.
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#19Disclaimer: I love ST and use it everyday and this is not against this plugin in particular, just the idea of extending your editor to be an IDE. When people extend their text editor (be it sublime, vim, emacs) with all these (often outdated) plugins i am left wondering why there is still so much hate for IDEs ? I use IDEs from Jetbrains for most of my stuff and they do all these things oob with a consistent UI and a…
Re: Sublime Text 2 plugin to show git commit history for selected line(s) of code
#20It doesn't seem to exist anymore: https://sublime.wbond.net/search/GitCommitMsg or in package control. Will install it manually, seems a great trick!