feat(gui): A a tree structure usage search information - JTree Render#2503
Merged
skylot merged 7 commits intoskylot:masterfrom May 22, 2025
Merged
feat(gui): A a tree structure usage search information - JTree Render#2503skylot merged 7 commits intoskylot:masterfrom
skylot merged 7 commits intoskylot:masterfrom
Conversation
…nteractive experience
skylot
approved these changes
May 22, 2025
Owner
|
@17307 great work! Thank you 👍 Although, I notice that you hardcoded highlighting color, so text become unreadable in dark themes. It is better to use (or mix in) color from current editor theme, check DynamicCodeAreaTheme class for some hints, like detecting dark theme and getting color from theme ( To check all current colors (will open FlatLaf UI Inspector window):
Added in jadx by this code: jadx/jadx-gui/src/main/java/jadx/gui/ui/MainWindow.java Lines 1507 to 1510 in aee1e86 |
Merged
Owner
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.
I tried your suggestion and replaced the list with a Jtree. The effect feels really good. Now there is more space to display the data.
The highlighted part represents the currently selected level.