Xcode 4.5 글자가 이상할 때 마운틴 라이언에서 Xcode 4.5 는 레티나 디스플레이어 최적화되어 글자를 표현하는데, 이 때문에 레티나 디스플레이가 아닌 곳에서는 글자가 뭉개지거나 이상하게 보일 수도 있다. 해결방법: 터미널에서 다음 명령을 날려준다. defaults write com.apple.dt.Xcode NSFontDefaultScreenFontSubstitutionEnabled -bool YES Mac 2012.09.13
SWT Text에 입력 프롬프트 넣기 출처 : http://blog.eclipse-tips.com/2009/01/adding-input-prompt-to-swt-text.html 다음 그림과 같이 입력 전에 Text에 입력을 유도하는 메세지를 넣어준다. 다음 static method를 Util 용으로 작성해둔다. 실제 사용시에는 다음 한 줄만 있으면 된다. Eclipse 2009.04.29