Codekana 1.1.9
Thursday, January 29th, 2009I’ve just uploaded 1.1.9. This fixes proper constructor highlighting in the following C# syntax, which wasn’t properly recognized:
public Command(Jobs Job, int Percentage) : this(Job) { this.Percentage = Percentage; }
Now “Command” gets properly marked. The “this” in “this(Job)” was confusing CK’s parser.
You can download it via this link:
http://www.codekana.com/CodekanaVS-1.1.9.msi
You needn’t uninstall the previous version before installing this one, it will auto-upgrade your installation. Also, the main download link now actually downloads this version, so no need to update if you downloaded 1.1 after today.