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

Feature request: multi-line indent using the Tab key #18

Open
ouuan opened this issue Dec 8, 2019 · 3 comments
Open

Feature request: multi-line indent using the Tab key #18

ouuan opened this issue Dec 8, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@ouuan
Copy link
Contributor

ouuan commented Dec 8, 2019

If the user has a selection that spans more than 1 line and presses the Tab key, those lines are indented by 1 TAB (or a number of spaces, depending on how the editor is configured). And Shift+Tab un-indents them.

@Megaxela
Copy link
Owner

Ye, I guess it will be fine to have this feature. I'll implement it!

@Megaxela Megaxela added the enhancement New feature or request label Dec 28, 2019
@ouuan
Copy link
Contributor Author

ouuan commented Jan 8, 2020

And Shift+Tab for single line unindenting works incorrectly now, if the tab is not typed in the editor but loaded from the file.

@coder3101
Copy link
Contributor

Already implemented in https://github.com/ouuan/QCodeEditor

You can cherry pick commits from his repository to include them here.

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

No branches or pull requests

3 participants