I have installed BlogEngine.NET version 1.5 final then applied Syntax Highlighter version 0.2 Beta AppCode. After that HTML/XML highlighter does not work at all. Here is code sample which is not ...
I suggest using an easy way to specify comments and strings without using RegEx. (something simple just like specifying the keywords) I find it difficult to deal with RegEx :(
even thought the CaseSensitive property is set to false, but still when I tested the library it failed to recognize keywords having case different than the one defined in the keywords property. I h...
Hello, All in title, #region "Some code" private void WriteHello() { Console.Out.WriteLine("Hello world"); } #endregion if the user clicks on the Some code title, the code will be shown or...
The following code presents a problem: public class Presenter { //... public User Model { get {return user; } } public void Update() { view.UserName = Model.Name; } } Mod...
Support for more languages like * C# 3.0 * LINQ * Java * C++ * ASPX * jQuery * Perl * Phython * etc...
Highlighting of types in VB.NET.
I am having some strange behavior. Some tag combinations seem to crap out my page.