mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3924 Added askValues() method to GhidraScript. Allows users to enter
multiple values with one dialog.
This commit is contained in:
parent
87bd074603
commit
e71d5f8faf
45 changed files with 4856 additions and 235 deletions
|
@ -33,8 +33,7 @@ public class ReloadSleighLanguage extends GhidraScript {
|
|||
language.reloadLanguage(monitor);
|
||||
}
|
||||
catch (IOException e) {
|
||||
Msg.showError(this, this.state.getParamPanel(), "Reload Sleigh Language Failed",
|
||||
e.getMessage());
|
||||
Msg.showError(this, null, "Reload Sleigh Language Failed", e.getMessage());
|
||||
return;
|
||||
}
|
||||
currentProgram.setLanguage(language, null, true, monitor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue