From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 20:14:21 +0000 (+0200) Subject: wip #5410 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=251731dcaf736607c1cf41b05fd564526987ee13;p=cubist_pdf.git wip #5410 --- diff --git a/resources/tools/fwstk/.idea/deployment.xml b/resources/tools/fwstk/.idea/deployment.xml index 82033ec..d64fd48 100644 --- a/resources/tools/fwstk/.idea/deployment.xml +++ b/resources/tools/fwstk/.idea/deployment.xml @@ -1,7 +1,15 @@ - + + - + diff --git a/resources/tools/fwstk/.idea/workspace.xml b/resources/tools/fwstk/.idea/workspace.xml index 3b4574a..45338f4 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -7,13 +7,32 @@ - + - + + + + + + + + + + + + + + + + + + + + + + - - @@ -470,6 +490,7 @@ + 1487172253077 diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/CustomStripper.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/CustomStripper.class index 0036ff0..2046775 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/CustomStripper.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/CustomStripper.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Link.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Link.class index 36f8798..774dc6d 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Link.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Link.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Main.class index ccb0a95..446c643 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/bin/com/fluidbook/fwstk/TextsThread.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/TextsThread.class index c1e8e34..802a0bb 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/TextsThread.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/TextsThread.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Word.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Word.class index aed39a2..28597e7 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/Word.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/Word.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeMatrix.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeMatrix.class index bb26772..36caf87 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeMatrix.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeMatrix.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeRectangle.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeRectangle.class index 3baafb4..d6f95c5 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeRectangle.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/CubeRectangle.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/Point.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/Point.class index 86e0732..a83392a 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/Point.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/geom/Point.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Group.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Group.class index 961bd99..d93bc21 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Group.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Group.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutElement.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutElement.class index da51a8c..aa32469 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutElement.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutElement.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutStripper.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutStripper.class index db57ff1..98e65a3 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutStripper.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/LayoutStripper.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Letter.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Letter.class index 302ddd8..6258134 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Letter.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Letter.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Line.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Line.class index 8a664b7..4415f5c 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Line.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Line.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Page.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Page.class index b0a5052..054c1c3 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Page.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Page.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Separator.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Separator.class index 49a3974..18ace2b 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Separator.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Separator.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Space.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Space.class index 04fd3d3..e5a0d84 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Space.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Space.class differ diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Word.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Word.class index 4699861..4539d3b 100644 Binary files a/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Word.class and b/resources/tools/fwstk/bin/com/fluidbook/fwstk/layout/Word.class differ diff --git a/resources/tools/fwstk/bin/cube/files/FileIO.class b/resources/tools/fwstk/bin/cube/files/FileIO.class index 749131b..85452f9 100644 Binary files a/resources/tools/fwstk/bin/cube/files/FileIO.class and b/resources/tools/fwstk/bin/cube/files/FileIO.class differ diff --git a/resources/tools/fwstk/bin/cube/util/Array.class b/resources/tools/fwstk/bin/cube/util/Array.class index 4371484..1d67ea6 100644 Binary files a/resources/tools/fwstk/bin/cube/util/Array.class and b/resources/tools/fwstk/bin/cube/util/Array.class differ diff --git a/resources/tools/fwstk/bin/cube/util/AsciiUtils.class b/resources/tools/fwstk/bin/cube/util/AsciiUtils.class index a45f9f2..21c8b7a 100644 Binary files a/resources/tools/fwstk/bin/cube/util/AsciiUtils.class and b/resources/tools/fwstk/bin/cube/util/AsciiUtils.class differ diff --git a/resources/tools/fwstk/bin/cube/util/StringUtil.class b/resources/tools/fwstk/bin/cube/util/StringUtil.class index a143bff..16a9c9e 100644 Binary files a/resources/tools/fwstk/bin/cube/util/StringUtil.class and b/resources/tools/fwstk/bin/cube/util/StringUtil.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 8aba199..26e3682 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/TextsThread.java b/resources/tools/fwstk/src/com/fluidbook/fwstk/TextsThread.java index c7e31eb..20749e7 100644 --- a/resources/tools/fwstk/src/com/fluidbook/fwstk/TextsThread.java +++ b/resources/tools/fwstk/src/com/fluidbook/fwstk/TextsThread.java @@ -154,7 +154,6 @@ public class TextsThread extends Thread { String hfile = file.replaceFirst("%s", "h"); try { - System.out.println(":)"); out = new BufferedWriter(new OutputStreamWriter( new FileOutputStream(pfile), "UTF8")); out.write(text);