T O P I C R E V I E W |
tandr |
Posted - Jun 11 2009 : 1:45:51 PM VS2008 SP1
I have bunch of files from old projects, and they all CamelCased
but when I try to use Alg-G functionality, it displays them all lowercasedwhichisunreadable.cpp and lowercasedwhichisunreadable.h
can it preserve the case of the file name when displaying suggestions?
Thank you very much, t.
VAX info
VA_X.dll file version 10.5.1724.0 built 2009.05.01 Licensed to: VA X: [email protected] (1-user license) Support ends 2010.02.04 DevEnv.exe version 9.0.30729.1 msenv.dll version 9.0.30729.1 Font: Consolas 11(Pixels) Comctl32.dll version 6.0.2900.5512 Windows XP 5.1 Build 2600 S 2 processors (x86)
Platform: Win32 Stable Includes: D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include; D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include; D:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\include; D:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\include; E:\\svn\\repos\\3rd\\boost\\tags\\Boost_1_39_0;
Other Includes:
Stable Source Directories: D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc; D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm; D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl; D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;
|
5 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jun 12 2009 : 7:55:55 PM There was nothing explicitly changed between 1724 and 1727 for this problem. We've had a couple of similar reports. When/if you see it again, please try to remember how the file was first opened so that we can try to fix it.
Do you simply open one file at a time in VS? Or do you have some sort of project that is simply a file collection? This aspect of the environment might be at play in the problem.
Are you working off an NTFS or FAT drive?
|
tandr |
Posted - Jun 12 2009 : 7:23:36 PM it is valid borland 6 code, so it is uncompilable in VS2008. I use VS2008 for editing only in this case.
No, the click was for class member function name.
Funny fact is that I just downloaded new 1727, cleaned old VAX info (from clean-up and rebuild), closed VS, installed 1727, it rebuilt it's dbs, and now it seems to be ok. If it will happen again I will let you know, but for now I would not worry much.
Best regards, t. |
feline |
Posted - Jun 12 2009 : 2:48:16 PM I have just tested this here, and the case of the opened files is preserved. So now we need to find out why this works for me but fails for you.
Are you using alt-g on a #include statement or on something else? A class name, a function name?
Does this go wrong every time, or only some times. Are the files you are jumping to / opening part of the solution? Are they listed in Solution Explorer? |
tandr |
Posted - Jun 11 2009 : 5:13:13 PM everything is on the local harddrive |
feline |
Posted - Jun 11 2009 : 3:36:52 PM Are the files on your local hard drive, or some form of network share?
I remember a bug like this, but it was fixed several builds ago. |