Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Improvement on Memory Search Result Page
  • From: "Saru, Lisa-Marie" <lisa-marie.saru@xxxxxxxxx>
  • Date: Wed, 16 Aug 2023 15:25:43 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=q4DVHzO79ttEJCMduE802tBu0XNXIiRqbnhbYMqNFxY=; b=ASXlbr0xIXOIWJAyPeBKBoYl/IAeUSFlbBp+8IqrS1kL4W9NCtv/GA2CW1BNRwTkIxjlzmW6XMEvuWhPf9+kxk9TyjSqrMbK+gvRyE7upzLRScdKbt2mrdulqMNeHWeALwV4FZZWNBTLN2CuhQb58a84Pm/oG+nVb+Xhokt/jXKzJqxFEffTRNkvrlALLMDNmW4DTXBIh4kmSUz8tJ29dBz9r7qATpJP5QMitAAid8RRR8mZWRcRfm4jYgxrNqqHuWnczi7NCNi6rr2Dh42LVICJ+Ozdj13gcqoKIZsXDKLVPx4OSQ+YZxgyn3ktZELexlHu7zQXJCo65PhBdCV0QA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=guFuERV+3LjHWFe3CLvRfDGazN8jGBd3566hY5YHnngKMOo9TwvtoBYsKQFcu7Sx3SwbLteceiueXJfW3UXzPoDJ83SlvtFs/JH3UWQvBbCjGEd9hZfL0EtO92PWOOejoPtuz3AQ1j/nym06HLq7FOezNxl3DBa9Qkigl5Z41o+ugQSlRNeAWtTO2X8GNzzDa/kz0+pWIAANVrH8essZRsPywXfaYp/hkCJA5otQenM027zA2uq76khiJBKlEhzdTlxcNAvY7iHLF9U8TQhhcmnkwVV0yHvkGUugGa0zMcKB5ChVD1eITonmBdGdz8vQok1i7PbpRgABqkxy9VacYg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdnQTMj8z3pC8B0nQhOwlaZM1YIs0Q==
  • Thread-topic: Improvement on Memory Search Result Page

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


Back to the top