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

Enable code folding in more than one TextView / Improve scroll speed during mouse selection #400

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

SFrank1966
Copy link

  1. Enable code folding in more than one TextView using the same TextDocument. This can be used to implement a code navigation view to the same document on the right side.

  2. Define MinimumDistanceToViewBorder as an option to improve scroll speed during mouse selection. A higher value than the default 5.0, e.g. 30 or 50, should speed up scrolling during a mouse selection with a move over the last visual line.

SFrank1966 and others added 5 commits May 8, 2023 11:47
Define MinimumDistanceToViewBorder as an option to improve scroll speed during mouse selection
…comments

Behaviour of Tab/Shift-Tab on block comments is now like Visual Studio.
…elect the whitesspaces instead of the word left of them

Double click on whitespaces should select the whitesspaces instead of the word left of them
Handling of Tab /Shift-Tab on block comments
@SFrank1966
Copy link
Author

  1. Behaviour of Tab/Shift-Tab on block comments similar to Visual Studio

  2. Double click on whitespaces should select the whitespaces instead of the word left of them

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

Successfully merging this pull request may close these issues.

None yet

1 participant