Code Bank is a code snippit manager with support for a local database as well as a shared database1. Code Bank also has syntax highlighting for multiple languges including C++, ActionScript, Flex, HTML and SQL to name a few. Code Bank also has a simple revision history with a compare viewer so you can see the changes side-by-side between two revisions.
Use the install button on the left to download and install Code Bank, Adobe AIR 2.5 required.
(Serverside is not required, Code Bank has built in support for local storage)
With the serverside application you can share a code snippit library between multiple users. If you would like to use the serverside application you may download it here. It only requires PHP 5.2.x (or greater) and MySQL 5.x (or greater).
Make sure the MySQL user you are using for Code Bank's serverside has atleast the following permissions.
If you have MySQL 5.0.x on your web server you must use root (or a user with the SUPER privilege) for Code Bank's Serverside ensure you change your database.php to use a super user (typically root) to perform the upgrade, I'm dropping the trigger's introduced in 2.0.0. After the update you may switch back to using the user you were. If you cannot use a super user on your web host see here for manual upgrade instructions.
If you want to help localize Code Bank into your language I welcome the help, please use the contact page to ask about how you can help me with this. Once a translation has been made available it will be listed here with the language and your name/handle (if you wish) as the maintainer of the translation.
(Right Click and Save As)
| Language | Maintainer |
| zh_CN (Chinese) | William |
| nl_NL (Dutch) | Dots & Digits |
I've started publishing the change log, if you're interested in this see the change log here.
1. Shared database requires the optional serverside. See that section above for more information