BDisp

Results 48 issues of BDisp

Now the scrolling with selected text is working. ![textview-selected-text-position-fix](https://user-images.githubusercontent.com/13117724/184213857-8dd260f6-ef86-4937-a6c6-4b11a807eb9e.gif)

The scroll jump always to the selected text cursor position, causing scrolling impossible to achieve. ![textview-selected-text-position-bug](https://user-images.githubusercontent.com/13117724/184213289-5ae7100b-2ac6-40a5-9601-967bb177b267.gif)

There is no way to avoid the console closing after user clicked the X icon or press Alt+F4. What I suggesting is always auto saving the changes to a temporary...

enhancement

Is there any way to obtain the number of columns occupied by a `Rune `other than by the range of `Unicode `characters as currently done by the `ColumnWidth `method?

question

Fixes #2060 - The constructor that has the source parameter use now his own initialization and I replaced the wrong property `WantContinuousButtonPressed` by `WantMousePositionReports`. I also added a new combo...

Fixes #2061 - On a `MouseMoved` event at least a `ReportMousePosition` flag must be returned. The only action is only set the `pointMove` field to the correct value if needed....