lunisolar / LNKD.tech-Editor

Editor for Turtle (Terse RDF Triple Language, TTL) files. This is a plugin for IntelliJ IDEA, IDEA Community Edition and others IDE environments based on IntelliJ Platform (also described here)
https://plugins.jetbrains.com/plugin/12802-lnkd-tech-editor
4 stars 0 forks source link

Custom Global Graphs have issue with the space in file or directory name #23

Closed lunisolar closed 2 years ago

lunisolar commented 3 years ago

Illegal character in path at index 36: file:/Users/......../Downloads/..... (3).ttl operating system: MaxOS

java.net.URISyntaxException: preemptively-anonymized (was non-null)
    at java.net.URI$Parser.fail(URI.java:2913)
    at java.net.URI$Parser.checkChars(URI.java:3084)
    at java.net.URI$Parser.parseHierarchical(URI.java:3166)
    at java.net.URI$Parser.parse(URI.java:3114)
    at java.net.URI.<init>(URI.java:600)
    at java.net.URL.toURI(URL.java:1061)
    at eu.lunisolar.magma.func.function.LFunction.apply(LFunction.java:81)
    at eu.lunisolar.magma.func.supp.opt.OptTrait.map(OptTrait.java:538)
    at tech.lnkd.editor.sem_web.globalGraphs.CustomGlobalGraphs.toFile(CustomGlobalGraphs.java:203)
    at tech.lnkd.editor.sem_web.globalGraphs.CustomGlobalGraphs.getFile(CustomGlobalGraphs.java:144)
lunisolar commented 3 years ago

IT looks like the space is the issue.

lunisolar commented 2 years ago

Release pending.