Skip to content

Commit

Permalink
Updated the README and Changelog with the GH-29 contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
benmatselby committed Jun 15, 2012
1 parent 39910fa commit d5890a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,6 +1,10 @@
Sublime PHP CodeSniffer, Linter and Mess Detector Plugin Changelog
==================================================================

4.2
---
* Ability to configure if you want the errors to be highlighted in the editor. Thanks to [Aleksandr Gornostal](https://github.com/gornostal)

4.1.1
-----
* Small patch to be consistent with the naming of the tools. Thanks to [Beau Simensen](https://github.com/simensen)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ You can configure:
* phpcs_execute_on_save - Do you want the code sniffer plugin to run on file save for php files?
* phpcs_show_errors_on_save - Do you want the errors to be displayed in quick_panel on save?
* phpcs_show_gutter_marks - Do you want the errors to be displayed in the gutter?
* phpcs_outline_for_errors - Do you want the errors to be highlighted in the editor?
* phpcs_show_errors_in_status - Do you want the errors to be displayed in status bar when clicking on the line with error?
* phpcs_show_quick_panel - Do you want the errors to be displayed in the quick panel?

Expand Down

0 comments on commit d5890a2

Please sign in to comment.