T O P I C R E V I E W |
jzq740176597 |
Posted - Mar 01 2012 : 8:55:03 PM VA_definition_Field improvement about the overloaded function parse and display the actual invoked one.
|
13 L A T E S T R E P L I E S (Newest First) |
jzq740176597 |
Posted - Mar 22 2012 : 8:59:51 PM I have got it ,thanks for you advice! |
feline |
Posted - Mar 22 2012 : 6:43:10 PM I have put in a feature request to let you stop VA responding to Ctrl-Space:
case=65559
For now, are you aware you can change the keyboard shortcuts the Windows language bar responds to, so that it is not looking for Ctrl-Space any more?
Just go into the language bar settings, Advanced Key Settings tab, and change the keyboard shortcuts here. |
jzq740176597 |
Posted - Mar 22 2012 : 01:52:33 AM How Can i disable the Ctrl+space key in VA,Because my toggle the imput-language use it. I have disabled the IDE 's Ctrl+space for edit.AutoCompleteWord ,But VA always pup a list. Help me . |
jzq740176597 |
Posted - Mar 09 2012 : 8:30:57 PM Thank you very much! I found the reason and solution from the link you supplied! |
feline |
Posted - Mar 08 2012 : 9:54:01 PM Have you tried a google search here? A quick search returned this as the first hit:
http://stackoverflow.com/questions/1440123/visual-studio-apply-code-changes-is-disabled |
jzq740176597 |
Posted - Mar 08 2012 : 7:38:47 PM I have tried to disable VA temporarily,but it still doedn't work. I know that 's not the problem from VA,but how can I find the reason and to resolve it,I wonder if microsoft has some sites I can ask this problem,Could you give me some advise,help me please! |
accord |
Posted - Mar 08 2012 : 07:17:34 AM Edit and Continue is an IDE feature and Visual Assist should not affect it in any way. Does Edit and Continue work when you disable Visual Assist temporarily?
VAssistX -> Enable/Disable Visual Assist X |
jzq740176597 |
Posted - Mar 07 2012 : 10:09:45 PM I use vs2008 VA1862 win7 32 bits. Now the"apply code change" is always gray and disabled. Help me,regards!
My vs2008 has the Sp1 patch.
Microsoft Visual Studio Team System 2008 Team Suite - ENU Service Pack 1 (KB945140) KB945140
Microsoft Visual Studio Team System 2008 Team Suite - ENU Service Pack 1 (KB947888) KB947888 |
feline |
Posted - Mar 05 2012 : 7:05:15 PM I cannot reproduce this problem so far, testing VS2008 with VA 1901, and a cpp file with some Chinese characters. I am glad you have found a fix, if the problem comes back again please let me know, and a sample file that shows the problem would be very helpful. |
jzq740176597 |
Posted - Mar 04 2012 : 7:34:21 PM VA Options -> Advanced -> Display -> Highlight find results After I have unchecked that option.It works corectlly Now! Thank you!
|
feline |
Posted - Mar 02 2012 : 11:30:13 PM If you use VA's Find References on "g_Global" is it highlighted correctly? Or are some letters still not highlighted?
We have made various fixes and changes to try and handle Chinese characters correctly, and this should be working fairly well in VS2008.
Can you send me a sample file showing this problem please? Since I don't speak Chinese, setting up a good Chinese test can be a tricky thing. If you can, please send the file as a ZIP file, and submit it via the form:
http://www.wholetomato.com/support/contact.asp
including this thread ID or URL in the description, so we can match it up. Sending it as a ZIP will make sure the website does not alter the file encoding. |
jzq740176597 |
Posted - Mar 02 2012 : 9:20:45 PM quote: Where did the yellow highlight come from? The caret is in "InsertItem", so I am guessing this is due to:
VA Options -> Advanced -> Display -> Highlight find results
Yes,you're right!I have unchecked that option. VA 1862.win7 32bit vs2008 quote:
I am guessing the Chinese characters I can see may be a factor in the highlight missing the "g_".
Yes,Many strange phenomenon have occured may be causeed by Chinese characters,but as a chinese programmer,I have to use many chars in chinese,so really hope you team can do more effort and improvement on this. regards |
feline |
Posted - Mar 02 2012 : 11:54:45 AM Currently VA does not know which overload you are calling. This is something we are looking to improve, but there are a lot of cases where working out which overload is being called is hard. I have put in a bug report for the definition field not picking up the correct overload by default, since this is another factor here to watch out for:
case=65100
Where did the yellow highlight come from? The caret is in "InsertItem", so I am guessing this is due to:
VA Options -> Advanced -> Display -> Highlight find results
is this the case? If so which IDE are you using?
I am guessing the Chinese characters I can see may be a factor in the highlight missing the "g_". |