ScintillaNET icon indicating copy to clipboard operation
ScintillaNET copied to clipboard

Exception System.IndexOutOfRangeException

Open Aghlara opened this issue 7 years ago • 1 comments

Type: System.IndexOutOfRangeException Message: Index was outside the bounds of the array. Source: ScintillaNET Stack: at ScintillaNET.GapBuffer`1.get_Item(Int32 index) at ScintillaNET.LineCollection.CharLineLength(Int32 index) at ScintillaNET.LineCollection.DeletePerLine(Int32 index) at ScintillaNET.LineCollection.TrackDeleteText(SCNotification scn) at ScintillaNET.LineCollection.scintilla_SCNotification(Object sender, SCNotificationEventArgs e) at ScintillaNET.Scintilla.WmReflectNotify(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Is there anyway we can handle this exception?

Aghlara avatar Jul 19 '18 01:07 Aghlara

You shouldn't be receiving this exception. It is likely you are doing something with Scintilla outside the standard API. Maybe you can explain more what is causing it.

jacobslusser avatar Sep 21 '18 19:09 jacobslusser