Skip to content

Commit

Permalink
release 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Mar 28, 2021
1 parent 2fc2a1d commit 8ca8917
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 28 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ Initially I developed plugin for NetBeans IDE but because in companies, where I
![Screenshots from all](./assets/screenshots_all.png)

# Changelog
__1.4.11 (SNAPSHOT)__
__1.4.11 (28-mar-2021)__
- SR: improved undo for RSyntax panel [#80](https://github.com/raydac/netbeans-mmd-plugin/issues/80)
- IJ: fixed resource bundle loading under Intellij IDEA 2021.1 EAP
- ALL: improved text representation of maind map for clipboard
- ALL: improved text representation of mind map for clipboard
- ALL: improved folder processing in import-export plugins
- SR: embedded JDK version updated to 11.0.10+9
- SR: updated RSyntax panel version to 3.1.2
- SR: updated PlantUML version to 1.2021.1
- SR: embedded JDK version updated to 11.0.10+9
- SR: updated RSyntax panel version to 3.1.2
- SR: updated PlantUML version to 1.2021.3

__1.4.10 (14-dec-2020)__
- SR: added View-Zoom into the main menu toolbar
Expand Down
11 changes: 6 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
__1.4.11 (SNAPSHOT)__
__1.4.11 (28-mar-2021)__
- SR: improved undo for RSyntax panel [#80](https://github.com/raydac/netbeans-mmd-plugin/issues/80)
- IJ: fixed resource bundle loading under Intellij IDEA 2021.1 EAP
- ALL: improved text representation of maind map for clipboard
- ALL: improved text representation of mind map for clipboard
- ALL: improved folder processing in import-export plugins
- SR: embedded JDK version updated to 11.0.10+9
- SR: updated RSyntax panel version to 3.1.2
- SR: updated PlantUML version to 1.2021.1
- SR: embedded JDK version updated to 11.0.10+9
- SR: updated RSyntax panel version to 3.1.2
- SR: updated PlantUML version to 1.2021.3

__1.4.10 (14-dec-2020)__
- SR: added View-Zoom into the main menu toolbar
Expand Down
2 changes: 1 addition & 1 deletion mind-map/idea-mindmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ intellij {
updateSinceUntilBuild false
}

def mindMapModelVersion = project.hasProperty('mm_model_version') ? project.getProperty('mm_model_version') : "1.4.10"
def mindMapModelVersion = project.hasProperty('mm_model_version') ? project.getProperty('mm_model_version') : "1.4.11"
def mindMapCommonVersion = project.hasProperty('mm_ide_common_version') ? project.getProperty('mm_ide_common_version') : project.version
def mindMapPanelVersion = project.hasProperty('mm_panel_version') ? project.getProperty('mm_panel_version') : project.version
def commonsIoVersion = project.hasProperty('commonsio_version') ? project.getProperty('commonsio_version') : "2.5"
Expand Down
2 changes: 1 addition & 1 deletion mind-map/idea-mindmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<artifactId>idea-mindmap</artifactId>
Expand Down
7 changes: 5 additions & 2 deletions mind-map/idea-mindmap/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin version="2">
<id>nb-mind-map-idea</id>
<name>IDEA Mind Map</name>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<vendor url="https://www.igormaznitsa.com">Igor Maznitsa</vendor>

<category>Knowledge management</category>
Expand All @@ -12,8 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p>1.4.11 (SNAPSHOT)</p>
<p>1.4.11 (28-mar-2021)</p>
<ul>
<li>fixed incompatibility with IDEA 2021</li>
<li>improved text representation of mind map for clipboard</li>
<li>improved folder processing in import-export plugins</li>
</ul>
<p>1.4.10 (14-dec-2020)</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-ide-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<artifactId>mind-map-ide-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions mind-map/mind-map-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map-model</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<packaging>jar</packaging>

<name>NB Mind Map model</name>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-swing-panel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<artifactId>mind-map-swing-panel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/nb-mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<artifactId>nb-mind-map</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.version.raw>1.4.11</main.version.raw>
<main.version>${main.version.raw}-SNAPSHOT</main.version>
<!-- <main.version>${main.version.raw}</main.version>-->
<!-- <main.version>${main.version.raw}-SNAPSHOT</main.version>-->
<main.version>${main.version.raw}</main.version>

<meta.version>1.1.3</meta.version>
<uber.pom>1.0.3</uber.pom>
<iam.commons.version>1.0.0</iam.commons.version>
<mindmap.model.version>1.4.11-SNAPSHOT</mindmap.model.version>
<mindmap.model.version>1.4.11</mindmap.model.version>
<jsoup.version>1.11.3</jsoup.version>
<json.version>20180813</json.version>
<iharder.version>2.3.9</iharder.version>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,11 +611,8 @@ public boolean doChangeModel(@Nonnull final MindMap model) {

if (editor.getMindMapPanel().getSelectedTopics().length == 0 && createdTopic != null) {
final Topic forfocus = createdTopic;
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
SwingUtilities.invokeLater(() -> {
editor.getMindMapPanel().focusTo(forfocus);
}
});
}

Expand Down

0 comments on commit 8ca8917

Please sign in to comment.