-
Notifications
You must be signed in to change notification settings - Fork 8
User interface improvements #10
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
base: master
Are you sure you want to change the base?
Conversation
…irst entries along with a link to details for more
…l a link to details again
|
Hi palant, thank you for creating the changes. For this version, my experience is as follows:
Requests:
@janodvarko, can you review and reply the pull req? |
|
Ah, I totally missed the pull, I'll take a look at that ASAP @palant Thanks for the patch! Honza |
|
A correct, I can see the submenu in Home (and others) tab, just does not in Roots (and Path) tab. |
|
@janodvarko Any news? |
|
The fixes in the patch looks good. I am just worried that the patch needs more work before being applied (or split into more patches)
I don't know if @palant is still interested in finishing this (give how long time ago this has been done, my fault I know). In any case, my feedback is positive and it would be great to have this done and merged. @palant ? Cheers, |
|
Frankly, I've given up on ccdump a long time ago 😞. Never managed to get the performance I needed, so rather writing custom scripts to analyze dumps when I need to. Sorry - no, I'm no longer interested in spending time on this. |
|
I see, no problem, thanks for the reply! Honza |
There is a bunch of unrelated minor changes here: fixed various JavaScript strict warnings (in at least one case the warning actually indicated a bug), added a Python script for use with Extension Auto-Installer (yes, yet another build environment), fixed Roots tab being permanent (inconsistent). The main change here is a different table view based on SlickGrid however. Why I did this:
The implementation is somewhat hacky, I also didn't bother removing code that is no longer used. The grid doesn't adapt to the window being resized (shouldn't be hard to change). Most importantly however, the changes aren't complete: the Details view needs to be improved next. I think that it should be possible to open multiple Details tabs, one for each object. Tab title should be something like "Details (0x12345678)" then. And it also needs to present the information better: the regular fields should be followed by two table views displaying edges and owners. So you will see all the edges and owners at one glance.
I would like to get your feedback on these changes before I proceed.