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:
-
public class MyClass (
- doSomething ( ) throws MyException { public void doSomething () throws MyException (
- / / Something
- )
- )
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/



