-
Notifications
You must be signed in to change notification settings - Fork 233
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 messages not complete in 'save as' window. #1243
Comments
Can you see this error in the Protege log view? |
I don't know what the log view is. I didn't find anything promising in the menus when I perused it--how do I get to it? |
Aha! It is indeed there. It's fairly obscured; a single 'save as OBO' error triggers pages and pages of output and the first ones scroll off the length of the window. But fortunately the relevant 'you had two domains' error is in the last one. It's scrolled off to the right (having word wrap on by default would have been nice) but it is indeed available. |
The word wrap comes with some performance penalty (if one resizes the log window) that's why, I think, it is disabled by default. |
We have an ontology we usually work with in OWL format, but sometimes export to OBO. OBO is more restrictive, so errors can creep in. When you load the OWL file and then 'Save As' and select the OBO format, it will fail, but the error message is cut off and it's impossible to know what the problem actually is:
(in this case, it was an ObjectProperty with two 'domain' children. But we couldn't tell which ObjectProperty, nor even that it was an ObjectProperty.)
The text was updated successfully, but these errors were encountered: