cyber960

Results 7 comments of cyber960

The AppendText method that AlbertBecker mentioned works properly since SCI_APPENDTEXT does not take a null terminated string whereas SCI_SETTEXT does. The Text property should be overridden to support this by...

I managed to get these functions working in case someone wants to merge in the changes. This Notepad++ issue shows why having these functions are useful for displaying whitespace characters...

the w looking character is lowercase omega which is why their example is a bit confusing. You can try the sample code below, once without SetRepresentation and once with it....

@VPKSoft many thanks for maintaing an updated fork of ScintillaNet and thanks for the latest NuGet release. I was previously using the jacobslusser.ScintillaNET.Signed NuGet package as my project required the...

To sign the assembly with a strong name key, you can either use the strong name key file from the main branch or create a new one: https://github.com/jacobslusser/ScintillaNET/blob/master/src/ScintillaNET.snk In Visual...

Thank you, the new NuGet with the signed assembly is working correctly. Below are some articles I found with respect to strong names and .NET Core. Note that I am...

Thanks! I have verified that the net40 dll in v3.8.3 is signed with a strong name and that it is working correctly