Reputation: 2114
While I am typing on a specific line in workspace, the text present in the particular line's font is getting increased ! And it gets to regular size as soon as I stop typing.
I also upgraded to XCode 8.2 still the same issue occurs.
FYI: I have also tried the following code to reset the XCode default settings, but still no use.
defaults delete com.apple.dt.Xcode
Upvotes: 20
Views: 1512
Reputation: 1496
Solution:
This happens when you change font size for one particular element but the other editor's elements are using the previous/default font size.
If you want to change the font size either press cmd +
or in preferences -> Fonts and Colors
choose your theme and in the right pane select all the elements (press cmd a
) and then change the font size.
See this SO answer
Upvotes: 17
Reputation: 3967
I had a similar problem but I am not sure is exactly the same. Did you try to change this settings?
Xcode preferences > Fonts & Colors Your chosen theme will have a "current line" option just under the font. Can't remember exactly but I think you can find something there.
Upvotes: 8