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

Investigate consistent behaviour when deleting 4 spaces #377

Open
JackMorganNZ opened this issue Sep 9, 2021 · 0 comments
Open

Investigate consistent behaviour when deleting 4 spaces #377

JackMorganNZ opened this issue Sep 9, 2021 · 0 comments
Labels
good first issue Good for newcomers javascript Pull requests that update Javascript code

Comments

@JackMorganNZ
Copy link
Member

Currently adding a tab adds four spaces instead to avoid issues of whitespace being composed of both tabs and spaces. When pushing backspace/delete, it should check if 4 spaces are there and delete them all, similar to popular coding editors. This would make it quicker to dedent code.

@JackMorganNZ JackMorganNZ added good first issue Good for newcomers javascript Pull requests that update Javascript code labels Sep 9, 2021
octoscorp added a commit to octoscorp/codewof that referenced this issue Mar 29, 2023
Because this is overwriting the function of the keys, I have re-implemented
the standard functions of both to maintain usability.
Fix for uccser#377
octoscorp added a commit to octoscorp/codewof that referenced this issue Mar 29, 2023
Because this is overwriting the function of the keys, I have re-implemented
the standard functions of both to maintain usability.
Fix for uccser#377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers javascript Pull requests that update Javascript code
Development

No branches or pull requests

1 participant