icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.85k stars 469 forks source link

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

Open SFrank1966 opened 1 year ago

SFrank1966 commented 1 year ago
  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 commented 5 months ago
  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