Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Find in files dialog does not open
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

chris81
New Member

7 Posts

Posted - Oct 17 2009 :  07:25:16 AM  Show Profile  Reply with Quote
Find in files dialog (toolbar button or Ctrl+Shift+F) does not open when the caret is in the definition edit box of the VAX toolbar, which is just above the code editor (to the right of the method list combobox).

VS2005, VS2008 - and every VAX that I've used

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 19 2009 :  5:13:42 PM  Show Profile  Reply with Quote
This is odd. I am seeing the same effect here, thank you for the clear description.

case=34168
Go to Top of Page

chris81
New Member

7 Posts

Posted - Jun 03 2010 :  07:08:28 AM  Show Profile  Reply with Quote
Any update on this issue?
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Jun 03 2010 :  12:27:02 PM  Show Profile  Reply with Quote
Unfortunately no progress on this yet, but I might have a work around for you. On my system if I run the following IDE macro:

    Sub OpenFindInFilesFromVABar()
        DTE.ExecuteCommand("Edit.SelectionCancel")
        DTE.ExecuteCommand("Edit.FindinFiles")
    End Sub

the Find in Files dialog is opened, even when focus is in the VA context field.

If this works for you, you can bind a keyboard shortcut to this IDE macro in the IDE options dialog.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000