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 ...
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 ...
Owner jacobslussercommentedJun 15, 2015 There is not an integrated way to do auto-indenting. That behavior is very language -- and even user -- specific. The nativeScintilla documentationincludes an example of how you might use theCharAddedevent to trigger auto-identing. It's written in C++...