See the image above. I\'m working on notepad ++. html.erb files are presented that way, and I don\'t know ho开发者_高级运维w to get rid of the sky blue highlighting that follows <%=.zsalzbank, B
I\'m using Scintilla using the .NET wrapper, named Scintilla.NET. When creating an instance of it, i.e.:
I have a ScintillaNet text editing control. I want to replace tabs with 4 x space as the user is typing in the control. I\'m not exactly sure where to do this as I\'m not very familiar with the contro
Does anyone know if there is a code editing component for Cocoa, akin to Scintilla? Or at least with following features: syntax coloring, indentation(, brace matching, whitespace showing, li开发者_如
I\"m using ScintillaNET a wrapper for the Scintilla control. I want to change the keywords (for syntax highlighting) for a specific language, I am assuming I have to build my own version of SciLexer.d
I\'m writing a C# program that uses a text editor to edit a file format similar to compiled lua with ScintillaNet (rbf). I understand that you can add new languages to Scintilla by adding an Xml file,
I am using the ScintillaNET wrapper for the Scintilla control and want to implement folding for ASM so I looked up http://sphere.sourceforg开发者_JS百科e.net/flik/docs/scintilla-folding.html for refer
This may be a silly question, but I need to know it anyway. I am using the Scintilla component in my application, an开发者_如何转开发d I was wondering if the user should put the SciLexer.dll file some
Where can I tel开发者_高级运维l scintilla to recognize different keyword sets ? I want to color them differently, just like notepad++ does.use SCI_SETKEYWORDSWell scintilla behaviours are quite hard-c
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing