Hacker News new | ask | show | jobs
by reustle 4494 days ago
Some more screenshots

* https://f.cloud.github.com/assets/671378/2265086/c6897dba-9e...

* https://f.cloud.github.com/assets/671378/2265022/bb148a20-9e...

* https://f.cloud.github.com/assets/2988/1796891/85e69ff2-6a93... (animated gif)

* https://f.cloud.github.com/assets/671378/2241795/ba4827d8-9c...

* https://f.cloud.github.com/assets/671378/2241819/f8418cb8-9c...

* https://f.cloud.github.com/assets/671378/2241519/04791a24-9c...

8 comments

I love the edit markers in the last screenshot. But too skeptical about the performance of a text editor running in webkit. All of my experiences writing text online have been bad. So the jump into using webkit for an entire dev environment fills me with dread.
I like my (GitGutter's) concept of displaying removed lines better. This screenshot makes me think line 11 was removed. But I am looking right at it!
Yep, GitGutter is great. Thanks for making it.
Brackets[1] is a decent programmer's text editor developed by Adobe and using WebKit. It works fine. The performance and polish of web editor components like CodeMirror has come on a long way in the past couple of years.

[1] http://brackets.io/index.html [2] http://codemirror.net/

Have you used LightTable? It's quite fast as the editor. I'm sure Atom is similarly fast. It doesn't run in the browser; it just uses WebKit as the engine.
Light table is only fast is you are a slow writer, the vim mode in it is painfully slow. Webkit base editors like LT and Brackest are unusable to me.
I'm a pretty fast writer and I never had any problem with LightTable's vim mode. Maybe it's just me though, I don't know.
The nice thing about Vim mode is that it glosses over latency by making simple edits take fewer keystrokes. It's sort of why vi was invented.

In the words of Bill Joy himself:

> ... you've got to remember that I was trying to make it usable over a 300 baud modem. That's also the reason you have all these funny commands. It just barely worked to use a screen editor over a modem. It was just barely fast enough. A 1200 baud modem was an upgrade. 1200 baud now is pretty slow.

> 9600 baud is faster than you can read. 1200 baud is way slower. So the editor was optimized so that you could edit and feel productive when it was painting slower than you could think. Now that computers are so much faster than you can think, nobody understands this anymore.

This is already possible using gitgutter in both Vim and ST, and I've never noticed an impact on performance.
Indeed, I'm using it in ST and I haven't noticed an impact on performance.

Screenshot: http://share.qpleple.com/U8eN

Yeah, as the create of GitGutter for ST, my first thought was, cool if I switch to this I can write GitGutter in CoffeeScript. Then I thought, being Github, they would probably bake that in.
Same I use it every day ... perfect plugin :)
Codebox works awesomely well, and you can host it locally. Still has bugs, but they do releases often.
To put "often" in context, I raised a Github issue on it today which was resolved within a few hours, it's improving incredibly quickly (and it's already awesome).
Exactly. It's still very new, but it's really worth a shot if you need the cloud-ide solution.

We use to for Go and Docker. Currently, it's very nice. Even has auto-complete - though it has a long way to go.

I thought CodeBox was using the ACE editor as part of their system like Cloud9. And I believe Orion and Codenvy (my company) use CodeMirror. Looking forward to trying out Atom. I can see many advantages already of it as an editor.
Would be really interested to chat to you about Codebox + Docker, email is ben at talkingquickly co uk or talkingquickly on twitter
Sent you an email!
It confirms it as being Webkit based, but not necessarily that it is running on the web.
Seems like to be a Sublime Text clone in webkit?
Maybe an announcement that git bought sublime and this is the web launch of it. I would be so excited if that happened.
The ST builds mysteriously stopped recently (ST3 beta and dev), which is a bit ominous.
Considering that ST is barely ever worked on, not really. Maybe a few spouts. I love sublime, if it wasn't for the awesome plugins I probably would have ditched it. :)
Exact reason why I think this is great news, it will likely be a more actively developed version of what ST is now... plus some extras
ST development have presumably been stopped numerous times so nothing new about that. Atom have been in the works for at least six months.
I take this as a hint of the author going underground for the next 6+ months, then reappearing and announcing ST4. </snark>
You cannot be serious.
FYI, it's not WebKit but Chromium I'm betting, based on the crash reporting. If you want an idea of performance, Edge Code from Adobe will provide an answer. Oh and there's a welcome repo with an IRC channel listed. Atom.io just says "nope" for me but is likely its future home.
Seems like it has collaborative edit feature as well. Specially the last screenshot.
My first guess was that those are diff markers as you edit.
looks like light table
Multiple cursor support demo from IRC http://cl.ly/image/3M3G3s251o15