Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: No diagrams overlap selections. #66

Open
mikest opened this issue Aug 17, 2018 · 4 comments
Open

error: No diagrams overlap selections. #66

mikest opened this issue Aug 17, 2018 · 4 comments

Comments

@mikest
Copy link

mikest commented Aug 17, 2018

I get the following error when using the render selection feature. I have a user config like so:

{
    "output_format": "svg",

    // The full path to the plantuml.jar file
    "jar_file": "/usr/local/Cellar/plantuml/1.2018.3/libexec/plantuml.jar"
}

Default config remains unchanged. (As an aside, the default config uses a windows path...)

error: No diagrams overlap selections.

Nothing to process.```

plantuml has been installed via homebrew and functions normally from the command line.
@mikest
Copy link
Author

mikest commented Aug 17, 2018

Sublime3 v3.1.1, Build 3176

@jvantuyl
Copy link
Owner

Did you have any text selected? It only looks in a selection if you have one. Otherwise, it would help to see the file you’re rendering...

@Chovin
Copy link

Chovin commented Dec 9, 2018

I'm having the same issue.

Got the same error using the following file. Tried selecting nothing, selecting everything, and selecting only the contents between the uml tags.

@startuml

Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response

@enduml

@davidkhess
Copy link

I've seen this happen if GRAPHVIZ_DOT environment variable is not set.

If you restart Sublime Text and this is the case, there will be an error about it in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants