No matter what I do, the control placed in Windows forms loads 15 seconds. Strangely, it happens only every second/third time during application startup. Pre-loading SciLexer.dll/SciLexer64.dll or ...
Id #34039 | Release:
None
| Updated: May 10 at 10:06 AM by RolandasR | Created: May 10 at 7:09 AM by RolandasR
It would really be nice if I can paste code into the scintilla text box, and then have a format document option like in visual studio.
Id #34011 | Release:
None
| Updated: Apr 27 at 3:23 PM by MariusK007 | Created: Apr 27 at 3:21 PM by MariusK007
this will style the xml properly
var host = new WindowsFormsHost();
var scintilla = new Scintilla();
host.Child = scintilla;
scintilla.ConfigurationManager.Language = "xml";
scintil...
Id #33926 | Release:
None
| Updated: Mar 30 at 8:14 AM by zhuwei | Created: Mar 29 at 2:34 PM by zhuwei
The Scintilla Find/Replace dialog has accessibility issues. Running Windows 7 64bit with 125% DPI, labels are running underneath buttons (see attached screenshot). As I'm sure you're aware, these k...
Id #33867 | Release:
None
| Updated: Mar 12 at 4:20 AM by StephenSwensen | Created: Mar 12 at 4:20 AM by StephenSwensen
ASP highlighting is not working correctly with the default html.xml file because the keyword order is incorrect. The styles are being properly allocated to the view but they are not taking effect ...
Id #33817 | Release:
None
| Updated: Mar 2 at 5:29 PM by jacobslusser | Created: Feb 23 at 9:44 PM by jdubreville
Upon running a debug on the Lexer XML loader I found a bug where every other Sub Language node was being skipped. This was occurring because the XmlReader was calling read an extra time causing th...
Id #33816 | Release:
None
| Updated: Mar 2 at 9:47 PM by blah38621 | Created: Feb 23 at 9:40 PM by jdubreville
Thanks for posting a fix on the BGW problem. I have another issue i have been trying to fix.
I am using the control as a text editor in my program, therefore i don't use any lexical analysis. I do ...
Id #33789 | Release:
None
| Updated: Feb 22 at 12:28 AM by jacobslusser | Created: Feb 19 at 3:13 PM by acharif
The 3.0 branch includes a heavily refactored Style object. Some of the changes contained in that branch are somewhat experimental (i.e. orphaned styles) and should not be merged, however, the major...
Id #33782 | Release:
None
| Updated: Feb 22 at 12:28 AM by jacobslusser | Created: Feb 18 at 4:06 AM by jacobslusser
I can't drag and drop it onto the form from the toolbox. I get the following error.
I'm using VS2012.
Cannot load the 'SciLexer.dll' module into memory ---> The specified file cannot be found at S...
Id #33730 | Release:
None
| Updated: Mar 23 at 11:49 PM by luisfpf2 | Created: Feb 1 at 11:20 PM by kanaida
Would be a lot easier to add this to projects if you created a NuGet package for it. Would be a lot easier to discover as well.
http://nuget.org
Id #33096 | Release:
None
| Updated: Feb 22 at 12:28 AM by jacobslusser | Created: Sep 6, 2012 at 1:48 PM by Svish