diff options
author | 2013-03-27 15:35:14 -0400 | |
---|---|---|
committer | 2013-03-27 15:35:14 -0400 | |
commit | 2e7b4656a4228c57af1802c2a281a0727be65421 (patch) | |
tree | 1d2a0d09086baf3027e61bff218ddfd8923be3a5 /doc/design/assistant/OSX.mdwn | |
parent | b9468c73eba89e706dde800eb43a48d682f09b5a (diff) |
updates
Diffstat (limited to 'doc/design/assistant/OSX.mdwn')
-rw-r--r-- | doc/design/assistant/OSX.mdwn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/design/assistant/OSX.mdwn b/doc/design/assistant/OSX.mdwn index a9f526f38..de487210b 100644 --- a/doc/design/assistant/OSX.mdwn +++ b/doc/design/assistant/OSX.mdwn @@ -2,16 +2,10 @@ Misc OSX porting things: * autostart the assistant on OSX, using launchd **done** * icon to start webapp **done** +* use FSEvents to detect file changes (better than kqueue) **done** * Use OSX's "network reachability functionality" to detect when on a network <http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065> -Gripes: - -* The assistant has to wait a second when a new file is created, - to work around some bad behavior when pasting a file into the annex. - [[details|bugs/pasting_into_annex_on_OSX]]. That's one more second - before the file is synced out. - Bugs: [[!inline pages="tagged(design/assistant/OSX) and !link(bugs/done)" show=0 archive=yes]] |