啾咪!
小麥注音
最近事情一大堆,終於找到一點時間來弄小麥注音。最近做的事情大概包括:
- 10.7 「文字編輯」軟體裡頭的垂直文字模式的支援
- 解決漢語拼音不能輸入的問題
- 大概解決了使用非 US 鍵盤時鍵盤配置跑掉的問題
- 繼續來調整 Installer 的問題
要做的事情還是一堆哩。
| zonble: | 分享一下 |
|---|---|
| zonble: | LLVM 現在在 compile 的時候,會同時檢查一下 coding convention |
| zonble: | 所有用 new 開頭的 method,都期待 retain count 是 1 |
| zonble: | 例如 [ZBDocument newDocument] 這類的 |
| zonble: | 但是這個檢查不分 class 或 instance method |
| zonble: | 所以如果有個 property 叫做 new... 什麼的,就噴出一堆警告 |
| zonble: | 例如 document.newVersion 就認為不好 |
| zonble: | 而除了 new 開頭或 init 開頭的 method,檢查的時候就都要求是 autorelease 物件 |
| zonble: | 所以像 [ZBDocument createDocument] |
| zonble: | 最好就改成 [ZBDocument newDocument]; |
Help.GitHub - Remove sensitive data
果然人生難免會用到這種東西…。
#osxchat blog: 小麥注音:一套簡單的自動選字輸入法
又是一套輸入法。
本站 (#osxchat) 的 mjhsieh 還有 zonble 開發了一套簡單的自動選字輸入法「小麥注音」,特色有:
- 輕巧簡單,容易安裝
- 選字及標點符號符合台灣使用者習慣
- 介面依循 Mac 標準
- 支援標準、倚天、許氏、倚天26 鍵以及漢語拼音鍵盤配置
- 程式反應快速,目前的詞庫也有相當的準確性,應該能夠有效幫助大家輸入國語
- 開放原始碼,有興趣研究改進輸入法及選字原理的人可從本專案開始著手
需要下載的朋友,可以前往小麥注音網站取得。
rentzsch.tumblr.com: [NSScreen mainScreen] != screen with menubar
咦咦咦咦咦咦咦咦咦咦咦?
for years i’d thought that [NSScreen mainScreen] returns the screen with menu. It returns the screen with the window that has keyboard focus
installation - How to install iPhone application in iPhone Simulator - Stack Overflow
筆記一下
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication path_to_your_app/YourFavouriteApp.app/YourFavouriteApp
這樣就可以在另外一台機器用 iPhone Sim 跑程式,不需要把 code 拿過去編。
evands/xcodeRemoteDeviceFixer - GitHub
留個紀錄:修正 Xcode 4.1 CPU 用量的工具。




2
