TheSwamp

Code Red => .NET => Topic started by: Bryco on February 07, 2017, 07:26:39 PM

Title: vs 2015 text selection
Post by: Bryco on February 07, 2017, 07:26:39 PM
Some how a setting is set that makes it very difficult to window part or all of a piece of text and delete it.
eg                    tsr.FileName = Getfontfolder() + sFilename;
                else
                    tsr.FileName = GetWindowsfontfolder() + sFilename;    if I click on FileName both occurances of FileName are highlighted (gray in my case) making it difficult to select the one (which turns blue over the gray)

I hope someone knows the fix
Title: Re: vs 2015 text selection
Post by: Gasty on February 07, 2017, 11:32:26 PM
Hi,

Not sure, but this may help: https://blogs.msdn.microsoft.com/zainnab/2010/04/14/the-best-of-visual-studio-2010-how-to-use-reference-highlighting/ (https://blogs.msdn.microsoft.com/zainnab/2010/04/14/the-best-of-visual-studio-2010-how-to-use-reference-highlighting/)
Also you can set the higlight color to something with more contrast.

Gaston Nunez
Title: Re: vs 2015 text selection
Post by: Bryco on February 08, 2017, 12:36:54 PM
TY  that helped, cheers