Make insertion mouse cursor visible in dark Visual Studio editor

后端 未结 5 1186
無奈伤痛
無奈伤痛 2021-01-30 10:25

I use a color theme with a very dark background, which works great except that VS2010 uses the default insertion point mouse cursor when the mouse is over the editor pane, and t

5条回答
  •  猫巷女王i
    2021-01-30 10:32

    My temporary solution is that I'm using a custom "text select" cursor on the system as a whole, which I did by finding one that wasn't too outrageous, and then:

    Windows 7 and earlier:

    1. Open Control Panel

    2. Open the Mouse applet

    3. Choose the Pointers tab

    4. Select "Text Select" in the list

    5. Click the Browse button and choose the cursor file

    Windows 8:

    1. Click the Start button

    2. Type "mouse click" and wait

    3. Choose "Change mouse click settings" -- this gets you the old Mouse Properties dialog box

    4. Choose the Pointers tab

    5. Select "Text Select" in the list

    6. Click the Browse button and choose the cursor file

    Of course, this changes the cursor globally, not just in VS2010, and so I have to use one that works against both light and dark backgrounds (in my case, for now, the one from the DeepSky set on deviantart — only the text select one, not the full set).

提交回复
热议问题