Merge remote-tracking branch

'origin/GP-5898_dev747368_faster_jythonplugin_startup' (#7887)
This commit is contained in:
Ryan Kurtz 2025-08-05 12:43:59 -04:00
commit e01d4b3710

View file

@ -128,8 +128,10 @@ public class JythonPlugin extends ProgramPlugin
console = console =
getTool().getService(InterpreterPanelService.class).createInterpreterPanel(this, false); getTool().getService(InterpreterPanelService.class).createInterpreterPanel(this, false);
console.addFirstActivationCallback(() -> {
welcome(); welcome();
console.addFirstActivationCallback(() -> resetInterpreter()); resetInterpreter();
});
createActions(); createActions();
} }