Fixes the "Find was stopped in progress" bug in the find in files functionality of Visual Studio 2010 and later. This is accomplished by overriding the return value of GetAsyncKeyState for the VK_PAUSE key in msenv.dll. This key might as a result stop working in some places. Also it is no longer possible to stop the find in files with the pause/break key. |