-
Notifications
You must be signed in to change notification settings - Fork 5k
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
cursor indent not maintained on a new line #6945
Comments
i should probably rename this later to keyboard inconsistencies. i have some other things to tend to, but... Ctrl+Left can not be used to navigation to the beginning of a line containing an indent. in classic, |
can't tab comment blocks or markdown lists with Tab or Shift+Tab |
I tried reproducing this behavior in JupyterLab 4 (tip of |
i think this was an overall regression in the editor behavior. vscode preserves indents and jupyterlab editors used to, but they don't in v4. |
it is not possible to type a Tab in an empty string |
Description
consider some indented code
\t\tcode
. hitting Enter will create a new line and place the cursor at the beginning of the next line. in classic, the cursor would start with the same offset as the prior line (eg\t\t
)Reproduce
Expected behavior
the cursor should be placed at the beginning of the last indent offset.
Context
The text was updated successfully, but these errors were encountered: