How can I change the mouse i-beam cursor in Xcode?

I use a dark background when I code in xcode 5.0.2, and maybe I'm just getting old, but it's very difficult to see the cursor when I hover over text.

I tried a solution on this: Changing the i-beam mouse cursor in Xcode 4

but it did not have unfortunately.

Any suggestions?

+4
source share
4 answers

For me, this was in accordance with the post you referred to in the place:

/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources/DVTIbeamCursor.png

However, the problem was that the file was named as:

DVTl (lowercase "L"), not DVTI (uppercase "I").

+9
source

Xcode 9 (mac Sierra 10.12.6), Mousecape:

  • Mousecape

  • . ( DVTIbeamCursor.tiff, Mousecape)

  • Mousecape

, . , :

  • Mousecape " "
  • .app : Mousecape.app/Contents/Library/LoginItems/com.alexzielenski.mousecloakhelper.app

  • ,

+4

, , , @aldryd . GitHub sokobania :

1:

ThemeEngine : https://github.com/alexzielenski/ThemeEngine

2:

ThemeEngine Xcode, .

  • "ThemeEngine".

    • " "
  • Nullability '_Nonnull' 'NSString'; ?

    • Xcode

3:

. > > > :

enter image description here

4:

ThemeEngine " ", Assets.car Xcode :

/Applications/Xcode.app/Contents/SharedFrameworks/
DVTKit.framework/Versions/A/Rβ€Œβ€‹esources/Assets.car

5:

DVTIbeamCursor IBeam Ibeam Xcode.

enter image description here

Ibeam, @TheTC:

dracoventions.com/images/external/TIbeam.tiff

6:

" ..." Xcode Assets.car . , Assets.car Xcode, .


:

, -. , root > > > > ThemeKit

Rebuild and you must be good.

+3
source

Failed to get this to work in xcode 8. What I ended up with was just setting the background color in the editor to dark dark gray and not black (# 222222 or # 111111), and that helped.

+1
source

All Articles