[OS環境]
Windows XP SP3 and Eclipse 3.5.2 in VMWare Fusion 3
Ubuntu Maverick Meerkat 10.10 and Eclipse 3.5.2 in VirtualBox 3.4
Mac OS X 10.6 Snow Leopard and Eclipse 3.5.2
行頭行末や、単語移動、コード補完のキーバインドが微妙に違うのでそろえることにした。
$ cd /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/ $ ./lsregister -kill -r -domain system -domain local -domain user
セクション番号 | 説明の種類 |
1 | 実行プログラムまたはシェルのコマンド |
2 | システムコール (カーネルが提供する関数) |
3 | ライブラリコール (システムライブラリに含まれる関数) |
4 | スペシャルファイル (通常 /dev に置かれている) |
5 | ファイルのフォーマットとその約束事。例えば /etc/passwd など |
6 | ゲーム |
7 | マクロのパッケージとその約束事。例えば man(7), groff(7) など |
8 | システム管理用のコマンド (通常は root 専用) |
9 | カーネルルーチン [非標準] |
on run {input, parameters} tell application "Terminal" activate if (the (count of the window) = 0) or ¬ (the busy of window 1 = true) then tell application "System Events" keystroke "n" using command down end tell end if do script "cd \"" & (POSIX path of ¬ (input as string)) & "\"" in window 1 end tell return input end run
try tell application "Finder" activate set this_folder to (the target of the front window) as alias set {x1, y1} to position of front window make new Finder window to this_folder set position of front window to {(x1 + 50), (y1 + 150)} --This offsets the new window more than the average Finder tiling does end tell end try
$ sudo chmod +x /Library/WebServer/CGI-Executables/test.cgi
$ sudo apachectl restart
$ sudo /usr/sbin/apachectl restart
mainMem.useNamedFile = "FALSE"
MemTrimRate = "0"