Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ intellijPlatform {
pluginConfiguration {
id = "org.contextmapper.intellij-plugin"
name = "Context Mapper"
version = "0.3.1"
version = "0.3.2-final-poc"

productDescriptor {
}
Expand Down
2 changes: 1 addition & 1 deletion lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "context-mapper-intellij-plugin",
"private": true,
"dependencies": {
"@lstreckeisen/context-mapper-language-server": "0.4.1"
"@lstreckeisen/context-mapper-language-server": "0.4.2-final-poc"
}
}
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>ContextMapper</name>
<name>Context Mapper</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor url="https://contextmapper.org">ContextMapper</vendor>
<vendor url="https://contextmapper.org">Context Mapper</vendor>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Expand Down Expand Up @@ -53,7 +53,7 @@
<![CDATA[
<p>Context Mapper Language Server</p>
<p>
The Context Mapper Language Server provides support for the ContextMapper DSL in IntelliJ IDEA.
The Context Mapper Language Server provides support for the Context Mapper DSL in IntelliJ IDEA.
</p>
]]>
</description>
Expand All @@ -68,7 +68,7 @@

<actions>
<group id="org.contextmapper.editorActions"
text="ContextMapper"
text="Context Mapper"
popup="true"
>
<add-to-group group-id="EditorPopupMenu2"
Expand Down
Loading