Lime Text: Open Source Sublime Text clone
11–20 of 251 posts
Re: Lime Text: Open Source Sublime Text clone
#12I don't like how it shamelessly piggybacks on Sublime's reputation by using its name left and right and doesn't hesitate to knock it down by calling itself a "successor". This comes across as disrespectful at least.
Re: Lime Text: Open Source Sublime Text clone
#13Re: Lime Text: Open Source Sublime Text clone
#14I'm sure it's taken a load of work and is still in early stages, but describing yourself as the successor of Sublime Text when it looks as shit as that.. that's some brass!
Re: Lime Text: Open Source Sublime Text clone
#15Oh goodness, I'm sorry, but I can't get past that chunky window toolbar. I use editors like sublime instead of an IDE so my screen real estate isn't taken up by buttons to leave as much room as possible for my code. If that isn't right, there must be untold frustrations in the path of using this editor for me that I don't care to discover.
Re: Lime Text: Open Source Sublime Text clone
#16Earlier quoted context omitted.
> I use editors like sublime instead of an IDE so my screen real estate isn't taken up by buttons to leave as much room as possible for my code Why not use something in a terminal with almost no interface then, say emacs or vi. All they require you to have is a mental model of what you are working on which you should have anyway/
If parent is like me: I like to use a pointer device, particularly together with sublimes multicursor implementation. See some entries that you want to edit simultaneously, but their pattern is complex to express? In emacs I would just give up and do it manually, in Sublime I can hold down Command, click each position and then apply any edit command. Happens very often in my kind of work.
(require 'multiple-cursors) (global-unset-key (kbd "M-")) (global-set-key (kbd "M-") 'mc/add-cursor-on-click)
Re: Lime Text: Open Source Sublime Text clone
#17I don't like how it shamelessly piggybacks on Sublime's reputation by using its name left and right and doesn't hesitate to knock it down by calling itself a "successor". This comes across as disrespectful at least.
There's a rich history of piggybacking on dead software, and I (and many others) clicked this link because of that piggybacking.
I completely support and admire someone who is trying to further the development of Sublime without having the original code base.
Re: Lime Text: Open Source Sublime Text clone
#18If there is one app I've always been thrilled to pay for, it's Sublime Text. I've purchased and renewed the licence ever since v1 came out. While it may not be open sourced, you can see it was created with a lot of love for code and openness. Today there are thousands of amazing plugins to enhance it. And though I fully respect the open source initiative, I, for once, am very happy to support / give some money to a p…
Re: Lime Text: Open Source Sublime Text clone
#19If there is one app I've always been thrilled to pay for, it's Sublime Text. I've purchased and renewed the licence ever since v1 came out. While it may not be open sourced, you can see it was created with a lot of love for code and openness. Today there are thousands of amazing plugins to enhance it. And though I fully respect the open source initiative, I, for once, am very happy to support / give some money to a p…
It once again brings attention to the most important "bus factor" [0]
Re: Lime Text: Open Source Sublime Text clone
#20I don't like how it shamelessly piggybacks on Sublime's reputation by using its name left and right and doesn't hesitate to knock it down by calling itself a "successor". This comes across as disrespectful at least.
Sublime is dead. No one is actively developing it. There's a rich history of piggybacking on dead software, and I (and many others) clicked this link because of that piggybacking. I completely support and admire someone who is trying to further the development of Sublime without having the original code base.