-
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
Editor improvement suggestions #1262
Comments
Hi, Since you have two suggestions let me split up my thoughts: shift + return
On my machine (ubuntu 24.04, protege 5.65):
@RachelPun Does that not work for you? Does that suffice your needs? Or would you want bulk edit
I don't think there's a possibility to enter multiple expressions at a time, but I feel the pain. I'm not sure how an implementation could look like. Let's take the mentioned subclass editor as a basis: Each new line adds one more subclass. So I guess my proposal would be to add Note: I have no idea how many editors would be affected by this change. Also I don't know how easy it is to get such a functionality into the expression editor with it's syntax highlighting/auto-completion feature. Since this would greatly help me I would look into implementing this feature. |
Protégé maintainer here. I personally don’t think I would have a use for such a feature, but if you do and are willing to give a go at implementing it, by all means do it. :) I’ll review and test your PR, if it works and doesn’t break anything, I will have no objection to merging it. |
I would rather suggest |
Hi,
It seems in the class expression editor, unlike the editor for bulk adding subclasses or subproperties, it's impossible to write multiple expressions at a time, is that right? Could you add this functionality? I think it can be quite helpful.
On top of that, allowing (shift +) enter/return (to do line break and) to confirm the entry rather than having to use the GUI button, would be great.
Thank you!
The text was updated successfully, but these errors were encountered: