T O P I C R E V I E W |
aschulz |
Posted - Jan 05 2006 : 12:08:17 PM in case of nonstandard extensions of cpp files the intellisense and autotext doesnt work. we have registered the filetypes as following
We need the extensions because precompile and translate steps on zOs.
http://www.symbioware.de
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Languages\\File Extensions\\.db2cpp] @="{B2F072B0-ABC1-11D0-9D62-00C04FD9DFD9}"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Languages\\File Extensions\\.cicscpp] @="{B2F072B0-ABC1-11D0-9D62-00C04FD9DFD9}"
[HKEY_CURRENT_USER\\Software\\Microsoft\\VisualStudio\\7.1\\Languages\\Language Services\\C/C++] "NCB Default C/C++ Extensions"=".cpp;.cxx;.c;.cc;.h;.hh;.hxx;.hpp;.inl;.tlh;.tli;db2cpp;cicscpp;"
[HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VA6] "ExtSource"=".c;.cpp;.cc;.cxx;.tli;db2cpp;cicscpp;"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Editors\\{72F42A10-B1C5-11d0-A8CD-00A0C921A4D2}\\Extensions] "db2cpp"=dword:00000028 "cicscpp"=dword:00000028
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Editors\\{8B382828-6202-11d1-8870-0000F87579D2}\\Extensions] "db2cpp"=dword:00000028 "cicscpp"=dword:00000028
[HKEY_CURRENT_USER\\Software\\Microsoft\\DevStudio\\6.0\\Text Editor\\Tabs/Language Settings\\C/C++] "FileExtensions"="cpp;cxx;c;h;hxx;hpp;inl;tlh;tli;rc;rc2;db2cpp;cicscpp;"
------------------------------------------------------------
VA_X.dll file version 10.1.1432.0 built 2005.11.14 Licensed to: VA X: [email protected] (1-user license) Support ends 2006.07.06 VA.NET 7.1: [email protected] (1-user license) VAOpsWin.dll version 1.3.3.0 VATE.dll version 1.0.4.2 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.82.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 Single processor
Platform: Win32 Stable Includes: C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\include; C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include; C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease; C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include; C:\\Programme\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include; D:\\development\\Env\\include; D:\\development\\WTL71\\include; C:\\Programme\\Gemeinsame Dateien\\System\\ado; D:\\Daten\\Office\\Office11; C:\\INCLUDE; D:\\development\\env\\debug; D:\\development\\env\\release; c:\\Programme\\Gemeinsame Dateien\\System\\msMapi\\1031; R:\\srvport\\cpp\\source\\tf01103\\include; C:\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\OFFICE11; C:\\Programme\\Gemeinsame Dateien\\Designer; C:\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\VBA\\VBA6; C:\\Programme\\IBM\\WebSphere MQ\\Tools\\c\\include; C:\\Programme\\IBM\\WebSphere MQ\\Tools\\cplus\\include;
Library Includes: C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc; C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl; C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src; D:\\development\\Env\\src;
Other Includes:
|
2 L A T E S T R E P L I E S (Newest First) |
mrbooth |
Posted - May 24 2006 : 8:09:58 PM Thanks - had exactly the same problem, and the FAQ entry solved it :)
|
feline |
Posted - Jan 05 2006 : 5:24:16 PM i believe i know what the problem is. following the instructions here:
http://www.wholetomato.com/support/faq.html#extension
you need to include the dot when adding your extensions to the [HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VA6] values.
are you getting any C++ syntax highlighting in these files? are you getting VA's enhanced syntax highlighting? |