mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +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 =
|
||||
getTool().getService(InterpreterPanelService.class).createInterpreterPanel(this, false);
|
||||
welcome();
|
||||
console.addFirstActivationCallback(() -> resetInterpreter());
|
||||
console.addFirstActivationCallback(() -> {
|
||||
welcome();
|
||||
resetInterpreter();
|
||||
});
|
||||
createActions();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue