Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> better folding

I'd argue that's not the case. The folding in CodeMirror v3 is on par with or even more powerful than ACE's.

> indent guides

If you mean the vertical rulers, they're not built into CM, but you can add one with a few lines of custom code.

> multiple selections

Should be coming to CM soon! https://groups.google.com/forum/?fromgroups=#!topic/CodeMirr...



>The folding in CodeMirror v3 is on par with or even more powerful than ACE's.

I agree that CodeMirrors general infrastructure for folding is more powerful than ACE's. But CodeMirror still lacks fold buttons on the gutter.

> If you mean the vertical rulers, they're not built into CM, but you can add one with a few lines of custom code.

True, but still when i use jsbin or cssdeck i wish they were built into CM:)

> multiple selections Should be coming to CM soon!

That's very good!

Also i forgot to mention that one of CodeMirrors advantages is a better name:)


> I agree that CodeMirrors general infrastructure for folding is more powerful than ACE's. But CodeMirror still lacks fold buttons on the gutter.

The folding utility in the distribution does lack them. But adding them (as in the 2.x code folder) is, again, just a few lines of code -- there's support for showing gutter widgets in the core, and the only reason the folding utility doesn't use that that I felt they didn't add much.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: