mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch
'origin/GP-5898_dev747368_faster_jythonplugin_startup' (#7887)
This commit is contained in:
commit
e01d4b3710
1 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue