| Summary: | [GEF4 - FX] Support for KEY_TYPED events in FXTypeTool | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Camille Letavernier <cletavernier> |
| Component: | GEF FX | Assignee: | Matthias Wienand <matthias.wienand> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Camille Letavernier
Thank you for your feedback, support for KEY_TYPED events needs to be added. I will try to implement this on the neon branch as soon as possible, so that it will be published with the first milestone release for neon. I added support for KEY_TYPED events: - A new callback method within AbstractFXOnTypePolicy processes such events. - The FXTypeTool opens/closes a transaction for KEY_TYPED events if they happen outside of a press/release gesture, otherwise, the same transaction is used. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 3.11.0M2. However, I am unsure if this implementation is sufficient, especially regarding the execution transaction. If you encounter any problems, feel free to reopen this ticket. |