Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behavior for <tab> key #32

Open
cmundi opened this issue Dec 29, 2011 · 2 comments
Open

Behavior for <tab> key #32

cmundi opened this issue Dec 29, 2011 · 2 comments
Labels

Comments

@cmundi
Copy link

cmundi commented Dec 29, 2011

I love using and SHIFT+ to change the indentation of a line or a whole block of selected code.

There are times when I'd like to be able to insert spaces (in lieu of 0x08) to fixed tab-stops, for example to add aligned comments to the "ends" of lines of code, like I do in other editors. I don't know how practical this is, since most windowing systems will catch things like CTRL+ and ALT+. Anyway, it's something to think about to save keystrokes and make code pretty.

@coreh
Copy link
Member

coreh commented Dec 31, 2011

CodeMirror recently changed their tab behaviour, so that's a possibility. If a shortcut is not an option due to platform specific stuff, we could probably use something like the menu on Textmate that allows to switch between regular and soft tabs.

@cmundi
Copy link
Author

cmundi commented Dec 31, 2011

Ah. I'm catching on...
On Dec 31, 2011 12:06 PM, "Marco Aurlio" <
reply@reply.github.com>
wrote:

CodeMirror recently changed their tab behaviour, so that's a possibility.
If a shortcut is not an option due to platform specific stuff, we could
probably use something like the menu on Textmate that allows to switch
between regular and soft tabs.


Reply to this email directly or view it on GitHub:
#32 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants