mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
externalize string
Change-Id: I9d47dd464ba9f9c7b696c2e6f69c2c90abd31071 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
parent
7a1a619b6a
commit
99ccdd11a4
2 changed files with 3 additions and 2 deletions
|
@ -10,3 +10,4 @@ which is available at https://www.eclipse.org/legal/epl-2.0/\n\
|
|||
\n\
|
||||
SPDX-License-Identifier: EPL-2.0
|
||||
extension-point.name = Detection Participant
|
||||
CompileCommandsJsonParserMarker.name = CMake compile_commands.json parser
|
|
@ -5,7 +5,7 @@
|
|||
"org.eclipse.cdt.cmake.is.core.internal.ui.CompileCommandsJsonParserOptionPage">
|
||||
<extension
|
||||
id="CompileCommandsJsonParserMarker"
|
||||
name="CMake compile_commands.json parser"
|
||||
name="%CompileCommandsJsonParserMarker.name"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<persistent
|
||||
value="false">
|
||||
|
|
Loading…
Add table
Reference in a new issue