Author Topic: vs 2015 text selection  (Read 1723 times)

0 Members and 1 Guest are viewing this topic.

Bryco

  • Water Moccasin
  • Posts: 1882
vs 2015 text selection
« 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

Gasty

  • Newt
  • Posts: 90
Re: vs 2015 text selection
« Reply #1 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/
Also you can set the higlight color to something with more contrast.

Gaston Nunez

Bryco

  • Water Moccasin
  • Posts: 1882
Re: vs 2015 text selection
« Reply #2 on: February 08, 2017, 12:36:54 PM »
TY  that helped, cheers