From: Vincent Vanwaelscappel Date: Tue, 23 Aug 2022 07:27:32 +0000 (+0200) Subject: wip #5399 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=47cf5c8ef197f62dca68489e1d6b80ab547d2428;p=cubist_pdf.git wip #5399 --- diff --git a/resources/tools/fwstk/.idea/workspace.xml b/resources/tools/fwstk/.idea/workspace.xml index 45338f4..48beb94 100644 --- a/resources/tools/fwstk/.idea/workspace.xml +++ b/resources/tools/fwstk/.idea/workspace.xml @@ -6,33 +6,10 @@ - - - + - - - - - - - - - - - - - - - - - - - - - - + - { + "keyToString": { + "WebServerToolWindowFactoryState": "true", + "WebServerToolWindowPanel.toolwindow.highlight.mappings": "true", + "WebServerToolWindowPanel.toolwindow.highlight.symlinks": "true", + "WebServerToolWindowPanel.toolwindow.show.date": "false", + "WebServerToolWindowPanel.toolwindow.show.permissions": "false", + "WebServerToolWindowPanel.toolwindow.show.size": "false", + "last_opened_file_path": "D:/Works/cubist_pdf/resources/tools/fwstk", + "project.structure.last.edited": "SDKs", + "project.structure.proportion": "0.15", + "project.structure.side.proportion": "0.2", + "ruby.rails.projectView.checked": "true", + "settings.editor.selected.configurable": "preferences.lookFeel", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -490,7 +467,8 @@ - + + 1487172253077 @@ -569,7 +547,14 @@ - @@ -606,7 +591,8 @@ - diff --git a/resources/tools/fwstk/bin/com/fluidbook/fwstk/TextsThread.class b/resources/tools/fwstk/bin/com/fluidbook/fwstk/TextsThread.class index 802a0bb..14d5162 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/out/artifacts/fwstk_jar/fwstk.jar b/resources/tools/fwstk/out/artifacts/fwstk_jar/fwstk.jar index 26e3682..30690f6 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 20749e7..6543836 100644 --- a/resources/tools/fwstk/src/com/fluidbook/fwstk/TextsThread.java +++ b/resources/tools/fwstk/src/com/fluidbook/fwstk/TextsThread.java @@ -140,10 +140,6 @@ public class TextsThread extends Thread { html = htmlStripper.getHTML(doc); html = cleanhtml(html); - if (!html.equals("") && html.equals(memoHTML)) { - memoHTML = ""; - continue; - } text = htmlStripper.getText(doc); text = html2text(text); index = text2index(text);