Filter options for errors panel#2464
Merged
Merged
Conversation
Collaborator
|
Collaborator
|
Seems pretty good! I made a small tweak to the combo box size so it matches the others (ie: platform and config selector on the lower right) |
Contributor
Author
|
Ah, good catch. They did match at some point, but I had changed the toolbar height kind of last minute |
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 has been on my wishlist for ages, and I finally found some time to make it happen.
This PR adds several filter options to the errors panel that you usually find in other IDEs.
The following filter options were added:
These buttons also show how many errors and warnings the entire workspace has, as well as how many match the current filter settings.
Images:
Here are some images:

Only show errors:

Text search:

Error code search:

Open Questions:
SearchEditWidget: It has a hard-coded content shift to make space for the search icon. However the icon is rendered "manually" inPropertiesDialog.DrawAll:Beef/IDE/src/ui/PropertiesDialog.bf
Lines 2116 to 2119 in 8aeb860
Draw-Method forSearchEditWidgetand render the icon in there?Beef/IDE/src/ui/ErrorsPanel.bf
Lines 361 to 376 in 8aeb860