The native Scintilla control has a habit of clamping input values to within acceptable ranges rather than throwing exceptions and so we've kept that behavior in ScintillaNET. For example, theGotoPositionmethod requires a characterpositionargument. If that value is less than zero or past the end ...
The native Scintilla control has a habit of clamping input values to within acceptable ranges rather than throwing exceptions and so we've kept that behavior in ScintillaNET. For example, theGotoPositionmethod requires a characterpositionargument. If that value is less than zero or past the end ...
A good example of this is how ScintillaNET uses indexers to access lines, but not treat them as a .NET collection. Lines in a Scintilla control are not items in a collection. There is no API to Add, Insert, or Remove a line in Scintilla and thus we don't try to create one in ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} robinrodricks / ScintillaNET.Demo Public Notifications You must be signed in to change notification settings Fork 55 Star 149 ...