snakecharm icon indicating copy to clipboard operation
snakecharm copied to clipboard

SlowOperations workaround in SmkFrameworkSettingsPanel

Open iromeo opened this issue 4 months ago • 0 comments

The panel is created from ETD and shown in a modal dialogue. It also should show all PythonSDKs. Current API doesn't allow to precompute list of SDKs before panel creation. We cannot get a list of SDKs in the BG thread because Application.invokeLater() calls it only after the settings dialogue has been closed.

Same error exists in PyCharm for list of SDKs, see https://ea.jetbrains.com/browser/ea_reports/33476334

iromeo avatar Oct 10 '24 14:10 iromeo