c.s.tools.ide.analysis.modernize/src/com/sun/tools/ide/analysis/modernize/Bundle.properties
author Ilia Gromov <ilia@netbeans.org>
Wed, 07 Jun 2017 20:23:29 +0300
branchrelease82
changeset 18423 b9d9af239a0c
permissions -rw-r--r--
Fixing #270763 - Move clang-tidy integration to nb contrib
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move wrapper
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - sign nbm
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move tests
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - data for a new test
* * *
Fixed #270839 - [clang-tidy] Group checks in Editor hints
(transplanted from 35b6125ef00c470655dac6673075f5c12ec74593)
ilia@18415
     1
OpenIDE-Module-Display-Category=Analysis tools
ilia@18415
     2
OpenIDE-Module-Long-Description=\
ilia@18415
     3
    This plugin enables clang-tidy analysis on C/C++ projects and files via Source->Inspect or right in the Editor.\n\
ilia@18415
     4
    Works only with "Clang-tidy wrapper for <OS> <bitness>" plugin.\n\n\
ilia@18415
     5
    Please note that in order to have clang-tidy hints in the Editor you should run Source->Inspect on your whole project.\n\
ilia@18415
     6
    You can view list of checks and enable/disable them in Options->Editor->Hints.
ilia@18415
     7
OpenIDE-Module-Name=Clang-tidy integration
ilia@18415
     8
OpenIDE-Module-Short-Description=Clang-tidy analyzer integration