I find the default lexer for C++ highlighting not very specific enough. I want to at least be able to specify a different color for:
I have removed the shortcut for SCI_DELETEBACK and as such my backspace key now outputs a backspace character rather than actually deleting characters.
I am using the Scintilla control from ScintillaNet, and I need to have some control over the paste operations (in order to be able to check some things and/or update the text to be pasted).
Has anyone of you successfully added a lexer to scintilla? I have been following the short instructions at http://www.scintilla.org/SciTELexer.html - and even discovered the secret extra inst开发者_
I am making a C# project in which I am using ScintillaNet, and it says: The referenced assembly \"ScintillaNet\" could not be resolved because it has a dependency on \"System.Design, Version=4.0.0.0
I have to create a C# program that deals well with reading in huge files. For example, I have a 60+ mB file. I read all of it into a scintilla box, let\'s call it sci_log. The program is using rough
I have a simple VB.NET application 开发者_C百科using Scintilla. I don`t know how can I make the control auto scroll when text is added to it.
I\'m startin开发者_C百科g development using scintilla in VB.NET and I\'m creating a serial terminal program. The Scintilla control shows what data has been received in my computer serial port.
i came across a weird problem today: i created a sortable list of divs. each div has a class=\"class1\" and items is set to \'class1\' (see below simplified code). each div has an a href link that cal
I am using the ScintillaNET component and I am attempti开发者_开发问答ng to capture clicks in the margin, as this will determine how I respond.Unfortunately, the margins capture the mouse events (and