Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Find and Replace window is so Wide in Visual Studio 2010?

Good afternoon

is there anyone who noticed that Find and Replace window each time is getting wider when coding and compiling?

alt text http://lh4.ggpht.com/_bCvG6V5JTUk/TBEW6w-Tt8I/AAAAAAAAALo/hfXbcl83h2s/wide-find-replace.png

Even when I resize this window in Visual Studio 2010, it gets wider again... :-(

Perhaphs is there a way to fix its size?

like image 681
Junior Mayhé Avatar asked Jun 10 '10 16:06

Junior Mayhé


People also ask

How do I find and replace in Visual Studio?

You can find and replace text in the Visual Studio editor by using Find and Replace (Ctrl+F or Ctrl+H) or Find/Replace in Files (Ctrl+Shift+F or Ctrl+Shift+H).

How do I arrange Visual Studio in Windows?

To arrange tool and document windows, you can place your cursor on the title bar of a window and then drag it to where you want it. Alternatively, you can right-click the title bar of the window to use its context menu, or you can use the commands on the Window menu.


1 Answers

There is a Microsoft Connect issue on this, and the issue was closed, saying:

The Find Dialog growing is a known issue that we will be fixing for SP1.

Thanks,
Weston Hutchins
Program Manager - VS Platform
http://blogs.msdn.com/visualstudio

There's actually a couple other duplicate cases, but no posted workarounds.

I don't know how long it will be until SP1 comes out. The answer in this post suggests 6-11 months after release, which would put it at October 2010, at the earliest.


The "workaround" that I'm currently using is to simply dock the Find and Replace window in the IDE (I personally put it on the left side under the toolbox). Obviously, this doesn't allow the window to widen every time you use it.

like image 81
Mark Rushakoff Avatar answered Sep 28 '22 10:09

Mark Rushakoff