Ok, I answered in the MS forums and posted some screenshots showing the bug (?).
We need to find a solution for this issue or this Visual Studio Extended has no meaning for us, as we don't need a source code editor only. We need an integrated resources editor (not an external one), plus a project manager and a source code editor.
These two last capabilities are already available in UEStudio and work excellent!
Could Visual Studio Shell be an IDE for FIVEWIN?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Hello Antonio,
as you can see on the screen capture res-files are working ok.
My problem is/was how to provide in shell isolated development environment the VS own resource editor for editing the resources (.RC or .res).
And this answer is in this
How to: Register Editor File Types article:
The easiest way to register editor file types is by using the registration attributes provided as a part of the Visual Studio SDK managed package framework (MPF) classes. For an example of how to do this, see the Managed Basic Editor Sample (C#) sample. If you are implementing your package in native Visual C++, you can also write a registry script that registers your editor and the associated extensions. For an example, see the Basic Edit Sample sample.
Regards,
Otto
as you can see on the screen capture res-files are working ok.
My problem is/was how to provide in shell isolated development environment the VS own resource editor for editing the resources (.RC or .res).
And this answer is in this
How to: Register Editor File Types article:
The easiest way to register editor file types is by using the registration attributes provided as a part of the Visual Studio SDK managed package framework (MPF) classes. For an example of how to do this, see the Managed Basic Editor Sample (C#) sample. If you are implementing your package in native Visual C++, you can also write a registry script that registers your editor and the associated extensions. For an example, see the Basic Edit Sample sample.
Regards,
Otto
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA