andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

Feature Request: Recognize comments #320

Closed rovf closed 8 years ago

rovf commented 8 years ago

It would be very handy to be able to comment/uncomment a group of lines, according to the syntax of the current language.

Also, it would be handy to have the possibility to have automatic line wrap (auto-formatting) inside block comments only, but no line wrapping outside block comments.

andreikop commented 8 years ago

Yes, very useful feature.

andreikop commented 8 years ago

Duplicate of #193