OS X Development Tricks
July 7th, 2010 chris
These are just some old notes I want to preserve on somewhat hidden features in OS X useful for development:
- You can get smaller Finder windows with the pill shaped button on the top left. Useful if you are trying to conserve space or just like old style Finder windows
- The Xcode default layout is similar to a lot of commonly used IDEs, such as Visual Studio and Eclipse. I spent most of my Macintosh programming time in MPW and Codewarrior, and prefer a less monolithic, overlapping window layout. You can achieve this by choosing the Condensed layout, but you must close all open projects to change it. This also makes the xed shell command work the way I want, because it brings up a new window for every file you open, instead of replacing the one you were just looking at.
- The Finder doesn’t normally allow you to see certain files and folders, but if I’m working with Unix software, it is sometimes easier to move things around by dragging. You can open a folder in the Finder by using the shell command ‘open’, so if there is a hidden folder .libs, you can type ‘open .libs’, and up pops a Finder window for that folder. Remember, the usual permissions for your account will apply, so can can see folders like ‘/usr/local/lib’, but might not be able to modify them.
Posted in Technology | No Comments »

