Find In Files
-
In VC++6 I used F4 to go to the next found item in "Find in Files", in VS.Net F4 goes only to next task. What is the key to go to the next found item in "Find results"? :suss: Vitaly Belman :suss:
-
In VC++6 I used F4 to go to the next found item in "Find in Files", in VS.Net F4 goes only to next task. What is the key to go to the next found item in "Find results"? :suss: Vitaly Belman :suss:
I wish I knew. I'll second your complaint, thogh, just in case anyone at MS reads this stuff. The loss of the F4 key is just another one of the flaws in VS7.
-
I wish I knew. I'll second your complaint, thogh, just in case anyone at MS reads this stuff. The loss of the F4 key is just another one of the flaws in VS7.
The help files say it is F12.. But that's untrue. :suss: Vitaly Belman :suss:
-
In VC++6 I used F4 to go to the next found item in "Find in Files", in VS.Net F4 goes only to next task. What is the key to go to the next found item in "Find results"? :suss: Vitaly Belman :suss:
Change the definition for F4 and Shift-F4 to use Edit.GotoNextLocation and Edit.GotoPreviousLocation. That should do what you want. They scroll through the task list if you've just done a compile, but they scroll through the find results if you just did a search.
-
Change the definition for F4 and Shift-F4 to use Edit.GotoNextLocation and Edit.GotoPreviousLocation. That should do what you want. They scroll through the task list if you've just done a compile, but they scroll through the find results if you just did a search.
Thank you. :suss: Vitaly Belman :suss: