mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[java] IJPL-830 Move Java plugin to Languages category
GitOrigin-RevId: be93145a6afb2bac338214b3e7ab5f872cd1d375
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1c5a987807
commit
e3561dcaf6
@@ -5,6 +5,7 @@
|
||||
Adds support for the Java language, including Java projects, language syntax highlighting, inspections, and all other coding assistance features.
|
||||
]]></description>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>Languages</category>
|
||||
<resource-bundle>messages.ActionsBundle</resource-bundle>
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
9
java/plugin/resources/META-INF/pluginIcon.svg
Normal file
9
java/plugin/resources/META-INF/pluginIcon.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40">
|
||||
<g transform="matrix(2.7 0 0 2.7 -3.4 -2.2)" fill="none">
|
||||
<path d="m12 2.5h2c0.28 0 0.5 0.22 0.5 0.5v1.2c0 0.6-0.36 1.1-0.91 1.4l-1.6 0.68z" stroke="#e66d17"/>
|
||||
<rect x="2" y="13" width="12" height="1" rx=".5" fill="#e66d17"/>
|
||||
<path
|
||||
d="m2.5 3.6c0-0.29 3.9e-4 -0.47 0.012-0.62 0.011-0.14 0.03-0.19 0.043-0.21 0.048-0.094 0.12-0.17 0.22-0.22 0.025-0.013 0.075-0.031 0.21-0.043 0.14-0.012 0.33-0.012 0.62-0.012h7.8c0.29 0 0.47 3.9e-4 0.62 0.012 0.14 0.011 0.19 0.03 0.21 0.043 0.094 0.048 0.17 0.12 0.22 0.22l0.44-0.22-0.44 0.22c0.013 0.025 0.031 0.075 0.042 0.21 0.012 0.14 0.012 0.33 0.012 0.62v2.9c0 1.4-0.0054 2-0.15 2.5-0.34 1.1-1.2 2-2.3 2.3-0.48 0.15-1.1 0.15-2.5 0.15s-2-0.0054-2.5-0.15c-1.1-0.34-2-1.2-2.3-2.3-0.15-0.48-0.15-1.1-0.15-2.5z"
|
||||
fill="#fff4eb" stroke="#e66d17"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 903 B |
9
java/plugin/resources/META-INF/pluginIcon_dark.svg
Normal file
9
java/plugin/resources/META-INF/pluginIcon_dark.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40">
|
||||
<g transform="matrix(2.7 0 0 2.7 -3.4 -2.2)" fill="none">
|
||||
<path d="m12 2.5h2c0.28 0 0.5 0.22 0.5 0.5v1.2c0 0.6-0.36 1.1-0.91 1.4l-1.6 0.68z" stroke="#C77D55"/>
|
||||
<rect x="2" y="13" width="12" height="1" rx=".5" fill="#C77D55"/>
|
||||
<path
|
||||
d="m2.5 3.6c0-0.29 3.9e-4 -0.47 0.012-0.62 0.011-0.14 0.03-0.19 0.043-0.21 0.048-0.094 0.12-0.17 0.22-0.22 0.025-0.013 0.075-0.031 0.21-0.043 0.14-0.012 0.33-0.012 0.62-0.012h7.8c0.29 0 0.47 3.9e-4 0.62 0.012 0.14 0.011 0.19 0.03 0.21 0.043 0.094 0.048 0.17 0.12 0.22 0.22l0.44-0.22-0.44 0.22c0.013 0.025 0.031 0.075 0.042 0.21 0.012 0.14 0.012 0.33 0.012 0.62v2.9c0 1.4-0.0054 2-0.15 2.5-0.34 1.1-1.2 2-2.3 2.3-0.48 0.15-1.1 0.15-2.5 0.15s-2-0.0054-2.5-0.15c-1.1-0.34-2-1.2-2.3-2.3-0.15-0.48-0.15-1.1-0.15-2.5z"
|
||||
fill="#45322B" stroke="#C77D55"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 903 B |
Reference in New Issue
Block a user