From: Vincent Vanwaelscappel Date: Mon, 4 Nov 2024 13:14:25 +0000 (+0100) Subject: wip #7172 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eae0d6a48cd097ca52866e815c2fdc9dd9c82885;p=cubist_pdf.git wip #7172 @0.25 --- diff --git a/resources/tools/fwstk/.idea/workspace.xml b/resources/tools/fwstk/.idea/workspace.xml index 5bfb7ec..ea3f59d 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -431,6 +431,14 @@ + + + + + + C:\Users\vince\AppData\Roaming\Subversion @@ -500,6 +508,7 @@ + 1487172253077 diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class index 79aeae6..195efcc 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class differ diff --git a/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar b/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar index 161aed6..c243303 100644 Binary files a/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar and b/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar differ diff --git a/resources/tools/fwstk/src/com/fluidbook/fwstk/Main.java b/resources/tools/fwstk/src/com/fluidbook/fwstk/Main.java index 9fb35e1..6e1f6f6 100644 --- a/resources/tools/fwstk/src/com/fluidbook/fwstk/Main.java +++ b/resources/tools/fwstk/src/com/fluidbook/fwstk/Main.java @@ -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; }