I've been trying to move over from Smultron to BBEdit for most of my text editing needs, as Smultron isn't officially supported any longer. One thing that I found very annoying in BBEdit 9 is that the Documents drawer appears on the right, with no apparent way to move it to the left (in older versions, I believe there was a preference to change the side).
In the "read more" portion of this hint, you can read my original solution to this problem, left in place for posterity's sake. However, commenter bhas points out a much simpler solution in the comments to this hint: just Command-click on the Drawer icon, and the drawer will flip from one side of the window to the other, and stay on that side for subsequent launches.
This also works in TextWrangler.
Original solution:
After Tweeting about this annoyance, I found the solution courtesy of a Tweet from @methodphoto; he pointed me to this message in the BBEdit Talk archives, which discusses the MultiDocumentWindows:PreferredEdge preferences value.
With that knowledge, it became relatively simple to figure out how to put the drawer back on the left side of the window. Quit BBEdit, then run this command in Terminal:
defaults write com.barebones.bbedit MultiDocumentWindows:PreferredEdge -string Left
defaults delete com.barebones.bbedit MultiDocumentWindows:PreferredEdge
Mac OS X Hints
http://hints.macworld.com/article.php?story=20091118060817542