Tag Archives: line wrap

Line Wrap With SyntaxHighlight

Problem: Syntax Highlighter has a problem where long lines of code use a horizontal scroll bar instead of using a line break or word wrap. Example Before: [bash wraplines=”false”]sql_query = SELECT page_id, page_title, page_namespace, page_is_redirect, old_id, old_text FROM vn_page, vn_revision, vn_text WHERE rev_id=page_latest AND old_id=rev_text_id[/bash] Solution: If using wordpress install a plugin called ‘SyntaxHighlighter Evolved’ and […]