from http://chuudok.cafe24.com/blog/246

1. ttf-unfonts를 설치 한다.
sudo apt-get install ttf-unfonts
--> 하면 안될수 있다. 패키지가 이제 존재 하지 않나보다. 우선 저렇게 하면 2개가 나오는데 core, extra 를 발견했다고 나온다.
      각각을 설치하자. 

2. 소프트링크로 sqldeveloper 가 사용할 jdk 이하 jre/lib/fonts  에 위에설치한 폰트디렉토리를 소프트링크 생성한다.
ex) sudo ln -s 
/usr/share/fonts/truetype/unfonts-core /opt/jdk  /opt/jdk1.6.0_32/jre/lib/fonts/fallback

해놓으면된다. 만약 extra를 하겠다면 core 대신 그걸로 소프트링크 만들어도 된다.


from http://blog.csdn.net/liuyanzhi08/article/details/7747117

InputHelper

Just a little plugin to open new gtk.window having textinput field which will support Input Method like Ibus, then insert it back to Sublime Text 2 when you complete input text.

MANUAL INSTALL:

cd ~/.config/sublime-text-2/Packages

git clone https://github.com/xgenvn/InputHelper.git

USING:

  • Make sure your iBus/scim is working normally on other gtk application
  • Default key combination: Ctrl+Shift+Z > Input text in the text field > Press Enter or Ctrl+Enter to place text > Press Arrow Key or End to place cursor to the last position. Ctrl+Enter to reach new line after input text.

This plugin is ONLY working on Linux! On Windows or Mac you shouldn't have above issues to use this plugin.


+ Recent posts