This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
zh-tw:rhino:mac:autosaving [2021/04/08] yoko_kadotani |
zh-tw:rhino:mac:autosaving [2026/04/03] (current) yoko_kadotani [是在Rhino for Mac中是否可以取消檔案版本功能?] |
||
|---|---|---|---|
| Line 71: | Line 71: | ||
| =====是在Rhino for Mac中是否可以取消檔案版本功能? | =====是在Rhino for Mac中是否可以取消檔案版本功能? | ||
| - | 是的,但**強烈建議您不要取消**檔案版本功能。Rhino for Mac設計為使用自動儲存及檔案版本,若您取消此功能將會影響到軟體效能及穩定性。此外,您將會無法在視窗標題直接標記,重新命名及移動檔案等等。若您因為某些因素要把此功能取消,請開啟Terminal.app並執行下列指令: | + | 遺憾的是,在 Rhino 5、6 和 7 for Mac 中,答案是「否,您無法停用自動儲存」。 |
| - | defaults write com.mcneel.rhinoceros ApplePersistence -bool no | + | |
| - | 這將會取消自動儲存及檔案版本並且您需要從檔案功能列選擇另存新檔。 | + | |
| - | 若要將回復到預設功能,請再到Terminal指令並且將' | + | 在 Rhino 8 for Mac 中,有一個名為 TestToggleMacAutosaveVersions 的實驗性命令,可讓您切換此功能。您必須重新啟動 Rhino 才能使變更生效。注意:請謹慎使用此功能,並備份您的檔案。 |
| - | defaults write com.mcneel.rhinoceros ApplePersistence -bool yes | + | |
| - | 要查看當年設定為何,請使用: | + | |
| - | defaults read com.mcneel.rhinoceros ApplePersistence | + | |
| - | 如果回覆為0 (或是找不到一對之錯誤),則將其停用。如果回覆為1,就是已經設定為開啟。 | + | |
| - | + | ||
| - | **NOTE**: The above steps do not work on macOS Mojave 10.14. | + | |