-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Term completes then isn't accepted in class expression box #1217
Comments
"Earth's Moon" is an instance. Try it in a value restriction. c value 'Earth |
I think the problem is in OWLEntityFinderImpl: for OWLClasses the escape characters are preprocessed, whereas for all other entities they are not: protege/protege-editor-owl/src/main/java/org/protege/editor/owl/model/find/OWLEntityFinderImpl.java Line 60 in 3e9879b
protege/protege-editor-owl/src/main/java/org/protege/editor/owl/model/find/OWLEntityFinderImpl.java Line 100 in 3e9879b
The fix should be easy. |
Process escape characters when searching for entities, fix #1217
I have a term "Earth's Moon". When completing it completes as 'Earth's Moon', which it then red-underlines and won't accept.
The text was updated successfully, but these errors were encountered: