-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow Single-Line Indentation Decrease With Shift-Tab #511
Comments
Hello vivid-pixel, Note also that manually indenting is only useful when the automatic code indention (see menu Options > Code Layout) is disabled, otherwise the automatic process would constantly compromise your manually made indentions. |
Ah, I assumed the indentation could still be manually de-indented like in other IDEs! I do find myself wanting to de-indent manually sometimes despite the automatic formatting, so I suppose this would be more of a feature request than bug. I do manually hit Tab so I'm just not sure why Shift-Tab can't work the other way around. |
@RhoSigma-QB64: I appreciate you clarifying the block-indenting feature. I edited the post since this is not a bug report, but I cannot add labels. Are you able to add a label for feature enhancement? I do think if Tab currently increases indentation by one tab or the specified number of characters, Shift-Tab should do the reverse, rather than nothing at all. Currently, indenting too far requires pressing Backspace to remove indentation, but that removes the whole line of indentation rather than just one tab, so you may have to press tab multiple times to get back into position. I would expect this manual de-indentation to work regardless of the automatic indentation feature. If it's incorrect (whether too many, or too few spaces) then it gets corrected upon moving to the next line. Same as most other code editors, I think! |
Describe the feature request (Edited because the behavior is not a bug)
Using TAB to indent works on the keyboard, but not through the toolbar menu. Shift-TAB does not work in the editor nor the toolbar.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Shift-Tab should decrease spacing by the number of spaces designated in the IDE for indentation.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: