May 29 2009 by
Dan Breslau in
Web |
I’ve made some more changes to the SyntaxHighlighter code on this site. You can download the new version as a ZIP file.
For brevity, I’ll only touch on the, err, highlights of the changes here. I’ll describe some of the implementation details in later posts.
The latest posted version of SyntaxHighlighter is here. For the change history, or to download older versions from this site, see the downloads page. This blog uses Alex Gorbatchev’s SyntaxHighlighter, by way of the SyntaxHighlighter Evolved WordPress plugin. It’s a great piece of work, but one minor problem had been nagging at me. SyntaxHighlighter places […]
In my last post, I misstated how to use the new ITextHoverExtension2#getHoverInfo2
interface. Herein, I attempt to set things right(er).