Commit 07d87ca2 authored by Andrey Filippov's avatar Andrey Filippov

Renamed "Xilinx" to "Xilinx_Vivado" to make room for ISE

parent 4515880d
...@@ -107,4 +107,6 @@ content-type.name.1 = Simulation Log File ...@@ -107,4 +107,6 @@ content-type.name.1 = Simulation Log File
extension.name.1 = Auto Task extension.name.1 = Auto Task
extension.name.2 = Problem of the external builder extension.name.2 = Problem of the external builder
Bundle-Vendor = VEditor Team Bundle-Vendor = VEditor Team
Bundle-Name = Verilog/VHDL Plugin Bundle-Name = Verilog/VHDL Plugin
\ No newline at end of file editor.name.2 = Text Editor
editor.name.3 = GTKWave Waveform Viewer
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<extension point="org.eclipse.ui.editors"> <extension point="org.eclipse.ui.editors">
<editor <editor
id="com.elphel.vdt.ConstraintsEditor" id="com.elphel.vdt.ConstraintsEditor"
name="Text Editor" name="%editor.name.2"
extensions="xdc,sdc" extensions="xdc,sdc"
class="org.eclipse.ui.editors.text.TextEditor" class="org.eclipse.ui.editors.text.TextEditor"
default="true"> default="true">
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<extension point="org.eclipse.ui.editors"> <extension point="org.eclipse.ui.editors">
<editor <editor
id="net.sourceforge.GTKWave" id="net.sourceforge.GTKWave"
name="GTKWave Waveform Viewer" name="%editor.name.3"
extensions="sav,lxt" extensions="sav,lxt"
command="gtkwave" command="gtkwave"
icon="gtkwave.ico" icon="gtkwave.ico"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment