seraphx2

Results 19 comments of seraphx2

I think he is referring to the issue resolved by this code: ``` // Workaround for missing Scintilla.SupressControlCharacters private void ctlScintilla_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar < 32) {...

It seems weird to allow this to be the default behavior. Very rarely do people want CTRL+\* presses to render while trying to type code just because the CTRL combo...

Sorry, I think the confusion of my idea comes from when I said: "wasn't caught before getting to Scintilla". What I was really meaning was that it wasn't handled before...

Basically, if you provide a certain upper or lowercase set of keywords, type in upper or lowercase, and set scintilla.IgnoreCase equal to true or false, in most combinations of those...

When you say "RTF" support, does that mean Scintilla will be usable as a RichText editor? If so, that would be amazing and help me tremendously with a project that...

I am coming here from #304 I really wish that I could do some basic features on the main "button". Having a bedroom "button" that navigates to the bedroom has...

ESI.NET itself does not have a dependency on Newtonsoft.Json. It is definitely used to serialize/deserialize datasets, but the actual dependency references are only in official .NET Core libraries. The .NET...

Oops, didn't mean to close this. I think I will attempt to remove Json.NET to replace with Microsoft's JSON stuff.

So, the engine seriously does not support custom layouts?