andreikop / enki

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

Indents with tab #356

Closed bjones1 closed 8 years ago

bjones1 commented 8 years ago

I've discussed this before, but can't find the old issue or e-mail trail. I personally find that the way indents are done confusing: if I select several lines such that the cursor is on the beginning of the last line, not only the active selection but that line gets indented as well! Again, thinking of new users, I'm concerned that people might reject Enki if it doesn't support their established workflows. From a logical perspective, if I have the text "hello,\n world\n" selected, I'd expect to see " hello,\n world\n", with no extra spaces at the end.

andreikop commented 8 years ago

For me it works quite naturally.

Bryan, download please Sublime 3 and check it. Do you like it's behavior more?

bjones1 commented 8 years ago

Yes, I prefer Sublime text 3 here. That's also the same behavior as Netbeans, Eclipse, MSVC, Spyder, etc. It's what I'm used to...

andreikop commented 8 years ago

Fixed in Qutepart

bjones1 commented 8 years ago

Wow! Thanks so much! This is soooooo much better!