I\'m using the ScintillaNet text box control to display some search results and I want to be able 开发者_运维知识库to detect when the user double clicks / right clicks on a line in the results so that
I\'m using the Scintilla edit control on Windows (Win32, C/C++) . The control is created inWndProc. I have a second thread, created with Boost.Thread, that act as a spell checker and marks with red sq
I\'ve noticed that the StyledTextControl (Scintilla basically) in wxWidgets has a great feature that allows multi-selections of text, just like TextMate. However wxRuby doesn\'t seem to have the funct
I would like Scintilla to ignore certain key combinations like, Ctrl+Enter or Ctrl+D, and to notify开发者_StackOverflow the parent window when they are entered. I read through the documentation and co
How can I syntax highlight using the scintilla. I have no idea how to use it. I need a 开发者_如何学运维code sample that loads scintilla, puts a String[], and runs it in a richtextbox. You might find
I\'m trying to get Scintilla .NET working in a C# form I\'m making. I\'ve followed the directions provided in the readme such as adding the Scintilla component to the toolbox, but when I try to drag t