이클립스를 사용할 때, 2~3줄 간격으로 가로줄이 생기는 현상이 있었다.
선만 생기는 것은 괜찮은데, 괜히 코드까지 씹혀 보여서 굉장히 가독성 떨어져 불편했다.
그런데 가끔 다른 곳을 클릭하거나 하면 없어지곤 했다. 구글링 해봐도 세로줄 없애기만 나왔지 가로줄에 관한 내용은 없었다.
정답은 stack overflow에 있었는데, 13인치 노트북을 쓰던 내가 눈이 아파 해상도를 조절했던 탓에 있었다.
eclipse폴더아래 eclipse.ini의 -Dswt.autoScale=150을 조정했는데, 이는 이클립스 내 메뉴 아이콘 크기를 결정해준다.
190으로 높였던 걸 150으로 낮춰주니 해결됐다. 결국엔 해상도 문제였던 것.
참고
https://stackoverflow.com/questions/65904951/eclipse-ide-horizontal-lines-in-editor
Eclipse IDE horizontal lines in Editor
I'm using Eclipse 4.18 on Windows 10. The editor constantly shows horizontal lines at seemly random locations in the editor - see picture link for an example: (1). When scrolling up/down or when
stackoverflow.com
'Programming > Error Log' 카테고리의 다른 글
[Git error] fatal: refusing to merge unrelated histories 해결 (0) | 2024.01.22 |
---|