-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Click to Jump feature in the basic tag info #53
Added Click to Jump feature in the basic tag info #53
Conversation
Hello, thanks for trying this pr. Indeed there seems to be a rendering issue for the first display. I'll try to find a workaround for it. My plan was to mimic the previous style but java supports only a subset of html/css which makes the job harder. Adding the links to the previous JTable requires hacks to know if a hyperlink is clicked because the HyperLinkEvent does not exist in this case. But I agree it should look like it was before. I have an idea to achieve that so I'll mark this PR WIP ;) |
Hi, I just updated this PR to match the previous style. Let me know what do you think! |
This looks cool! Would be nice to have this feature merged 👍 |
@jindrapetrik Any update on this? |
Same question, any update? |
Personally I don't like mixing the current "native" Java UI with HTML things, this is why I did not merge it. |
Hi, sorry for answering too late. For the mixing native/html: I think this new approach is better as user can select text in this table, in the previous JTable, it was not enabled/available. On the other hand, JTable had sortable columns, but I don't think anybody would want to sort columns in taginfo table. The table can have a little different look than other JTables, but it's worth it because of the links possibility. I will appreciate an enhancement:
Is it possible to update it? (Do you still work with FFDec?) +Do not forget to remove System.out.println(result); from TagInfoPanel |
Thanks for your feedback! I'll update it soon and yes I'm still using it ;) |
I have switched pull request target branch, it should be dev branch instead of master branch. I hope it didn't break anything for you... |
31dd576
to
dd91e3b
Compare
dd91e3b
to
57725f8
Compare
I updated it, let me know if something is wrong.. |
Looks okay to me. |
Hello,
Here is a useful feature when quickly browsing a SWF file
I had to convert the TagInfoPanel into a JEditorPane to support html and HyperlinkListener