History log of /haiku/3rdparty/pulkomandy/checkstyle.vim
Revision Date Author Comments
# 83b732c7 26-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

checkstyle.vim: add catch to checked keywords

* Check catch() without space
* Check }\ncatch () with newline
* Remove false positive on area_for() and other functions ending with a keyword


# 788e3590 21-Aug-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

checkstyle: Add missing check for space after switch


# 1ec28f71 07-Aug-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

improved Vim coding guidelines checker

* Avoids highlighting some matches when inside C++ comments
* Add operators << and >>
* Automatic initialization when opening Vim in the Haiku source
directory (if you use the same directory layout as me)
* Matches are highlighted in red, rather than reusing the "Search" match
group. You can pick another color by editing the "highlight Style"
definition.

Improvements are still welcome.


# 83b732c7328f1c4601e1a64ce234b93615c0ddc8 26-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

checkstyle.vim: add catch to checked keywords

* Check catch() without space
* Check }\ncatch () with newline
* Remove false positive on area_for() and other functions ending with a keyword


# 788e359072485f0439a9bed8278168aed8fe023b 21-Aug-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

checkstyle: Add missing check for space after switch


# 1ec28f7117b7d703a2645b0776b8ba121f889c46 07-Aug-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

improved Vim coding guidelines checker

* Avoids highlighting some matches when inside C++ comments
* Add operators << and >>
* Automatic initialization when opening Vim in the Haiku source
directory (if you use the same directory layout as me)
* Matches are highlighted in red, rather than reusing the "Search" match
group. You can pick another color by editing the "highlight Style"
definition.

Improvements are still welcome.