Closed madskristensen closed 11 years ago
I've installed into VS2012, and found a defect. Is it just me? Copying items from a browser gives me this:
RouteTable.Routes.MapHubs();.MapHubs;
instead of
RouteTable.Routes.MapHubs();
Confirmed this behaviour exists when Pretty Paste is enabled, and doesn't exist when it's disabled.
This is now fixed in version 1.5
I've installed into VS2012, and found a defect. Is it just me? Copying items from a browser gives me this:
instead of
Confirmed this behaviour exists when Pretty Paste is enabled, and doesn't exist when it's disabled.