-
Tabs & Spaces
Seems like StyleCop wants regions to be indented by spaces, and not tabs. I got this request from like 12 different users, and barryd was kind enough to do the work for me.
It took me about 4 months to commit the patch, sorry guys
You can now choose between tabs or spaces as your [...] -
New Code Layout Browser Eye Candy
Just a quick preview on the new Code Layout Browser coming up in v0.7.
I really want to release v0.7 by AltNetConf Israel, which is happening this Thursday, so no sleep pour moi.Wish me luck.
Update: [Thursday] Unfortunately, there is no chance I’ll be finishing this today I forgot what it means to release [...] -
Advanced Sorting
This long awaited feature is finally implemented in v0.7.
Now you can use multiple tags in the OrderBy statements, for example:1: <PutMethods>
2: <OrderBy>
3: <Name />
4: [...]