You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Well i just tried the VPKSoft latest version but unfortunately i had to switch back to this because there is something happening with the cursor (it jumps around) when the cursor is in another textbox which is being displayed anywhere on the screen at the same time as the Scintilla control... is there a property or something i havent seen for this?
Hi
This seems to be some kind of focus issue, as one instance of the Scintilla is focused the cursor doesn't jump around anymore. I don't know a fix for jumping yet. A workaround seems to be setting a focus to Scintilla and then jumping goes away for other text boxe(s) as well.
Using this code to try and change the end of line type and Scintilla will crash the whole app...
Scintilla.ConvertEols(Eol.Cr); Scintilla.Refresh();
The text was updated successfully, but these errors were encountered: