Possible Duplicate:
The Editor - Possible Improvements

When copying and pasting code, I'm sure many have run into a problem dealing with indentation. When trying to indent a line (or lines of code), the asker or editor must manually type in or delete the spaces in order to have correct indentation.

In my opinion, it would be much more useful (especially on the code-focused stackexchange sites) to have the tab key work similar to how it works in a modern IDE. That is to say, when the typer presses the TAB key, the cursor will indent a certain number of spaces.

More advanced functionality would also include highlighting blocks of text for group indentation or de-indentation after the press of the TAB key.

Is this feature request feasible, or even possible with modern browsers? If it is, can it be incorporated into the stackexchange sites?

share|improve this question
It's definitely possible, if that's all you needed to know. – Peter Olson May 31 '11 at 23:40
What would it take to incorporate it into the stackexchange sites? I guess I'm actually requesting this feature. – John May 31 '11 at 23:44
What keystroke would exit the textarea? – Gabe Jun 1 '11 at 2:28
You could capture control+tab instead, and leave tab to exit the box – Bryan Agee Jun 1 '11 at 7:58
@Bryan But ctrl + tab is captured by the browser to switch between browser tabs – Yi Jiang Jun 1 '11 at 9:18
Is it necessary for the user to be able to exit the textarea via a keyboard press? Perhaps you could capture the tab within the textarea, then have the user hit escape if they wanted to release it to its normal function. – John Jun 1 '11 at 17:04

marked as duplicate by Tim Stone, Cody Gray, ChrisF, The Unhandled Exception, M. Night Demonbobby Jan 11 '12 at 13:16

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

I don't think this is a good idea. tab is specifically used to switch between fields, and may users rely on that accessibility feature. We should not be overriding standard accessibility features like that. See The Editor - Possible Improvements for a large list of reasons why.

If you need to enter code with multiple levels of indentation, create it in an external editor and paste it in.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged