-
Notifications
You must be signed in to change notification settings - Fork 28
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
Scintilla control not visible on form designer #95
Comments
The black color is because of this:
There are two scintilla controls in the current version of the test app and one of them has the color set to black explicitly. I'll change the test app back to a white color in the next release. As for the controls not being visible, I'll take a look and see what I can find. |
Yes, that is a different scenario with the same symptom of the test app. I created issue #96 for that behavior. |
@ikorman the CaretLineBackColor issue will be resolved in the next update (5.3.3.14), I'm still looking into the visibility issue for the test app. |
I downloaded latest available source code. Took sample application provided within the repo, add Scintilla.Net control source code as project reference to solution. Program compiles fine and runs, but when in designer mode Scintilla control not visible neither on the form nor control toolbox. Usually I get it through nuget and no issues theres, only in this case when source code is used as part of solution.
Additional issue/request: by default current row is highlighted in black color, meaning you can not see what you type (as font by default is also black), neither caret is visible. Can be confusing for beginners, like it confused also me when switched to this project version - i thought something is wrong with control.
Environment is Win11, VS 17.8.3
Thx
Ivan
The text was updated successfully, but these errors were encountered: