Skip to content

Commit

Permalink
fix: bad string
Browse files Browse the repository at this point in the history
  • Loading branch information
lilive committed Jun 17, 2020
1 parent 1a89247 commit 92f91f3
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 6 deletions.
9 changes: 6 additions & 3 deletions jumper.mm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<map version="freeplane 1.8.0">
<!--To view this file, download free mind mapping software Freeplane from http://freeplane.sourceforge.net -->
<node TEXT="Jumper" LOCALIZED_STYLE_REF="styles.topic" FOLDED="false" ID="ID_1723255651" CREATED="1283093380553" MODIFIED="1592433112494" LINK="https://github.com/lilive/Freeplane-Jumper" BORDER_WIDTH="3.0 px" BORDER_COLOR_LIKE_EDGE="false" BORDER_COLOR="#192441" BORDER_DASH="CLOSE_DOTS" BACKGROUND_COLOR="#97c7dc" STYLE="rectangle" SHAPE_HORIZONTAL_MARGIN="6.0 pt" SHAPE_VERTICAL_MARGIN="6.0 pt">
<node TEXT="Jumper" LOCALIZED_STYLE_REF="styles.topic" FOLDED="false" ID="ID_1723255651" CREATED="1283093380553" MODIFIED="1592434632053" LINK="https://github.com/lilive/Freeplane-Jumper" BORDER_WIDTH="3.0 px" BORDER_COLOR_LIKE_EDGE="false" BORDER_COLOR="#192441" BORDER_DASH="CLOSE_DOTS" BACKGROUND_COLOR="#97c7dc" STYLE="rectangle" SHAPE_HORIZONTAL_MARGIN="6.0 pt" SHAPE_VERTICAL_MARGIN="6.0 pt">
<font SIZE="16" BOLD="true" ITALIC="true"/>
<hook NAME="MapStyle" background="#cccccc">
<properties show_icon_for_attributes="true" fit_to_viewport="false" show_note_icons="true" show_notes_in_map="true" edgeColorConfiguration="#353535ff,#353535ff,#353535ff,#353535ff,#353535ff"/>
<properties fit_to_viewport="false" show_icon_for_attributes="true" show_note_icons="true" show_notes_in_map="true" edgeColorConfiguration="#353535ff,#353535ff,#353535ff,#353535ff,#353535ff"/>

<map_styles>
<stylenode LOCALIZED_TEXT="styles.root_node" STYLE="oval" UNIFORM_SHAPE="true" VGAP_QUANTITY="24.0 pt">
Expand Down Expand Up @@ -95,7 +95,7 @@
<edge WIDTH="thin"/>
<attribute_layout NAME_WIDTH="119.24999644607315 pt" VALUE_WIDTH="303.74999094754486 pt"/>
<attribute NAME="name" VALUE="jumper"/>
<attribute NAME="version" VALUE="v0.5.1"/>
<attribute NAME="version" VALUE="v0.5.2"/>
<attribute NAME="author" VALUE="lilive"/>
<attribute NAME="freeplaneVersionFrom" VALUE="1.8.5"/>
<attribute NAME="freeplaneVersionTo" VALUE=""/>
Expand Down Expand Up @@ -180,6 +180,9 @@
<node TEXT="v0.5.1" ID="ID_130951037" CREATED="1592433119030" MODIFIED="1592433123945">
<node TEXT="Fix the problem when there are formulas error in the map" ID="ID_17306513" CREATED="1592433125558" MODIFIED="1592433170905"/>
</node>
<node TEXT="v0.5.2" ID="ID_227076356" CREATED="1592434638152" MODIFIED="1592434642367">
<node TEXT="Fix bad string in v0.5.1" ID="ID_1008839979" CREATED="1592434643367" MODIFIED="1592434655068"/>
</node>
</node>
<node TEXT="license" POSITION="left" ID="ID_1975958535" CREATED="1592410105197" MODIFIED="1592411295926" TEXT_SHORTENED="true">
<edge COLOR="#353535"/>
Expand Down
Binary file modified lib/Jumper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/groovy/SNode.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SNode {
it.text.replaceAll( "\n", " " )
}
} catch( Exception e ){
return [ "[value eeeeeee eeeeeeeeeee evaluation error !]" ] * size
return [ "[value evaluation error !]" ] * size
}
}

Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=v0.5.1
downloadUrl=https://github.com/lilive/Freeplane-Jumper/raw/master/versions/jumper-v5.1.0.addon.mm
version=v0.5.2
downloadUrl=https://github.com/lilive/Freeplane-Jumper
freeplaneVersionFrom=1.8.5
Loading

0 comments on commit 92f91f3

Please sign in to comment.