Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

CallTipShow with non-ASCII characters #207

Closed
RaeuberHotzenplotz opened this issue Mar 21, 2016 · 2 comments
Closed

CallTipShow with non-ASCII characters #207

RaeuberHotzenplotz opened this issue Mar 21, 2016 · 2 comments

Comments

@RaeuberHotzenplotz
Copy link

I need to show tool-tips that include German "Umlaute" like "äÄöÖüÜ". If i understand the API correctly, only pure ASCII-strings are supported. That's quite a limitation since ScintillaNET claims to supports Unicode completely. Is there a workaround to make Unicode tool-tips possible?

jacobslusser added a commit that referenced this issue Apr 4, 2016
I had to cache the last call to CallTipShow because Scintilla doesn't
provide an API for getting the text and we need it to perform
char-to-byte calculations in CallTipSetHlt.
@jacobslusser
Copy link
Owner

Somewhere along the line Scintilla must have added support for Unicode call tips and I didn't notice. I've updated ScintillaNET in commit b25ac72 and my testing looks good. Give it a try.

@RaeuberHotzenplotz
Copy link
Author

Works perfectly, thanks.

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

No branches or pull requests

2 participants