File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ intellijPlatform {
4444 pluginConfiguration {
4545 id = " org.contextmapper.intellij-plugin"
4646 name = " Context Mapper"
47- version = " 0.3.1 "
47+ version = " 0.3.2-final-poc "
4848
4949 productDescriptor {
5050 }
Original file line number Diff line number Diff line change 22 "name" : " context-mapper-intellij-plugin" ,
33 "private" : true ,
44 "dependencies" : {
5- "@lstreckeisen/context-mapper-language-server" : " 0.4.1 "
5+ "@lstreckeisen/context-mapper-language-server" : " 0.4.2-final-poc "
66 }
77}
Original file line number Diff line number Diff line change 55
66 <!-- Public plugin name should be written in Title Case.
77 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
8- <name >ContextMapper </name >
8+ <name >Context Mapper </name >
99
1010 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
11- <vendor url =" https://contextmapper.org" >ContextMapper </vendor >
11+ <vendor url =" https://contextmapper.org" >Context Mapper </vendor >
1212
1313 <!-- Product and plugin compatibility requirements.
1414 Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
5353 <![CDATA[
5454 <p>Context Mapper Language Server</p>
5555 <p>
56- The Context Mapper Language Server provides support for the ContextMapper DSL in IntelliJ IDEA.
56+ The Context Mapper Language Server provides support for the Context Mapper DSL in IntelliJ IDEA.
5757 </p>
5858 ]]>
5959 </description >
6868
6969 <actions >
7070 <group id =" org.contextmapper.editorActions"
71- text =" ContextMapper "
71+ text =" Context Mapper "
7272 popup =" true"
7373 >
7474 <add-to-group group-id =" EditorPopupMenu2"
You can’t perform that action at this time.
0 commit comments