]> _ Git - cubist_pdf.git/commitdiff
wip #7172 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 4 Nov 2024 13:14:25 +0000 (14:14 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 4 Nov 2024 13:14:25 +0000 (14:14 +0100)
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 5bfb7ec1e9bcd5b6f3b2cc01234be2e558579c04..ea3f59d4783ce77fb6af2155ccead4cb82b03e04 100644 (file)
       <item itemvalue="Application.extract layout" />
     </list>
   </component>
+  <component name="SharedIndexes">
+    <attachedChunks>
+      <set>
+        <option value="bundled-jdk-9823dce3aa75-28b599e66164-intellij.indexing.shared.core-IU-242.23726.103" />
+        <option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-IU-242.23726.103" />
+      </set>
+    </attachedChunks>
+  </component>
   <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
   <component name="SvnConfiguration" cleanupOnStartRun="true">
     <configuration>C:\Users\vince\AppData\Roaming\Subversion</configuration>
       <workItem from="1697543960076" duration="2149000" />
       <workItem from="1698075842281" duration="1718000" />
       <workItem from="1703087993201" duration="98000" />
+      <workItem from="1730725872409" duration="141000" />
     </task>
     <task id="LOCAL-00001" summary="wip #1111 @0.5">
       <created>1487172253077</created>
index 79aeae6eb82f8eb42a3d5a13783712e8988fd94f..195efccd58b4e117bd74b5dde0c03bf29f652d35 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 161aed6363be3165d373ed84bdd198e6a1c56d93..c243303cf8e601423c5876b5d2f4fde28d00c0ec 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 9fb35e13e1d9c6281324b6e0bdc32be687462e8a..6e1f6f680c7dd6ea28a424a15d05db718f049533 100644 (file)
@@ -796,6 +796,9 @@ public class Main {
                     } else if (e[0].compareTo("tel") == 0) {
                         myLink.type = 24;
                         myLink.to = e[1];
+                    } else if (e[0].compareTo("tooltip") == 0) {
+                        myLink.type = 18;
+                        myLink.to = e[1];
                     } else {
                         myLink.type = 2;
                     }