|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense | |||||||||
1:39 pm GMT
GeSHi NewsHere's where you can find out all the latest news about GeSHi - new releases, bug fixes and general errata. GeSHi 1.0.7.6 Released22/01/2006Hi all, a belated happy new year :). GeSHi 1.0.7.6 is now available for download. It contains numerous minor bug fixes and highlighting improvements for some languages. This is the first of this year's monthly updates, of which hopefully this should be the last year of those. I'm hoping 2006 will be the year of 1.2, and currently development is steaming along nicely. Currently 1.2 has theming support checked into CVS. What is theming support? Well, it allows you to do this: $geshi =& new GeSHi($source, $language); $geshi->setTheme('yourIDE'); echo $geshi->parseCode(); And the code will be highlighted as if your favourite IDE had highlighted it! There's plenty of other improvements and bug fixes in CVS, so I hope to get out an alpha build soon. |