GitHub's new text editor leaked on Twitter
141–150 of 262 posts
Re: GitHub's new text editor leaked on Twitter
#142holy cow this thing has like 70 repositories! And I found a screenshot... looks very much like sublime text: https://f.cloud.github.com/assets/1424/1228569/cce6eb26-27a6... edit: based on this[1], it looks like this is a GitHub-aware/integrated text editor that targets both desktop (Mac, at least) and web [1] https://gist.github.com/elcuervo/eb68883f233baf5a46c8
And it's totally gonna be awesome. I'm fairly confident they built it around node-webkit or another wrapper, perhaps in browser, I'm not sure. What's important is that it's a text editor on top of web technologies. I was poking around doing the same a couple months back, brackets has been doing it for even longer. It's honestly sorely needed because of the amount of expression one can put into due to it's technologic…
It looks like they tried it or may try in the future:
https://github.com/atom/react-coffee
But this is what they use for views:
Re: GitHub's new text editor leaked on Twitter
#143the next big thing for devs. I love sublime and will, but can't figure why is it taking them so long, to launch it on mac appstore.
Re: GitHub's new text editor leaked on Twitter
#144holy cow this thing has like 70 repositories! And I found a screenshot... looks very much like sublime text: https://f.cloud.github.com/assets/1424/1228569/cce6eb26-27a6... edit: based on this[1], it looks like this is a GitHub-aware/integrated text editor that targets both desktop (Mac, at least) and web [1] https://gist.github.com/elcuervo/eb68883f233baf5a46c8
> it looks like this is a GitHub-aware/integrated text editor that targets both desktop (Mac, at least) and web I can confirm, from looking at the code. It uses CSS / LESS for highlighting, and CoffeeScript for client-side programming (eg, the fuzzy completion[0], or the autocompletion). The surprising part is that the editor doesn't seem to be a fork of either Ace or CodeMirror, the two big guys in the field. The hi…
Re: GitHub's new text editor leaked on Twitter
#145Re: GitHub's new text editor leaked on Twitter
#146Earlier quoted context omitted.
Vim does not support graphical user elements, and is built around the unfamiliar language Vimscript. Those drawbacks are pretty baked into Vim and would be hard to change (though someone is trying to: https://www.bountysource.com/fundraisers/539-neovim-first-it... ). Many other editors don’t have these drawbacks, allowing them to support features such as these: • a graphical file tree browser (with icons, not restric…
It's also apparently a pain to integrate into anything else... http://www.freehackers.org/VimIntegration ...and plugins can't update things in the background... https://groups.google.com/forum/#!topic/vim_dev/-4pqDJfHCsM%... etc. I haven't looked at the code myself, but it sounds like a rewrite or major refactor would be very useful.
Re: GitHub's new text editor leaked on Twitter
#147Re: GitHub's new text editor leaked on Twitter
#148Earlier quoted context omitted.
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.
This is already possible using gitgutter in both Vim and ST, and I've never noticed an impact on performance.
Screenshot: http://share.qpleple.com/U8eN
Re: GitHub's new text editor leaked on Twitter
#149Re: GitHub's new text editor leaked on Twitter
#150I've been predicting/preaching about this for 2+ years now and been building my own browser code editor in that time (http://icecoder.net).
So, CodeAnywhere gets $600k in funding, Adobe is releasing Brackets to the browser soon, GitHub is launching Atom as a web based offering.
Need much more reason to leave the desktop behind?