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

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

parent 4515880d
......@@ -108,3 +108,5 @@ extension.name.1 = Auto Task
extension.name.2 = Problem of the external builder
Bundle-Vendor = VEditor Team
Bundle-Name = Verilog/VHDL Plugin
editor.name.2 = Text Editor
editor.name.3 = GTKWave Waveform Viewer
\ No newline at end of file
......@@ -5,7 +5,7 @@
<extension point="org.eclipse.ui.editors">
<editor
id="com.elphel.vdt.ConstraintsEditor"
name="Text Editor"
name="%editor.name.2"
extensions="xdc,sdc"
class="org.eclipse.ui.editors.text.TextEditor"
default="true">
......@@ -15,7 +15,7 @@
<extension point="org.eclipse.ui.editors">
<editor
id="net.sourceforge.GTKWave"
name="GTKWave Waveform Viewer"
name="%editor.name.3"
extensions="sav,lxt"
command="gtkwave"
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