New Post: multiline editing in ScintillaNET
As you suspected these forums have gone unanswered for quite a long time. The project has moved to GitHub:https://github.com/jacobslusser/ScintillaNET From your description it sounds like you're...
View ArticleNew Post: Loss of style info of copied contents of a scilex contrl
From your description, I'm not entirely certain you're using the ScintillaNET control and now another wrapper around Scintilla. The native Scintilla control does not copy styles to the clipboard--only...
View ArticleNew Post: In C#, how can I set the background colour of the document from...
Do I need to use interop for this? If so, why doesn't ScintillaNET have this basic functionality built in? Implementation of how to go about this would be appreciated.
View ArticleNew Post: In C#, how can I set the background colour of the document from...
Development of ScintillaNET has moved to GitHub:https://github.com/jacobslusser/ScintillaNET If you don't find your answer in the new project Wiki you can ask a question using the Issues tracker....
View ArticleNew Post: Split view using two Scintilla controls?
Hello jacobslusser, can you provide a vb.net code for documents module in https://github.com/jacobslusser/ScintillaNET? Thanks
View ArticleNew Post: Using ScintillaNET for specific language
hello dmoor can I ask for your help, i also need to apply this on my application would you reply here or send link that can help me play a macro using vb.net. im using vb.net at my end. Big Thanks
View ArticleNew Post: Using ScintillaNET for specific language
James I think you are asking in the wrong place. This project is just related to the Editor component. To actually add scripting to your application try this...
View ArticleNew Post: How to use Find/Replace capability of ScintillaNET?
Hi, I am new to ScintillaNET. In my WPF application I am using WindowFormHost for ScintiallaNET( ver 3.5). I don't know if there is any WPF version that I can use withou WindowFormHost. So far I was...
View ArticleNew Post: How to use Find/Replace capability of ScintillaNET?
ScintillaNET development and discussions have moved to GitHub. https://github.com/jacobslusser/ScintillaNET Some documentation about the v3 search API can be found on the project Wiki....
View ArticleNew Post: How to use Find/Replace capability of ScintillaNET?
Thank you. I will do so. Regards, adabral
View ArticleNew Post: Split view using two Scintilla controls?
Okay, after all this time I've found out that there actually is a way to use split view with the old 2.x Scintilla. I just did this and it seems to work perfectly:Scintilla2.DocumentHandler.Current =...
View ArticleNew Post: Exception by Find/Replace dialof
Hi.. Is it known that the replace button causes an exception, if you do not enter any text to "Replace field" ?! 1) Open Replace Dialog 2) Enter text to "Find" field 3) (Replace field is empty) Click...
View Article