IntelFsp2Pkg: Add search function for Config Editor
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3482 This patch adds a search function in the Config Editor GUI at the top right corner. Once users key in the words to search, it will look for the option containing the string in the same page and display it. It also includes a README for this function. Cc: Maurice Ma <maurice.ma@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
be282b1493
commit
cac83b6f3b
@@ -40,6 +40,10 @@ This option generates a new configuration delta file for the newly changed value
|
||||
## 8. Save Full Config Data to Delta File
|
||||
This option saves all the changed configuration values into a Delta file.
|
||||
|
||||
## 9. Search feature
|
||||
This feature helps the user to easily find any configuration item they are looking for in ConfigEditor.
|
||||
A text search box is available on the Top Right Corner of ConfigEditor. To use this feature the user should type the name or a key word of the item they want to search in the text box and then click on the "Search" button. This will display all the items which contains that particular word searched by the user.
|
||||
|
||||
## Running Configuration Editor:
|
||||
|
||||
**python ConfigEditor.py**
|
||||
|
Reference in New Issue
Block a user