WP-CodeBox Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
WP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts.
It support wide range of popular languages highlighting with line numbers, code download, Copy to clipboard,
collapse codebox,automatic keywords link to API manual and maintains formatting while copying snippets of code from the browser.
It’s provide simple background configuration for highlighter style/formatting customization.
Since the plugin is developing, in the future it will support more options.(CSS option,Keywords display style,Auto Caps/Nocaps,Case Sensitivity etc. )
Basic Usage
Wrap code blocks with <pre lang="LANGUAGE" line="1" file="download.txt" colla="+"> and </pre>
Possible Parameters:
lang="LANGUAGE"–LANGUAGEis a GeSHi supported language syntax.file="download.txt"– Thefilewill create a code downloading attribute.line="N"– TheNis the starting line number.colla="+/-"– The+/-will expand/collapse the codebox.line,file,collais optional.
