Many thanks for this - works for me too.

HKLM\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\File Extensions.ipp"

{B2F072B0-ABC1-11D0-9D62-00C04FD9DFD9}

makes it edit like .cpp

But I still doubt if files should be called .ipp.

Paul

Paul A Bristow, Prizet Farmhouse, Kendal, Cumbria, LA8 8AB  UK
+44 1539 561830   Mobile +44 7714 33 02 04
Mobile mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]


| -----Original Message-----
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED] Behalf Of Randy Bowen
| Sent: Friday, August 08, 2003 6:05 PM
| To: Boost mailing list
| Subject: RE: [boost] Files of types *.ipp are unfriendly, especially to
| MSVC ?
| 
| 
| On the specific issue of MSVC integration: Assuming you're using MSVC
| 7.[01], the mapping of file extensions to editors is declared in the
| registry.  Specifically, the entries under
| "HKLM\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\File Extensions" are
| extension keys whose default value is the CSLID of the editor.  So
| simply creating a new entry for ".ipp" and copying the CLSID listed for
| ".cpp" will give you your C++-specific editing features in MSVC.  (We do
| this as part of our standard installation here, since ".tpl" is an
| standard extension for template implementation files internally.)
| 
| Whether use of ".ipp" as a standard extension is a good idea is, of
| course, a different discussion.
| 
| Randy Bowen
| Stamps.com
| 
| 
| 
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to