preload
Jul 03
C#.Net example
  1. namespace MVP
  2. {
  3.     public interface ILoginView
  4.     {
  5.         void InitializeView(TViewData viewData);
  6.         void LoginValidated(bool loginSuccessful);
  7.     }
  8. }

I have now added support for code highlighting. To achieve this I installed the Highlight Source Pro plugin, it is based on GeSHi and supports several programming languages.

To make it easy for you to find my posts with code examples I have added the category Code examples. I hope this will make it more enjoyable for you to read my code examples and also easier to find them.

You can subscribe to my comments feed to keep track of new comments.

No Comments to “Support for code highlighting”

No Pingbacks to “Support for code highlighting”

Leave a Reply

Subscribe to my comments feed

Subscribe to my feeds Follow me on Twitter
Add to Technorati Favorites