Fix localization for Pascal Source File

This commit is contained in:
peterdell 2021-09-12 11:45:29 +02:00
parent b8201b8407
commit dbcd362cf4
4 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WUDSN IDE Pascal Plug-in
Bundle-Name: Peter Dell
Bundle-SymbolicName: com.wudsn.ide.pas;singleton:=true
Bundle-Version: 1.7.2.qualifier
Bundle-Activator: com.wudsn.ide.pas.Activator
Bundle-Vendor: Peter Dell
Bundle-Vendor: WUDSN IDE Pascal Plugin
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.jface.text,

View File

@ -0,0 +1,2 @@
#Properties file for com.wudsn.ide.pas
com.wudsn.ide.pas.compiler.PascalSourceFile.name = Pascal Source File

View File

@ -2,4 +2,7 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
OSGI-INF/
OSGI-INF/l10n/bundle.properties,\

View File

@ -5,10 +5,10 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
file-extensions="pas"
base-type="org.eclipse.core.runtime.text"
name="%com.wudsn.ide.pas.compiler.PascalSourceFile.name"
id="com.wudsn.ide.pas.compiler.PascalSourceFile">
file-extensions="pas"
id="com.wudsn.ide.pas.compiler.PascalSourceFile"
name="%com.wudsn.ide.pas.compiler.PascalSourceFile.name">
</content-type>
</extension>
<extension