wxGUI: Finding unavailable toolboxes in the search tab#7403
Open
gureckyfrantisek wants to merge 8 commits into
Open
wxGUI: Finding unavailable toolboxes in the search tab#7403gureckyfrantisek wants to merge 8 commits into
gureckyfrantisek wants to merge 8 commits into
Conversation
landam
reviewed
May 18, 2026
| # d.* Display tools are called from the map display, not the module menu. | ||
| # g.* Internal tools that are not meant for the user to use. | ||
| excluded_list=$(cat <<'EOF' | ||
| d.background |
Member
There was a problem hiding this comment.
Ignore all display commands using the d.* prefix?
Member
Author
|
The toolboxes that I didn't know where to put I categorized under Other as @wenzeslaus commented on the issue: #7395 (comment). I might just need some help with which tools to ignore and how to organize the toolboxes. So m.measure is now searchable aswell. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR presents a script to check for toolboxes that have code in the folder named after them but aren't searchable i.e. don't have an entry in gui\wxpython\xml\toolboxes.xml.
Using the script I found the missing toolboxes (including t.rast.algebra #7395) and added them to the xml file.