From Alex Gorbatchev

[edit] Changes in 2.1.364

This release was brought to you as a result of week's worth of work, tons of issues were closed! Please donate, even you have already donated. Seeing your support helps me stay motivated!

[edit] Changes & New Features

  • Trivial change to trim function to use one call to replace rather than two (patch)
  • Removed 'ruler' feature, nobody seem to be using it
  • Line wrapping now works and looks like in most text editors, no more image
  • Replaces 'expand source' with 'show source'
  • <script type="syntaxhighlighter" /> support (see updated usage page)

[edit] Bug Fixes

  • Moved indexOf() into utils. Issue #63
  • Fixed IE8 horizontal scrollbar. Issue #79
  • Removed Monaco from CSS. Issue 80
  • Updated Python brush. Issue #65
  • Pascal keywords are now case insensitive. Issue #76
  • Added name of the brush to all bits and main DIV. Issue #19
  • Added 'pad-line-numbers' option to enable/disable/specify line padding. Issue #9
  • Added 'rb' back to Ruby aliases. Issue #21
  • Improved getKeywords() regex pattern. Issue #23
  • Added Erlang support. Issue #56
  • Added min-height CSS lockdown. Issue #85
  • Added special case for <http:...> URLs which were not displaying correctly. Issue #54
  • Fixed multiline XML comments. Issue #69
  • Fixed broken < and > characters in the Bash brush. Issue #25
  • Fixed single quoted strings in the Bash brush. Issue #64
  • html-script could be now set in defaults. Issue #60
  • Added 'pas' to Delphi aliases. Issue #44
  • Fixed prototype/jquery problem with array length. Issue #35
  • Updated URL matching to include more path elements. Issue #52
  • Fixed open quotes string matching issues in Firefox. Issue #78
  • Added contextual keywords 'partial' and 'yield' to C# bruch. Issue #31
  • Added support for @"" strings in C# brush. Issue #32
  • Added JavaDoc multiline comments to the Java brush. Issue #18
  • Added missing <%@ and <%! script tags to the Java brush. Issue #17
  • Removed duplicate xhtml alias from the Xml brush. Issue #14
  • Added ColdFusion brush. Issue #30
  • Added Eclipse CSS theme. Issue #83