File tree Expand file tree Collapse file tree 13 files changed +30
-45
lines changed
mind-map-plugin-archetype Expand file tree Collapse file tree 13 files changed +30
-45
lines changed Original file line number Diff line number Diff line change 12
12
The Main part of a software project is not code but knowledge generated during the project. I guess knowledge is the main part of every business today and it is very important to move the generated knowledge from non-formal level to formal level to avoid its loss. There are many approaches to save knowledge and [ a mind map diagram] ( https://en.wikipedia.org/wiki/Mind_map ) is one of them. Also it is very important to keep the "distance" between project and its knowledge as short as possible and the ideal variant is to keep knowledge just within the project as a document set. If you use any external knowledge engineering tool then the distance already is not so short and for the cause I had decided to develop some plugin which would allow to form mind maps and keep knowledge graph just within projects and allow to work with the graphs just with the IDE.
13
13
14
14
# Changelog
15
- __ 1.4.2 (UNDER DEVELOPMENT)__
15
+ __ 1.4.2 (25-feb-2018)__
16
+ - SR: [ #38 ] ( https://github.com/raydac/netbeans-mmd-plugin/issues/38 ) added option to not show hidden files and folders in proect tree
16
17
- ALL: Added paper render quality option
17
18
- ALL: [ #36 ] ( https://github.com/raydac/netbeans-mmd-plugin/issues/36 ) fixed line break processing in topic title editor under Mac OS
18
19
- SR: [ #37 ] ( https://github.com/raydac/netbeans-mmd-plugin/issues/37 ) fixed start of SciaReto under Oracle JDK-9 in MacOS
Original file line number Diff line number Diff line change 1
- 1.4.2 (under development)
1
+ 1.4.2 (25-feb-2018)
2
+ - SR: [#38](https://github.com/raydac/netbeans-mmd-plugin/issues/38) added option to not show hidden files and folders in proect tree
2
3
- ALL: Added paper render quality option
3
4
- ALL: [#36](https://github.com/raydac/netbeans-mmd-plugin/issues/36) fixed line break processing in topic title editor under Mac OS
4
5
- SR: [#37](https://github.com/raydac/netbeans-mmd-plugin/issues/37) fixed start of SciaReto under Oracle JDK-9 in MacOS
Original file line number Diff line number Diff line change @@ -16,30 +16,6 @@ Mind Map generated by NB MindMap plugin
16
16
- LINK
17
17
<pre>https://github.com/raydac/netbeans-mmd-plugin/issues</pre>
18
18
19
- ### focus is saved during undo
20
- > fillColor=`#FF6666`
21
-
22
-
23
- ### on macosx the calling window shown over new modal window
24
- > fillColor=`#FF6666`
25
-
26
-
27
- #### keyboard shortcut in options
28
- > fillColor=`#FF6666`
29
-
30
-
31
- #### color button
32
- > fillColor=`#FF6666`,mmd.emoticon=`tick`
33
-
34
-
35
- ### on macosx it lost focus but make operation with all previously selected itrems
36
- > fillColor=`#FF6666`
37
-
38
-
39
- #### non\-edited version\!
40
- > fillColor=`#FF6666`
41
-
42
-
43
19
## To\-Do
44
20
> fillColor=`#FDE247`,mmd.emoticon=`role`
45
21
@@ -73,7 +49,7 @@ Mind Map generated by NB MindMap plugin
73
49
74
50
75
51
#### UI
76
- > fillColor=`#EC98FF`
52
+ > collapsed=`true`, fillColor=`#EC98FF`
77
53
78
54
79
55
##### SCIARETO: Make tabs reorderable
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
mavenLocal()
10
10
}
11
11
12
- version = project. hasProperty(' mm_plugin_version' ) ? project. getProperty(' mm_plugin_version' ) : " 1.4.2-SNAPSHOT "
12
+ version = project. hasProperty(' mm_plugin_version' ) ? project. getProperty(' mm_plugin_version' ) : " 1.4.2"
13
13
14
14
intellij {
15
15
version ' IC-139.1803.20'
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >mind-map</artifactId >
8
- <version >1.4.2-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
8
+ <version >1.4.2</version >
10
9
</parent >
11
10
12
11
<artifactId >idea-mindmap</artifactId >
Original file line number Diff line number Diff line change 2
2
<idea-plugin version =" 2" >
3
3
<id >nb-mind-map-idea</id >
4
4
<name >IDEA Mind Map</name >
5
- <version >1.4.1 </version >
5
+ <version >1.4.2 </version >
6
6
<vendor url =" https://www.igormaznitsa.com" >Igor Maznitsa</vendor >
7
7
8
8
<category >Knowledge management</category >
18
18
]]> </description >
19
19
20
20
<change-notes ><![CDATA[
21
+ <p>1.4.2 (25-feb-2018)</p>
22
+ <ul>
23
+ <li>Added paper render quality option</li>
24
+ <li>#36 fixed line break processing in topic title editor under Mac OS</li>
25
+ <li>#35 added `Use Project base folder as relative path root` option to facet (by default it uses Module folder)</li>
26
+ <li>#34 added logic to interpret zero-length MMD file as an empty mind map file with root.</li>
27
+ <li>#33 added configuration flag to trim entered topic text, "Trim topic text before set`"</li>
28
+ <li>added exporter for AsciiDoc</li>
29
+ <li>#31 Imrpoved FreeMind compatibility to support 1.0.1 FreeMind format</li>
30
+ <li>#30 Remember setting in "add file"</li>
31
+ <li>#29 Remember per session last used directory for files</li>
32
+ <li>Added standard text pop-up menu into text fields of both File dialog and URI dialog.</li>
33
+ <li>Added select mode with pressed SHIFT</li>
34
+ </ul>
21
35
<p>1.4.1 (30-sep-2017)</p>
22
36
<ul>
23
37
<li>Removed use of javax.xml.bind.DatatypeConverter to make compatible with Java 9</li>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >mind-map</artifactId >
7
- <version >1.4.2-SNAPSHOT</version >
8
- <relativePath >../pom.xml</relativePath >
7
+ <version >1.4.2</version >
9
8
</parent >
10
9
11
10
<artifactId >mind-map-ide-common</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >mind-map</artifactId >
8
- <version >1.4.2-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
8
+ <version >1.4.2</version >
10
9
</parent >
11
10
12
11
<groupId >com.igormaznitsa</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >mind-map</artifactId >
9
- <version >1.4.2-SNAPSHOT</version >
10
- <relativePath >../pom.xml</relativePath >
9
+ <version >1.4.2</version >
11
10
</parent >
12
11
13
12
<artifactId >mind-map-plugin</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >mind-map</artifactId >
7
- <version >1.4.2-SNAPSHOT</version >
8
- <relativePath >../pom.xml</relativePath >
7
+ <version >1.4.2</version >
9
8
</parent >
10
9
11
10
<artifactId >mind-map-swing-panel</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >mind-map</artifactId >
8
- <version >1.4.2-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
8
+ <version >1.4.2</version >
10
9
</parent >
11
10
12
11
<artifactId >nb-mind-map</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.igormaznitsa</groupId >
5
5
<artifactId >mind-map</artifactId >
6
- <version >1.4.2-SNAPSHOT </version >
6
+ <version >1.4.2</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<inceptionYear >2015</inceptionYear >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<main .version.raw>1.4.2</main .version.raw>
14
- <main .version>${main.version.raw} -SNAPSHOT </main .version>
14
+ <main .version>${main.version.raw} </main .version>
15
15
<meta .version>1.1.2</meta .version>
16
16
<uber .pom>1.0.1</uber .pom>
17
17
<iam .commons.version>1.0.0</iam .commons.version>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >mind-map</artifactId >
8
- <version >1.4.2-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
8
+ <version >1.4.2</version >
10
9
</parent >
11
10
12
11
<artifactId >scia-reto</artifactId >
You can’t perform that action at this time.
0 commit comments