scintilla
ScintillaNET : Regex keywords, non-alphanumerical keywords
I\'d first l开发者_JAVA技巧ike to know if it\'s possible to include keyword containing non-alphanumerical characters? Like @help or +test[详细]
2023-04-06 05:12 分类:问答CreateDialog Failed, but why GetLastError returns 0?
I am writ开发者_开发百科ing an editor for my project by using scintilla editor component. The editor is for an internal scripting language, having all the basic functionalities like cut,copy, paste et[详细]
2023-04-02 12:13 分类:问答64-bit Scintilla-like text-editing component? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-02 11:46 分类:问答pygtkscintilla auto indent
I\'m trying to translate the c++ code and i can\'t work out what \"char linebuf[1000]\" is, can some kind sole translate this to python or explain what linebuf is. Thanks! :) Taken from http://www.sci[详细]
2023-03-22 06:32 分类:问答SciTE text editor, anyone know how to find documentation for advanced techniques?
I have chosen to use SciTE as my text editor. I know its a powerful editor and I have seen videos online where people are using advanced techniques with it. I really want to know how to use the editor[详细]
2023-03-18 06:18 分类:问答How does custom syntax highlighting in Scintilla work (and why doesn't mine)?
So anyways, I\'m trying to implement custom syntax highlighting into a Scintilla control in Visual C#.NET.[详细]
2023-03-14 10:34 分类:问答Does Scintilla need a directive? I keep getting an error?
So, when I drag in Scintilla to my C# form, and try to run it, I get the error: The type or namespace name[详细]
2023-03-13 20:51 分类:问答Switching between Configuration languages in ScintillaNet?
We\'re trying to implement an editor for a mix between javascript and HTML based on ScintillaNet. The javascript code is embedded in between <SCRIPT> </SCRIPT> tags...[详细]
2023-03-03 18:23 分类:问答Finding STC module using CMake - C++/wxWidgets
It looks like FindwxWidgets.CMake can\'t find stc module from contrib. I have the following in my CMakeList file.[详细]
2023-03-02 02:13 分类:问答Cannot Style ScintillaNet Text after or before syntax coloring
var scin = new Scintilla(); ScintillaHotspotStyle = scin.Styles.LastPredefined.Index + 1; scin.Margins[0].Width = 20;[详细]
2023-02-12 23:42 分类:问答