Open xulman opened 4 years ago
The first part of this issue is solved.
The TextEditor window is written in AWT like the rest of the GUI of FIJI and ImageJ, the the GUI of this plugin is written in JavaFX, the code to open the window was called in the JavaFX thread causing the program to freeze.
The TextEditor code is now called in the AWT thread which fixed the issue for mac users.