-
Notifications
You must be signed in to change notification settings - Fork 236
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
It's possible to add a context menu into CodeArea? #448
Comments
@ThallyssonKlein It looks like your code is correct. However, could you explain why your code isn't working as expected? Is the menu not even showing up? Are you sure the code is even running? |
I could not even execute the code. The Eclipse is tell me that the parameter is wrong. I have analize the imports and sems that there not nothing wrong. See:
|
Strange.... Regardless, can you post a reproducible demo? That might help us track down the issue. |
No, I don't using Gradle . But I'm using Maven. From what I've seen this method does not exist. So I think about the error is happening at pom.xml. Look:
|
WellBehavedFX is listed twice....? And RichTextFX is a much older version that doesn't use the InputMap API in WellBehavedFX 0.3... |
I'm sorry, I don't saw it. I removed the duplicated WellBehavedFX and the issue disappear. So, what's the RichTextFX version that use the InputMap API? |
Thank you for all. |
If this issue is resolved, please close it @ThallyssonKlein. |
(wrong button pressed) |
Hi there. I'm looking for a way to display line numbers on JavaFX TextArea and they pointed me to this library. I have already implemented the CodeArea into my interface, but I discovered a problem. My TextArea had a context menu, but when I tried to add it on CodeArea, did not work. So I would to know if it's possible to do it?
The text was updated successfully, but these errors were encountered: