Author |
Topic |
|
BadWolf
New Member
7 Posts |
Posted - Sep 01 2008 : 11:31:53 PM
|
How do I use the [Symbols in Solution] Combobox in VA View?
Whatever I type in there, it finds nothing. Only Symbols from files that are open in a textedtor are found.
|
|
feline
Whole Tomato Software
United Kingdom
18995 Posts |
Posted - Sep 02 2008 : 08:39:27 AM
|
That does not sound right. This page describes how to use this feature:
http://www.wholetomato.com/products/features/sis.asp
Do you actually have a solution open in the IDE? If you look in VA's Open Files in Solution dialog how many files are listed? The title bar lists the number of files.
Can you please go to:
VA Options -> System Info -> Copy Info
and paste the details (from the clipboard) into your reply. This will give us the basic information about your setup. |
zen is the art of being at one with the two'ness |
|
|
BadWolf
New Member
7 Posts |
Posted - Sep 02 2008 : 10:02:06 PM
|
The Open Files in Solution dailog schows: "7785 of 7785"
The Find Symbol dialog schows "1580 of 1580". Wich is WAY to less. It semms to me, there are only those symbols listet I used since installation of Visual Assist.
This are the Visual Assist Infos from clipboard:
VA_X.dll file version 10.4.1647.0 built 2008.07.30 DevEnv.exe version 8.0.50727.762 msenv.dll version 8.0.50727.762 Font: Consolas 15(Pixels) Comctl32.dll version 6.10.6001.18000 Windows Vista 6.0 Build 6001 Service Pack 1 4 processors
Platform: Win32 Stable Includes: S:\\Apps\\Microsoft Visual Studio 8\\VC\\include; S:\\Apps\\Microsoft Visual Studio 8\\VC\\atlmfc\\include; S:\\Apps\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include; S:\\Apps\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;
Other Includes:
Stable Source Directories: S:\\Apps\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc; S:\\Apps\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm; S:\\Apps\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl; S:\\Apps\\Microsoft Visual Studio 8\\VC\\crt\\src;
|
|
|
feline
Whole Tomato Software
United Kingdom
18995 Posts |
Posted - Sep 03 2008 : 09:03:50 AM
|
This is very strange, it is almost as if VA is not parsing the files in your solution.
If you show VA View, then place keyboard focus back into the editor, and now hover the mouse over one of your classes is the correct information displayed?
Can you try this for a class that is not being listed in the FSIW dialog? I am trying to work out if the problem is "just" with the FSIW dialog, or if VA really does not know anything about these missing symbols and types.
Are you seeing a lot of symbols being underlined as mistyped symbols as you edit code?
Is your solution stored on a local drive or some form of network drive? Is S: a local drive or some form of network drive? |
zen is the art of being at one with the two'ness |
|
|
BadWolf
New Member
7 Posts |
Posted - Sep 03 2008 : 10:10:57 AM
|
Yes, when I open a file in the text editor, then hover over it, the information is shown in VA View. As soon as I open a file in the editor it is found by VA View's [Files in Solution] as well. And it seems to stay there then. When I close the editor, then the IDE, the symbols are still found by VA View after reopening the IDE.
I have no underlined symbols. All the fancy Syntax-Coloring is in place.
I don't know if it is of any relevance, but sometimes, when I open a file it is first displayed without Syntax-Cloring. After one, two seconds the View is updated with Syntax-Coloring. In this cases this is also true for the Functions Dropdown-List above the Text-Editor. First black, after one second it becomes colorized. Function after function.
S: is a local Solid State Drive. The Solution and all it's Source-Files are on a "normal" local Harddisk. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Sep 03 2008 : 11:21:15 PM
|
Is "Parse all files when opening a project" enabled (check VAssistX | Options | Performance) ? |
|
|
BadWolf
New Member
7 Posts |
Posted - Sep 04 2008 : 12:33:02 AM
|
No, it's disabled because it takes ages.
I only klick on "Rebuild" from time to time. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Sep 04 2008 : 11:16:06 AM
|
Symbols in Solution will only list symbols that VA has identified through parsing. If it doesn't parse the files when the project is opened, it only parses the files that you open (or that are included by the files that you open).
"Parse all files when opening a project" doesn't force a parse every time the projects are opened - it does caching and that significantly reduces subsequent opens.
"Rebuild" clears the cache.
|
|
|
|
Topic |
|