mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Fixed tools unable to restore Console location information
This commit is contained in:
parent
0792417979
commit
7b5b1fb542
5 changed files with 52 additions and 27 deletions
|
@ -756,9 +756,14 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext
|
|||
}
|
||||
|
||||
/**
|
||||
* Register a name and/or owner change to a provider so that old tools can restore those provider windows
|
||||
* to their old position and size. Note you must supply all four arguments. If the name or owner did not
|
||||
* change, use the name or owner that did not change for both the old and new values.
|
||||
* Register a name and/or owner change to a provider so that old tools can restore those
|
||||
* provider windows to their old position and size. Note you must supply all four
|
||||
* arguments. If the name or owner did not change, use the name or owner that did not change
|
||||
* for both the old and new values.
|
||||
*
|
||||
* <p>Note: when you make use of this method, please signal when it is safe to remove
|
||||
* its usage.
|
||||
*
|
||||
* @param oldName the old name of the provider.
|
||||
* @param oldOwner the old owner of the provider.
|
||||
* @param newName the new name of the provider. If the name did not change, use the old name here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue