On 28/11/2013 at 18:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R13-R14
Platform: Windows ;
Language(s) : C++ ;
---------
When I double click CPP, STR, and H files, they immediately open up in the code editor.
But RES files behave different, Visual Studio of course think they are real RES files, which need special treatment. So Visual Studio will stubbornly open the resource editor (or at least the Resource View), when these files are double-clicked in the Solution Explorer.
I think it is unfortunate that Maxon has used the RES extension for the description files. RES has a special meaning in Windows, but the Maxon RES counterparts are plain simple pure text files. Had Maxon used the extension RS, all would have been fine. RS files are text files, telling the Windows Resource Compiler how to compile RES files, and as such fit the bill exactly.
As it is now, in Visual Studio I have to right-click the RES file, then select "Open With", then select (I have set it to default) Source Code Editor, and then additionally click the OK button.
All these unnecessary actions, just to open a RES file, are getting on my nerves.
Does any of you VS users know of a way to make Visual Studio open RES files directly in the Code Editor? Is there a way to make my life easier?