But half of the internet was saying that it is dead. I was using ST2 till a month back, switched and I liked it immediately. They're already working on roadmap for 4, hopefully this will reach stable soon.
Yeah, I am hoping that an alternative will take ST crown. It really does not have the level of support it deserves.
Lime looks like a good contender http://limetext.org/
If we're going to have to play musical editors every year or so, it sure would be nice if they supported a common internal API or something. I'm sure I'm asking more than I'll get, here.
I haven't wanted to use an IDE since the 1990s but I really like the thicket of customized tools I end up with, from combining editor plugins with build scripts. It SUCKS to lose that integration by switching editors.
Why does what language they write it in affect that? There are apps written in C/C++/Obj-C that can efficiently open/mmap extremely large files. Unless you're talking about more high-level languages possibly having an issue?
On OS X, using ST3 from the first alphas, never had any issue with any bug (except a small rare display glitch on some folder reloading, which could be due to my third party theme).
Is anyone else seeing a strange issue on Linux where the sidebar doesn't toggle open/close folders correctly?
The folder icon toggles between open and closed, however the files inside are not displayed. I can still open files via the command palatte, but I'd like to be able to browse via the sidebar too...
> Linux doesn't have sidebars, desktop environments do.
No, either the GUI toolkit that ST3 uses, or ST3 itself, renders the sidebar. What desktop environment you're using has nothing to do with it - you can run Qt apps on GNOME without them somehow magically turning into GTK apps.
> Translation: you didn't understand what he said ...
I understood him perfectly. He said, "Is anyone else seeing a strange issue on Linux where the sidebar doesn't toggle open/close folders correctly?" That's not Linux, and because there's more than one desktop environment in common use, the OP needed to identify what he was referring to. He speaks as though everyone who runs Linux uses the same desktop environment.
> and doesn't rely on whatever UI toolkit the user has installed
Locate my use of the word "toolkit". I said "desktop environment". Linux is not a desktop environment -- that's something that, among other properties, has sidebars.
As pertains to Linux desktops, a "desktop environment" is a loose term for something like Xfce, KDE, or GNOME, and typically provides things like taskbars, application launch menus, desktop icons, and to a greater or lesser extent, a suite of interoperating applications.
Which DE a user is currently running is irrelevant to the rendering of Sublime Text's sidebar. The Sublime Text process is sending commands directly to the X server. The DE is not involved.
>I understood him perfectly. He said, "Is anyone else seeing a strange issue on Linux where the sidebar doesn't toggle open/close folders correctly?" That's not Linux.
1) Nope. That's Linux (in that he refers to the Linux version of ST3, running on Linux).
>and because there's more than one desktop environment in common use, the OP needed to identify what he was referring to.
2) Nope again. The desktop environment doesn't have anything to do with ST's sidebars.
It's all about the GUI toolkit ST uses, and the bug would be there whether the user used Gnome, GTK, fwvm, Englightnment, or whatever.
So, even if ST used, say, GTK for it's graphics, your answer would be wrong, because the toolkit a program uses has nothing to do with the user's "desktop environment". A user can run Gimp under KDE for example.
But you're doubly wrong, because ST doesn't even use a toolkit associated with a desktop environment in the first place, but instead uses it's own GUI code: https://news.ycombinator.com/item?id=2822114
On Elementary(Ubuntu 12.04 based), this happens due to file permissions. If you assign correct permissions (if you're doing web development, this may happen due to files being owned by some other user/group, happened this morning!
Man I would hate to be the ST devs. Everyone keeps calling it stalled, dead, etc. Not sure what release speed would make the difference to commenters here.
Are there lots of unfixed bugs or something? I am just missing the source of this consensus.
I'm not one of those complaining about the "lack" of updates but:
- a lot of SublimeText users came from TextMate because TextMate stopped being developed actively
- the SublimeText developer was extremely active and then new developments just suddenly stopped so some users might feel like TextMate happening all over again
Maybe people are having issues with the current SublimeText, I wouldn't know, I'm a perfectly happy paying customer.
Latest official release is 2.0.2, released 8 July 2013. 2.0.1 was released 14 July 2012.
3.x has been in beta since 29 January 2013 without a non-beta release.
I think this is what signals stalling for many users.
Yes, the assumption is that most of the users are using 3.x anyways because it's stable enough. BUT the official messaging promoting 2.0.2 as the "current release" is what shows that the release train is off the track.
There was no word from the "company" since they stopped doing releases so this is considered stalled and this was the major problem specially when you invest your money into something that it is suppose to be released.
This is not OSS software, people pay for the product.
"Anything that good hackers would find interesting. That includes more than hacking and startups."
In other words, if it gets up-voted here hackers probably find it interesting and it's a useful post. Considering the discussion generated when Apple releases a new product and it's relevance to hackers (e.g. a new version of iOS means a new SDK + many new API's for hackers) those posts seem relevant.
Keyword: probably. Also, "TV news". The rule is supposed to weed-out regular news stuff (from the Kardasians to what Obama said).
It obviously doesn't rule out tech related news, e.g Facebook buying Whatsapp for 16 billion would surely have made TV news, but it's obviously a topic of interest for here too.
49 comments
[ 1.9 ms ] story [ 109 ms ] threadI haven't wanted to use an IDE since the 1990s but I really like the thicket of customized tools I end up with, from combining editor plugins with build scripts. It SUCKS to lose that integration by switching editors.
Opening really big, GB sized files, without thrashing.
On OS X, using ST3 from the first alphas, never had any issue with any bug (except a small rare display glitch on some folder reloading, which could be due to my third party theme).
The folder icon toggles between open and closed, however the files inside are not displayed. I can still open files via the command palatte, but I'd like to be able to browse via the sidebar too...
Update: My desktop environment is xubuntu 14.04.
Linux doesn't have sidebars, desktop environments do. Which desktop environment are you describing?
No, either the GUI toolkit that ST3 uses, or ST3 itself, renders the sidebar. What desktop environment you're using has nothing to do with it - you can run Qt apps on GNOME without them somehow magically turning into GTK apps.
> No, either the GUI toolkit that ST3 uses, or ST3 itself, renders the sidebar.
Translation: yes.
> What desktop toolkit you're using ...
Please locate where I said "desktop toolkit".
Sublime renders the sidebar itself, and doesn't rely on whatever UI toolkit the user has installed
I understood him perfectly. He said, "Is anyone else seeing a strange issue on Linux where the sidebar doesn't toggle open/close folders correctly?" That's not Linux, and because there's more than one desktop environment in common use, the OP needed to identify what he was referring to. He speaks as though everyone who runs Linux uses the same desktop environment.
> and doesn't rely on whatever UI toolkit the user has installed
Locate my use of the word "toolkit". I said "desktop environment". Linux is not a desktop environment -- that's something that, among other properties, has sidebars.
Which DE a user is currently running is irrelevant to the rendering of Sublime Text's sidebar. The Sublime Text process is sending commands directly to the X server. The DE is not involved.
1) Nope. That's Linux (in that he refers to the Linux version of ST3, running on Linux).
>and because there's more than one desktop environment in common use, the OP needed to identify what he was referring to.
2) Nope again. The desktop environment doesn't have anything to do with ST's sidebars.
It's all about the GUI toolkit ST uses, and the bug would be there whether the user used Gnome, GTK, fwvm, Englightnment, or whatever.
So, even if ST used, say, GTK for it's graphics, your answer would be wrong, because the toolkit a program uses has nothing to do with the user's "desktop environment". A user can run Gimp under KDE for example.
But you're doubly wrong, because ST doesn't even use a toolkit associated with a desktop environment in the first place, but instead uses it's own GUI code: https://news.ycombinator.com/item?id=2822114
WARNING: this will clear some history, e.g. the list of recently opened projects!
- 3 hours ago: https://news.ycombinator.com/item?id=8241434
- 2 days ago: https://news.ycombinator.com/item?id=8227111
- 3 days ago: https://news.ycombinator.com/item?id=8226102
- 3 days ago: https://news.ycombinator.com/item?id=8226133
Are there lots of unfixed bugs or something? I am just missing the source of this consensus.
- a lot of SublimeText users came from TextMate because TextMate stopped being developed actively
- the SublimeText developer was extremely active and then new developments just suddenly stopped so some users might feel like TextMate happening all over again
Maybe people are having issues with the current SublimeText, I wouldn't know, I'm a perfectly happy paying customer.
3.x has been in beta since 29 January 2013 without a non-beta release.
I think this is what signals stalling for many users.
Yes, the assumption is that most of the users are using 3.x anyways because it's stable enough. BUT the official messaging promoting 2.0.2 as the "current release" is what shows that the release train is off the track.
This is not OSS software, people pay for the product.
> - 3 days ago: https://news.ycombinator.com/item?id=8226102
> - 3 days ago: https://news.ycombinator.com/item?id=8226133
These were not betas.
Yeah, we should stop discussing those...
> If they'd cover it on TV news, it's probably off-topic.
"Anything that good hackers would find interesting. That includes more than hacking and startups."
In other words, if it gets up-voted here hackers probably find it interesting and it's a useful post. Considering the discussion generated when Apple releases a new product and it's relevance to hackers (e.g. a new version of iOS means a new SDK + many new API's for hackers) those posts seem relevant.
It obviously doesn't rule out tech related news, e.g Facebook buying Whatsapp for 16 billion would surely have made TV news, but it's obviously a topic of interest for here too.
Sure, sounds like a good deal compared to ST.