I have integrated the jacinth editor in my swing app and it is working fine except for:
1. When I hit the "Enter" button, nothing happens (a new parameter tag should be inserted).
2. CTRL-V Key does not paste the clipboard, but when I use the Paste button it works!
When debugging I see that The correct actions are performed in both cases!
When I run the demo app the key bindings work fine.
As I'm clueless at the moment, I hope somebody could give me a hint.
-Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've managed to isolate the problem a little further, it only happens when more than one HTMLEditor is present.
If only one instance is created, it all works fine, but when multiple instances of net.sf.jacinth.HTMLEditor are created, something goes wrong with the action handling.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have integrated the jacinth editor in my swing app and it is working fine except for:
1. When I hit the "Enter" button, nothing happens (a new parameter tag should be inserted).
2. CTRL-V Key does not paste the clipboard, but when I use the Paste button it works!
When debugging I see that The correct actions are performed in both cases!
When I run the demo app the key bindings work fine.
As I'm clueless at the moment, I hope somebody could give me a hint.
-Edwin
I've managed to isolate the problem a little further, it only happens when more than one HTMLEditor is present.
If only one instance is created, it all works fine, but when multiple instances of net.sf.jacinth.HTMLEditor are created, something goes wrong with the action handling.
Key binding problem is fixed now