-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Press QKeySequence::MoveToStartOfLine, go to the first non-blank character #774
Closed
andreaemonti opened this issue
Feb 17, 2021
· 2 comments
· Fixed by #1310 · May be fixed by cpeditor/QCodeEditor#41
Closed
Press QKeySequence::MoveToStartOfLine, go to the first non-blank character #774
andreaemonti opened this issue
Feb 17, 2021
· 2 comments
· Fixed by #1310 · May be fixed by cpeditor/QCodeEditor#41
Labels
Milestone
Comments
Overriding |
As stated in the modified title, we should use |
This was referenced Mar 17, 2021
32 tasks
5 tasks
ouuan
added a commit
that referenced
this issue
Feb 20, 2023
4 tasks
ouuan
added a commit
that referenced
this issue
Feb 13, 2024
Ported from cpeditor/QCodeEditor#41 It fixes #774 and replaces #1149.
1 task
ouuan
added a commit
that referenced
this issue
Feb 13, 2024
…avior (#1310) * fix(CodeEditor): add ESC to cancel selection cpeditor/QCodeEditor#35 * fix(CodeEditor): MoveToStartOfLine and MoveToEndOfLine behaviors Ported from cpeditor/QCodeEditor#41 It fixes #774 and replaces #1149. * docs: update changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you press the home-key, the cursor would move at the beginning of the line, but AFTER the indentation tabs/spaces.
I know, I am asking again for a feature from geany, but I am so used to it, that I can't help making mistakes as if it worked the same in CPeditor. Maybe it's just me used to it, but if it is easy to implement, I think it would be a little nice feature for everyone (maybe flaggable in settings > code edit).
Thank you.
The text was updated successfully, but these errors were encountered: