-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Scintilla control that I create in C#, and the syntax highlighting doesn't work. It sets the font correctly which tells me that the file is being loaded, but the syntax highlighting doesn't work at all:
Scintilla r = new Scintilla();
r.Dock = DockStyle.Fill;
r.ConfigurationManager.IsUserEnabled…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have a simple VB.NET application using Scintilla. I don`t know how can I make the control auto scroll when text is added to it.
Can anyone help?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We develop a WinForm application using Scintilla.NET (1.7) component, which uses SciLexer.dll (unamnaged). At run-time, we distribute both 32bit and 64bit SciLexer.dll, and we load the correct one when the application starts (everything works fine).
On our new development environments (Windows 7…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is it possible to configure scintilla to "brake" EOL/EOF while writing ? Now, if I want to begin writing in a column after EOL, I use ALT+left mouse button and start typing after click. No idea how to begin writing below EOF. Pressing Enter key many times is the only method now.
Other explanation:
If…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a relatively large program that I'm optimizing for ASCII input files around 10-80mB in size. The program reads every line of the file into a stringbuilder and then sets the Text field of the ScintillNET object to the stringbuilder. The stringbuilder is then set to null.
private void ReloadFile(string…
>>> More