mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Normalized extension point labels.
This commit is contained in:
parent
7e16142beb
commit
cace4b374b
4 changed files with 8 additions and 7 deletions
|
@ -17,7 +17,8 @@ extension.name.Marker = Code Analysis Problem
|
||||||
category.name.ProgrammingErrors = Potential Programming Problems
|
category.name.ProgrammingErrors = Potential Programming Problems
|
||||||
category.name.CodeStyle = Coding Style
|
category.name.CodeStyle = Coding Style
|
||||||
category.name.CompilerErrors = Syntax and Semantic Errors
|
category.name.CompilerErrors = Syntax and Semantic Errors
|
||||||
extension-point.name.CodeAnalysis = Code Analysis Checkers
|
codeAnalysisCheckersExtensionPoint = Code Analysis Checkers
|
||||||
|
checkerEnablementExtensionPoint = Verification of Checker Enablement
|
||||||
|
|
||||||
marker.semanticError = Semantic Error
|
marker.semanticError = Semantic Error
|
||||||
category.name.Security = Security Vulnerabilities
|
category.name.Security = Security Vulnerabilities
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?eclipse version="3.4"?>
|
<?eclipse version="3.4"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
<extension-point id="checkers" name="%extension-point.name.CodeAnalysis" schema="schema/checkers.exsd"/>
|
<extension-point id="checkers" name="%codeAnalysisCheckersExtensionPoint" schema="schema/checkers.exsd"/>
|
||||||
<extension-point id="checkerEnablement" name="Verification of checker enablement" schema="schema/checkerEnablement.exsd"/>
|
<extension-point id="checkerEnablement" name="%checkerEnablementExtensionPoint" schema="schema/checkerEnablement.exsd"/>
|
||||||
|
|
||||||
<extension
|
<extension
|
||||||
id="codanBuilder"
|
id="codanBuilder"
|
||||||
|
|
|
@ -18,8 +18,8 @@ CodeAnalysisPreferencesBuild.name = Launching
|
||||||
category.name = Code Analysis
|
category.name = Code Analysis
|
||||||
command.name = Run Code Analysis
|
command.name = Run Code Analysis
|
||||||
view.name = Problem Details
|
view.name = Problem Details
|
||||||
extension-point.name = Codan Problem Details
|
codanProblemDetailsExtensionPoint = Codan Problem Details
|
||||||
extension-point.name.codamMarkerResolution = Codan Marker Resolution
|
codanMarkerResolutionExtensionPoint = Codan Marker Resolution
|
||||||
markerTypeCategory.name = Code Analysis Problems
|
markerTypeCategory.name = Code Analysis Problems
|
||||||
markerGrouping.label = Code Analysis Problem Type
|
markerGrouping.label = Code Analysis Problem Type
|
||||||
markerGroupingEntry.category.Unknown = Unknown
|
markerGroupingEntry.category.Unknown = Unknown
|
||||||
|
|
|
@ -71,8 +71,8 @@
|
||||||
name="%view.name">
|
name="%view.name">
|
||||||
</view>
|
</view>
|
||||||
</extension>
|
</extension>
|
||||||
<extension-point id="codanProblemDetails" name="%extension-point.name" schema="schema/codanProblemDetails.exsd"/>
|
<extension-point id="codanProblemDetails" name="%codanProblemDetailsExtensionPoint" schema="schema/codanProblemDetails.exsd"/>
|
||||||
<extension-point id="codanMarkerResolution" name="%extension-point.name.codamMarkerResolution" schema="schema/codanMarkerResolution.exsd"/>
|
<extension-point id="codanMarkerResolution" name="%codanMarkerResolutionExtensionPoint" schema="schema/codanMarkerResolution.exsd"/>
|
||||||
<!--
|
<!--
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.bindings">
|
point="org.eclipse.ui.bindings">
|
||||||
|
|
Loading…
Add table
Reference in a new issue