CodeColorer 0.6.0

Today Dmytro Shteflyuk has released new version of CodeColorer — a fantastic wordpress plugin for syntax highlighting. Now you can configure and customize a specific code block in your post. For example,

attributes “line_numbers” and “no_links” are set to “true”:

  1. package info.kpumuk.info;
  2.  
  3. interface Test {
  4.   void showTestName(String arg);
  5.   int execute() throws Exception;
  6. }

with default settings:

package info.kpumuk.info;

interface Test {
  void showTestName(String arg);
  int execute() throws Exception;
}

This version also contains some fixes. You can find more information at plugin home page.

Thank you, Dmytro. Great work!

This entry was posted on Saturday, May 12th, 2007 at 10.31 pm and is filed under development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “CodeColorer 0.6.0”

  • COTOHA says:

    а хде сравнительная характеристика? или это ещё 1 в ряду всего вагона и маленькой тележки geshi-based плагинов для подсветки синтаксиса? :) надо ж показать мосчь!

  • Dmytro Shteflyuk says:

    А зачем сравнивать? :-) Работает — и хорошо. Ну разве что с постингом кода в комментах проблем нету (вордпрес в этом плане очень задроченная штукенция, собственно поэтому плагин и появился). Ну и планов куча, но рассказывать никому не буду, чтоб не пинали…

Leave a Reply