jadx/jadx-gui
Iscle 23e643c686
fix(gui): attempt to resolve field rename issues with shortcut (#1440)(PR#2075)
This is an attempt to fix the issues that sometimes arise when renaming functions or variables using the "n" shortcut as stated in issue #1440.

The reasoning behind the change: The instance creation of the RenameDialog was somehow affecting the UI thread and not allowing for the key release event to be dispatched. By running everything inside the invokeLater block, this might get fixed as it will execute after all previous tasks are finished.
We now also only show the dialog after EVERYTHING is set up, not before.
2024-01-05 21:42:06 +03:00
..
libs feat: mapping-io import support (#1531)(PR #1532) 2023-04-20 19:01:38 +03:00
src fix(gui): attempt to resolve field rename issues with shortcut (#1440)(PR#2075) 2024-01-05 21:42:06 +03:00
build.gradle.kts chore: update dependencies 2023-12-21 19:00:33 +00:00