c.s.tools.ide.analysis.modernize/src/com/sun/tools/ide/analysis/modernize/Bundle.properties
branchrelease82
changeset 18423 b9d9af239a0c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c.s.tools.ide.analysis.modernize/src/com/sun/tools/ide/analysis/modernize/Bundle.properties	Wed Jun 07 20:23:29 2017 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +OpenIDE-Module-Display-Category=Analysis tools
     1.5 +OpenIDE-Module-Long-Description=\
     1.6 +    This plugin enables clang-tidy analysis on C/C++ projects and files via Source->Inspect or right in the Editor.\n\
     1.7 +    Works only with "Clang-tidy wrapper for <OS> <bitness>" plugin.\n\n\
     1.8 +    Please note that in order to have clang-tidy hints in the Editor you should run Source->Inspect on your whole project.\n\
     1.9 +    You can view list of checks and enable/disable them in Options->Editor->Hints.
    1.10 +OpenIDE-Module-Name=Clang-tidy integration
    1.11 +OpenIDE-Module-Short-Description=Clang-tidy analyzer integration