You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
ScintillaNET 4.0 which hasn't been released yet appears to have a bug when the platform target is 64-bit.
ScnModified method in LineCollection.cs receives a parameter NativeMethods.SCNotification. When the text is changed SCNotification.modificationType is always 0 and therefore TrackInsertText and TrackDeleteText do not get called and this causes Lines.Count to always be 1.
In order to reproduce make sure to set your platform target in your WinForms project to x64. Goto Project-->Properties-->Build tab.
Let me know if you are able to reproduce the bug.
Regards,
leojazz
The text was updated successfully, but these errors were encountered:
Hi,
ScintillaNET 4.0 which hasn't been released yet appears to have a bug when the platform target is 64-bit.
ScnModified method in LineCollection.cs receives a parameter NativeMethods.SCNotification. When the text is changed SCNotification.modificationType is always 0 and therefore TrackInsertText and TrackDeleteText do not get called and this causes Lines.Count to always be 1.
In order to reproduce make sure to set your platform target in your WinForms project to x64. Goto Project-->Properties-->Build tab.
Let me know if you are able to reproduce the bug.
Regards,
leojazz
The text was updated successfully, but these errors were encountered: