Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Find in files dialog does not open

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
chris81 Posted - Oct 17 2009 : 07:25:16 AM
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
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 03 2010 : 12:27:02 PM
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.
chris81 Posted - Jun 03 2010 : 07:08:28 AM
Any update on this issue?
accord Posted - Oct 19 2009 : 5:13:42 PM
This is odd. I am seeing the same effect here, thank you for the clear description.

case=34168

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000