ask the user to update the texts if and only if any character was changed

This commit is contained in:
2016-01-07 10:37:09 +01:00
parent 8e9c38fa71
commit 5ed98393ee
4 changed files with 26 additions and 33 deletions
+2 -2
View File
@@ -82,8 +82,6 @@ import java.net.InetSocketAddress;
import java.net.Proxy;
import java.net.URL;
import java.net.URLConnection;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
@@ -164,6 +162,7 @@ public class Main {
private static boolean inited = false;
private static File runTempFile;
private static List<File> runTempFiles = new ArrayList<>();
public static void freeRun() {
@@ -717,6 +716,7 @@ public class Main {
CancellableWorker<SWF> worker = new CancellableWorker<SWF>() {
private boolean yestoall = false;
private boolean notoall = false;
private SWF open(InputStream is, String file, String fileTitle) throws IOException, InterruptedException {