Jim Tilander
Jim Tilander
I guess I could remove the .tgz but the project won't build anymore then. Which is a problem, for anyone new trying to actually get a microkernel going it's a...
Hm. So first off, one seem to have to install the SDK: http://www.microsoft.com/en-us/download/details.aspx?id=40758
Some resources as well: - https://github.com/jaredpar/VsVim/wiki/Resources-for-writing-Visual-Studio-Extensions - http://www.codeproject.com/Articles/720329/Visual-Studio-Extensions-from-Add-in-to-VSPackage - http://www.kendar.org/?p=/tutorials/vsextensions/introduction - https://dzone.com/articles/how-create-debug-and-deploy
This one seems promising: https://msdn.microsoft.com/en-us/library/vstudio/dn246938.aspx
Hakon Steino graciously contributed an implementation for VSIX support. There is an experimental version as of this checkin: https://github.com/jtilander/niftyplugins/commit/acd7b0f984cf042608f5e2a1b1b8eb1af2b6de99 We're going to hammer out some issues before calling this a...
Looks great. Terribly sorry though, my employer prevents me from doing any open source.
I suspect now that I've migrated to 4.5 .NET that this will be a non issue.
Note to self: ItemCommandBase.cs OnCommand() tries to resolve the filename through the project, instead of the document. Which means that it will just be the wrong filename if the document...