scintilla
Notepad ++ highlights everything that comes after <%= in html.erb files
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[详细]
2023-01-31 19:38 分类:问答Scintilla.NET slow loading
I\'m using Scintilla using the .NET wrapper, named Scintilla.NET. When creating an instance of it, i.e.:[详细]
2023-01-31 03:37 分类:问答Text replacement in ScintillaNet
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[详细]
2023-01-30 03:03 分类:问答Cocoa text editing component (for programmers)
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开发者_如[详细]
2023-01-29 23:49 分类:问答Adding keywords with Scintilla
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[详细]
2023-01-28 16:09 分类:问答How do you add a new language setting to ScintillaNet?
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,[详细]
2023-01-27 02:05 分类:问答Scintilla folding for custom lexer
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[详细]
2023-01-26 07:36 分类:问答SciLexer.dll question
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[详细]
2023-01-25 03:02 分类:问答Customize the C++ scintilla lexer
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[详细]
2023-01-24 02:19 分类:问答I want to make my own source code editor, what are the good choices to make? [closed]
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[详细]
2023-01-23 09:34 分类:问答