| Thread | Last Post | Replies |
|
| How to find installed location of supporting files | 09 May 2008 10:03 GMT | - |
My DSL has some supporting files, which need to be accessed at run-time. The installed package is running from GAC, so the location of the executing assembly does not point to these files. What would be the preferred way to find the installed location?
|
| How to control autosizing of a multiline DSL TextField in-place-ed | 07 May 2008 16:13 GMT | - |
I've created a Comment Shape with a multiline TextField according to the available example. Using VS2005, the in-place-editor provides a fully sized input rectangle. But using VS2008 the input rectangle is sized according to the initial
|
| DTE2 from WSH JScript? | 06 May 2008 22:36 GMT | - |
I've been working on some command-line utils (JScript running under WSH) to extract and summarize dependency information from VS solutions. I've been able to succesfully connect to and interract with VS automation via the DTE interface (new ActiveXObject("VisualStudio.DTE.8.0"), ...
|
| Licensing Copyright and IP issues | 21 Apr 2008 14:36 GMT | - |
Perhaps it is not the right place to start, but maybe you’ll link me to the more relevant POC. I’m working on a GIS open source project, and as more I learn about Visual 2008 extensibility architecture, I find more lines of similarity to what I
|
| Source Control Package in VS isolated shell and the MPF based proj | 15 Apr 2008 22:35 GMT | - |
I have created a package implementing a custom MPF based project system. For now there is no custom EditorFactory and so the core editor is used for opening any file in "text" mode. I have also created a custom source control package based on the sample
|
| Overriding default keybindings with VSPackages | 10 Apr 2008 20:24 GMT | - |
I am trying to create a VSPackage with a feature that I would like to invoke using a keyboard shortcut. However this keyboard shortcut is already taken by Visual Studio 2008. Is there a way I can override this keyboard shortcut in the VSPackage that I am creating? I am also
|