You can hide BBAutoComplete’s Dock icon by following these instructions. You’ll need to make the Dock icon visible again in order to configure BBAutoComplete’s preferences or view its help pages.
Hold down the Control key and click on the BBAutoComplete icon in the Finder. Choose Show Package Contents from the menu. Open the Contents folder, and then open the Info.plist file. At the bottom of Info.plist, change:
<key>LSUIElement</key> <string>0</string>
to:
<key>LSUIElement</key> <string>1</string>
Then save the Info.plist file and relaunch BBAutoComplete. To make BBAutoComplete’s Dock icon visible again, change the Info.plist file back; that is, change the 1 back to a 0.