Excellent plugin - I use very frequently. Only downside I've noticed is that the php short codes do not work if they are embedded inside other shortcodes. See example below:
[error-text]This will [php] echo "not work."; [/php][.error-text]
[error-text]This will [/error-text] [php] echo "work."; [/php]