toehead2001
toehead2001
Currently, `Lines.Count` is used for the upper bound when clamping the displayLine in `DocLineFromVisible()`. That can be incorrect in the following: - It can be too low if Word Wrap...
These were changed from `int` in Scintilla a few years ago. Closes #405 Closes #434 Closes #454
We use this to ensure that Scintilla hides its caret when losing focus to a child control.
This adds the needed methods for using [Substyles](https://www.scintilla.org/ScintillaDoc.html#Substyles).
I see if I try to change the font after declaring StyleClearAll(), it will not work. **This does not work. The font stays as Courier New.:** `scintilla.Styles[Style.Default].Font = "Courier New";`...
Before: ``` { "Foo": "\u003c" } ``` After: ``` { "Foo": "\\u003c" } ``` This doesn't happen on the [JSONLint website](https://jsonlint.com/), so maybe the JSONLint dependency just needs to be...
This configuration will build Dynamic Draw as an EXE, and you can debug it without having to start Paint.NET. We've been using a similar "FastDebug" configuration in CodeLab for a...
Fixes #13302 ## Proposed changes - Add an OnMouseWheel override on `ToolStripDropDownMenu` to handle scrolling the menu items. ## Customer Impact - Allow users to scroll a `ToolStripDropDownMenu` with the...
### .NET version 9.0 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No ###...