From d5890a2a3db864d3d7bb4a13e8775bd384b0f61f Mon Sep 17 00:00:00 2001 From: Ben Selby Date: Fri, 15 Jun 2012 14:05:27 +0100 Subject: [PATCH] Updated the README and Changelog with the GH-29 contributions - GH-29 --- Changelog.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d1a34a2..692dab9 100644 --- a/Changelog.md +++ b/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) diff --git a/README.md b/README.md index 720647c..91ff699 100644 --- a/README.md +++ b/README.md @@ -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?