jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

How to turn off the display of HexCode? And prevent truncation after Hex 00? #495

Open getoutnow2013 opened 3 years ago

getoutnow2013 commented 3 years ago

Case 1. Scintilla will show the icon of HexCode in the textarea, such as: SO: shift-out HexCode: 0E SI: shift-In HexCode: 0F How to turn this off? sci_error

Case 2. When there is a character is Hex 00. All the afterwards string will be truncated. How to prevent the truncation? sci_error2

Thanks!