Live data from Hacker News

GitHub's new text editor leaked on Twitter

github.com

131–140 of 262 posts

Re: GitHub's new text editor leaked on Twitter

#132

I really can't wait for this to be released. I am a little pessimistic about the Vim mode. There are countless 80 or 90% complete Vim modes in various modern editors. But the absence of a truly native feeling Vim (that last 10%) is a deal breaker for many. I'd rather see more editor developers spend time finding a solution that provides a truly authentic Vim mode instead of spending countless hours merely approaching…

I may be an outlier, but I'm perfectly fine with 90%.

Re: GitHub's new text editor leaked on Twitter

#133

Earlier quoted context omitted.

What really bugs me are Vim modes that don't allow you to easily add new keybindings that abstract combinations of keystrokes, i.e. map . For instance, I love to bind "s" to "go into insert mode, insert one character, exit insert mode". I feel crippled without this binding, but making it happen in Sublime 3 with Vintageous is daunting. It involves understanding the Sublime API and constructing some complex block of c…

> For instance, I love to bind "s" to "go into insert mode, insert one character, exit insert mode". Doesn't that already exist, by hitting 'r'?

That replaces the character under the cursor, it doesn't insert a new one.

Re: GitHub's new text editor leaked on Twitter

#135
post #64

Earlier 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.

[deleted]

Re: GitHub's new text editor leaked on Twitter

#136
post #40

I really can't wait for this to be released. I am a little pessimistic about the Vim mode. There are countless 80 or 90% complete Vim modes in various modern editors. But the absence of a truly native feeling Vim (that last 10%) is a deal breaker for many. I'd rather see more editor developers spend time finding a solution that provides a truly authentic Vim mode instead of spending countless hours merely approaching…

Curious as to your opinion on Evil from Emacs - I've been learning Evil without knowing Vim first, so I don't know what I might be missing.

[deleted]

Re: GitHub's new text editor leaked on Twitter

#138
post #7
post #3

holy 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

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/04…

ugh why has it inherited that atrocious ST find box

Re: GitHub's new text editor leaked on Twitter

#139
post #128
post #112

Looks amazing, but why CoffeeScript?

I have the same problem with LightTable... ClojureScript is Lisp and all, but why not Javascript? Huge user base, must be faster since its CS target, and pretty good as a extension language (or just use Lua :))

I'll re-phrase an earlier comment: JS is the x86 of the web, so why argue about which macro syntax is superior?

Re: GitHub's new text editor leaked on Twitter

#140
post #99
post #7

Earlier quoted context omitted.

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/04…

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.

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/

Post reply on HN