Most recent edit on 2008-07-24 15:02:37 by BradEllis
Additions:
Adding a "Save a Copy" menu item
Deletions:
Adding a "Save a Copyâ¦" menu item
If you don't like Acorn auto selecting the layer that you've clicked on, use this:
defaults write com.flyingmeat.Acorn autoSelectLayers 0
Edited on 2008-04-18 16:05:41 by BradEllis
Additions:
Back to Acorn -> Tips and Tricks
Edited on 2008-02-27 16:13:38 by BradEllis
Additions:
If you don't like Acorn auto selecting the layer that you've clicked on, use this:
defaults write com.flyingmeat.Acorn autoSelectLayers 0
Edited on 2007-11-15 13:05:29 by GusMueller
Deletions:
droneroudar
Edited on 2007-11-15 06:51:55 by NoacbAslet
Additions:
droneroudar
Really, it's just a panel of things that are a little odd-ball. But to open it up, hold down the option key when choosing "Preferencesâ¦" from the Acorn menu.
Adding a "Save a Copyâ¦" menu item
Deletions:
Really, it's just a panel of things that are a little odd-ball. But to open it up, hold down the option key when choosing "Preferencesâ¦" from the Acorn menu.
Adding a "Save a Copyâ¦" menu item
Edited on 2007-11-10 18:16:47 by GusMueller
Deletions:
racrolro
Edited on 2007-11-09 18:53:51 by CotroCrace
Additions:
racrolro
Really, it's just a panel of things that are a little odd-ball. But to open it up, hold down the option key when choosing "Preferencesâ¦" from the Acorn menu.
Adding a "Save a Copyâ¦" menu item
Deletions:
Really, it's just a panel of things that are a little odd-ball. But to open it up, hold down the option key when choosing "Preferences…" from the Acorn menu.
Adding a "Save a Copy…" menu item
Edited on 2007-10-25 12:13:21 by GusMueller
Additions:
Hiding or showing the font face in the font popup
If you would like to enable the font faces in the popup, use this:
defaults write com.flyingmeat.Acorn displayFaceInFontPopup 1
Deletions:
Hiding the font face in the font popup
Edited on 2007-09-13 12:50:04 by GusMueller
Additions:
Hiding the font face in the font popup
If opening up the font list is a little slow, you can disable the rendering of the font face preview in the list which will speed things up considerably. Quit Acorn, and then paste this in the terminal:
defaults write com.flyingmeat.Acorn displayFaceInFontPopup 0
Edited on 2007-09-13 12:47:43 by GusMueller
Additions:
Opening the secret "Advanced" preferences
With this you can change the full screen background color, the brush step percentage, the size of the layer rows, stop the warning about saving images with layers to a flat file, and you can turn off the thumbnail icon when saving a file (thus reducing the file size)
Adding a "Save a Copy…" menu item
Deletions:
Opening the secret "Advanced" preferences.
Adding a "Save a Copy…" menu item.
Edited on 2007-09-13 12:45:20 by GusMueller
Additions:
Opening the secret "Advanced" preferences.
Really, it's just a panel of things that are a little odd-ball. But to open it up, hold down the option key when choosing "Preferences…" from the Acorn menu.
Oldest known version of this page was edited on 2007-09-13 12:44:05 by GusMueller []
Page view:
Hidden Preferences in Acorn
Adding a "Save a Copy…" menu item.
The Apple HIG discourages a "Save a Copy" menu item for some reason, so it isn't included by default in Acorn. But it is really useful for some folks, so here's how to turn it on using the defaults command line tool. Quit Acorn, and paste this in the terminal:
defaults write com.flyingmeat.Acorn saveACopyMenuItem 1
Then launch Acorn, and it should be there in the File menu now.