MacType 字体渲染
https://code.google.com/p/mactype/
Inconsolata 字体,用于Eclipse中英文显示
http://dl.iplaysoft.com/files/1087.html
Sublime Text2
Sublime Text3
http://www.sublimetext.com/3
会用到Package Controll,在线更新方法:
输入CTRL+~,复制如下内容,回车。
Sublime Text2:
import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
Sublime Text3:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
Eclipse 插件:
Find Bugs: 检测BUG
Update URL: http://findbugs.cs.umd.edu/eclipse
Full Screen:全屏
http://code.google.com/p/eclipse-fullscreen
ColorTheme
Update URL: http://eclipse-color-theme.github.com/update
ucdetector : 检测无用的Class, method 等。检测public private 等
Update URL: http://ucdetector.sourceforge.net/update
Mylyn:
http://download.eclipse.org/mylyn/releases/latest