Feature request for CodeColorer:
To easily prevent WordPress from messing up the code between [cc][/cc] etc., just use the add_shortcode()-Function wordpress provides:
https://codex.wordpress.org/Shortcode_API
This will prevent running wpautop() when switching from and to visual/html-mode.