Sublime Text 3 Beta
101–110 of 374 posts
Re: Sublime Text 3 Beta
#102> OSX: 10.7 or later is required Looks like I might have to bite the upgrade bullet this year.
I feel you man. I've been stubbornly sticking to Snow Leopard myself, it works great with my late 2008 MBP.
Re: Sublime Text 3 Beta
#103I am disappointed to see that Vintage mode hasn't really been touched at all for this edition. It's what is holding myself (and likely others) back from switching away from Vim. Unfortunately, development of Vintage mode seems to have stopped (the repository hasn't changed for about six months).
I'm also Vim user who has considered jumping to Sublime several times, but never quite managed to achieve escape velocity. (Though I hadn't realised until now that the Vintage package is an open repository)
Re: Sublime Text 3 Beta
#104THE SO-CALLED “VISUAL” EDITORS HAVE BEEN PLACED HERE BY ED TO TEMPT THE FAITHLESS. DO NOT GIVE IN!!! THE MIGHTY ED HAS SPOKEN!!! http://www.gnu.org/fun/jokes/ed-msg.html
Re: Sublime Text 3 Beta
#105"API: Upgraded from Python 2.6 to Python 3.3" Oh god, I've got some plugin fixing to do..
Re: Sublime Text 3 Beta
#106Earlier quoted context omitted.
So that people feel less screwed about the fact that they are paying for the same product repeatedly.
I bought it when Sublime Text 2 came out of Beta, which wasn't all that long ago, was it? As somebody that very rarely buys tools, it's hard not to feel a little incensed.
I can't imagine carpenters are incensed when Ryobi brings out a new $300 drill. You either buy the new drill, or you keep the old one. Nobody expects new hardware for free, why software?
Re: Sublime Text 3 Beta
#107Re: Sublime Text 3 Beta
#108Earlier quoted context omitted.
I am certainly concerned that they might give it the official arse. The only thing that gives me hope is that the Pro fits a small but important niche in the overall ecosystem: a system better suited for the developers of iOS applications than the iMac is.
What does the Mac Pro offer for iOS developers that the iMac does not?
More cores, more RAM, more GPU grunt to drive more screens.
Re: Sublime Text 3 Beta
#109Earlier quoted context omitted.
he will go back to it soon, I think
That's great news - do you have a source (maybe a forum post) for that?
Re: Sublime Text 3 Beta
#110I am disappointed to see that Vintage mode hasn't really been touched at all for this edition. It's what is holding myself (and likely others) back from switching away from Vim. Unfortunately, development of Vintage mode seems to have stopped (the repository hasn't changed for about six months).
As someone who only used IDE debuggers all his (short) programming career, I was wondering, how do you debug without a visual debugger? I've seen how GDB works, and debugging this way seems much less productive. You don't see your whole source code, and you don't constantly see the values of watched or local variables, etc... Is there a different debugger you use for this task when developing using only a text editor…
I'd ask the reverse of you. Why do you spend time in a debugger at all? For 99% of the bugs logical thinking and a few printfs work faster and better ran blindly running around setting breakpoints and examining values.