]> _ Git - cubist_pdf.git/commitdiff
wip #7571 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 May 2025 13:26:02 +0000 (15:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 May 2025 13:26:02 +0000 (15:26 +0200)
resources/tools/fwstk/.idea/workspace.xml
resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class
resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar
resources/tools/fwstk/src/com/fluidbook/fwstk/Main.java

index cf577ec093c1f91ef86b6434e5f732bcb0e96026..8136733ba9dde050b2a5ad9d028151bfaefdfefa 100644 (file)
     "WebServerToolWindowPanel.toolwindow.show.size": "false",
     "git-widget-placeholder": "master",
     "ignore.virus.scanning.warn.message": "true",
+    "junie.onboarding.icon.badge.shown": "true",
     "kotlin-language-version-configured": "true",
     "last_opened_file_path": "D:/Works/cubist_pdf/resources/tools/fwstk",
     "node.js.detected.package.eslint": "true",
       <workItem from="1732556939818" duration="344000" />
       <workItem from="1732557350064" duration="14000" />
       <workItem from="1748349213267" duration="1488000" />
+      <workItem from="1748351552423" duration="759000" />
     </task>
     <task id="LOCAL-00001" summary="wip #1111 @0.5">
       <created>1487172253077</created>
index b892f99efcb60dbf51ec23d5f47f95ed8306fb08..5dd8bec5a6ed0e2a3e434cd39602bd6c13580826 100644 (file)
Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class differ
index 01269e3aac4aa734725a2791f921ed77e2b19eda..5f4f03ac03a8483686abf9a4d640522e9cc9401e 100644 (file)
Binary files a/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar and b/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar differ
index 6968686c7852e63f5a94c24af658f8377019990b..5ffaa05db035741694a85031ea098840019ad9e6 100644 (file)
@@ -741,6 +741,9 @@ public class Main {
                             if (l.getDictionary().containsKey("TU") && l.getDictionary().getString("TU") != null) {
                                 String t = l.getDictionary().getString("TU");
                                 if (!Objects.equals(t, "")) {
+                                    t = t.replace("\r\n", "\n");
+                                    t = t.replace("\r", "\n");
+                                    t = t.replace("\n", "§!§");
                                     myLink.type = 18;
                                     myLink.to = t;
                                 }