66 <!-- Public plugin name should be written in Title Case.
77 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
88 <name >BinEd - Binary/Hex Editor</name >
9- <version >0.2.11 .snapshot</version >
9+ <version >0.2.12 .snapshot</version >
1010 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1111 <vendor email =" exbinproject@gmail.com" url =" https://exbin.org" >ExBin Project</vendor >
1212
2222<li>Use "Edit as Binary" in column context menu in DB view</li></ul>
2323
2424<h1>Preview</h1>
25- <p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.11 .png" alt="[bined-intellij-plugin-preview]" width="382" height="65"/></p>
25+ <p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.12 .png" alt="[bined-intellij-plugin-preview]" width="382" height="65"/></p>
2626
2727<h1>Features</h1>
2828<ul><li>Visualize data as numerical (hexadecimal) codes and text representation</li>
@@ -42,11 +42,7 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
4242 ]]> </description >
4343
4444 <change-notes ><![CDATA[
45- <ul><li>Added Base 64 conversion</li>
46- <li>Added option for inspector input fields font</li>
47- <li>Added icon set support</li>
48- <li>Added more languages (de, cs, fr, it, pt, pl, ru)</li>
49- <li>Fixed write-unsafe context (issue #60)</li></ul>
45+ -
5046 ]]>
5147 </change-notes >
5248
@@ -68,7 +64,7 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
6864 <depends optional =" true" config-file =" appcode-ext.xml" >com.intellij.appcode</depends >
6965 <depends optional =" true" config-file =" debugger-ext.xml" >com.intellij.modules.xdebugger</depends >
7066 <depends optional =" true" config-file =" database-ext.xml" >com.intellij.modules.database</depends >
71- <depends optional =" true" config-file =" database2-ext.xml" >com.intellij.database</depends >
67+ <!-- Possibly renamed, check with more recent versions < depends optional="true" config-file="database2-ext.xml">com.intellij.database</depends> -- >
7268
7369 <project-components >
7470 </project-components >
0 commit comments