Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Improvement on Memory Search Result Page

Hi Lisa-Marie,

Thank you for raising this - I just spent a few minutes experimenting with this and certainly the current design is not great if they are in the same tab group, which is the default perspective layout!

Please do submit a PR for this.

Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Wed, 16 Aug 2023 at 11:26, Saru, Lisa-Marie via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:

Hello,

 

I am writing regarding a potential improvement for the Memory Search Result Page https://github.com/eclipse-cdt/cdt/blob/main/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/MemorySearchResultsPage.java#L52).

 

In the current behavior, the Memory Browser and Memory views will jump to the memory address after a user selects a value from the Memory Search Result list. However, if the views belong to the same tab group as the Search view, then it might not be very intuitive for the user to switch back to one of the Memory views and see the effect of the selection.

 

My proposal would be to add on the memory address selection event (from the Search view) the possibility to refocus on the Memory Browser/ Memory view.

 

I would be interested in creating a PR for this improvement if it proves to be a good idea.

 

Kind regards,

Lisa-Marie Saru

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top