updated to jedit_build-20181025 according to patches/macos (Java 11), patches/putenv;
proper update of jEdit environment -- avoid warnings in Java 11;
activate jdk-11+28;
package GraphBrowser;
class ParseError extends Exception {
public ParseError(String s) { super(s); }
}