Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Toolbar buttons and property testers
  • From: "Amin, Deep" <deep.amin@xxxxxxxxx>
  • Date: Wed, 15 Sep 2021 10:04:50 +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; bh=4qbTjjKwv+DJO3ca/nfwIZItliGlsZQYuJU9xMJFOdg=; b=dkxFi9sASJv7PHx4Bx7UcE2Lb+XTOazO7KTUlVQuGbXczweo9UmzvdIx1RwF0A4vW1qxwfDj5L2ZPmRaFre04t+F8rw62YU8uBHlmWhCzJIXiaXnlq8TN2BY+XzD4Iu7IHEpx2aeMEwRBf5QGA1GlsN1LEh/s/DEKUpCVf/f0AtciMEmPWwWmMiV6nfLf6ejBQiUutFgxfXSANYmhzFL5WGBmCRpXbnSNrAU5GDfLtfjfg2WDjHiWeKOyabb/+rOMpirQt2QPaCd5Aktif8g7v6nQ9Pn19mQuczytJH4gGlmWCgR3H78DD5QOMnT3abA742brw0+811vbmtqTInm9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cnC14eSTBdOb/HwBpVTwq20p4QevbHbgC87sAljRJOr3tqyZZq9wm4Vmg8/YMgoRK9RlEP8EERHRexYtjMs41Lqxer6xF60pMO/S4jJN/7kjboyBM5GboaJ8oJFzpNXf87B0/aR2xPcs6TWDnwoz/XsmPyObabm5eFJLrypIu36VSAjxGDSwEHhTbp15k7vNKaf2H08nSUPaP5CPh9yoDFBnpEO/njLGy8Yu0/JsqgaxJxefMgB6AsmobxmaAsAnE0YAQkrVem/1hnjb1qDj/GbcBvXZ0GW0AyrQ1VgiFWrTCCRFfYxFI9k+y8JRnQceaaeuTxRP1nTz+36k9eY58Q==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • Dlp-product: dlpe-windows
  • Dlp-reaction: no-action
  • Dlp-version: 11.6.200.16
  • 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: AdeqGK9Dpa6D3N1IRY6DM0+chdIRHg==
  • Thread-topic: Toolbar buttons and property testers

Hi all,

I have added one toolbar button right after step group buttons and using property tester to update its enablement state. It seems to be working fine with the selection in Debug view (using withVariable debugContext), however I want it to change the state like the way resume/suspend buttons do. Even when the selection doesn’t change if the resume is pressed, the suspend button is enabled and resume is disabled and vice versa. Can somebody point me to the location where this is happening? Or any pointers on which variable to use in plugin xml for this kind of functionality?

 

Regards,
Deep

 

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