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 {
44
44
pluginConfiguration {
45
45
id = " org.contextmapper.intellij-plugin"
46
46
name = " Context Mapper"
47
- version = " 0.3.1 "
47
+ version = " 0.3.2-final-poc "
48
48
49
49
productDescriptor {
50
50
}
Original file line number Diff line number Diff line change 2
2
"name" : " context-mapper-intellij-plugin" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
- "@lstreckeisen/context-mapper-language-server" : " 0.4.1 "
5
+ "@lstreckeisen/context-mapper-language-server" : " 0.4.2-final-poc "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Public plugin name should be written in Title Case.
7
7
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
8
- <name >ContextMapper </name >
8
+ <name >Context Mapper </name >
9
9
10
10
<!-- 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 >
12
12
13
13
<!-- Product and plugin compatibility requirements.
14
14
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
53
53
<![CDATA[
54
54
<p>Context Mapper Language Server</p>
55
55
<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.
57
57
</p>
58
58
]]>
59
59
</description >
68
68
69
69
<actions >
70
70
<group id =" org.contextmapper.editorActions"
71
- text =" ContextMapper "
71
+ text =" Context Mapper "
72
72
popup =" true"
73
73
>
74
74
<add-to-group group-id =" EditorPopupMenu2"
You can’t perform that action at this time.
0 commit comments