Existential question when writing posts with the code: "How I put it in color?"
Because we must admit that it's still much more pleasant to read ...

Example:

  public class MyClass (
     public void doSomething () throws MyException (
         / / Something
     )
 ) 

makes it much better like this:

  1. public class MyClass (
  2. doSomething ( ) throws MyException { public void doSomething () throws MyException (
  3. / / Something
  4. )
  5. )

Having toured some plugins, I found one that fits perfectly to my needs ... and most importantly, compatible with version 2.7 of wordpress:
http://wordpress.org/extend/plugins/highlight-source-pro/

continue reading ...