Book a Demo

Author Topic: EA 14 - double click on elements in project browser  (Read 8401 times)

q2

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
EA 14 - double click on elements in project browser
« on: August 16, 2018, 04:59:01 am »
I have just moved from EA 13.5 to 14 and first not nice feature I have found is that double click on element in project browser do not open "Properties Dialog". In fact behavior is difficult to understand. Even more there is no such option in context menu (rmb) - instead I see only different "Properties" dialog. After some investigations I have found that I can open "Properties Dialog" by ALT + ENTER.

Maybe this change is intentional but in all previous versions double click open "Properties Dialog"...

Is it possible to set double click action in project browser to old behavior?

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: EA 14 - double click on elements in project browser
« Reply #1 on: August 16, 2018, 06:41:05 am »
If there is a way to change it so double click opens the properties dialogue I haven't found it yet
The other approach I've found from the project browser is to use the context menu properties>special action
However in a diagram if you double click on the element it opens the properties dialog.
Kind of inconsistent which is never a good user experience.

I've also found out when creating attributes on elements the new features & properties window doesn't have access to notes for the attributes or operations. So you need to enable the notes window. Start|properties|notes

Alternatively if you prefer the old attributes/operations dialog you need to change the visual styles
Start | View | Visual style | Prefer Property Dialogs
Happy to help
:)

q2

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: EA 14 - double click on elements in project browser
« Reply #2 on: August 16, 2018, 05:53:21 pm »
Thanks a lot Sunshine for explanations.

Nevertheless in EA 14 build 1423 there is no option Start | View | Visual style | Prefer Property Dialogs (but in help it is!)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: EA 14 - double click on elements in project browser
« Reply #3 on: August 16, 2018, 06:19:27 pm »
Hello,

You can override EA's default double-click functionality in an Add-In, specifically by responding to the context item events.
There is some confusion in the naming of these operations (they aren't triggered for double-clicks alone), so you need to play around with them a bit to see exactly how they work.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: EA 14 - double click on elements in project browser
« Reply #4 on: August 17, 2018, 11:28:01 am »
Thanks a lot Sunshine for explanations.

Nevertheless in EA 14 build 1423 there is no option Start | View | Visual style | Prefer Property Dialogs (but in help it is!)
Your right its in build 1425 aka V14.1 beta
Happy to help
:)

z.kadlec

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: EA 14 - double click on elements in project browser
« Reply #5 on: September 21, 2018, 07:29:36 pm »
Hi, I'm not sure the add-in will be the solution. My add-in is not reacting on the doubleclick on the element/package in ProjectBrowser in EA14, but in EA12/EA13 it does.
« Last Edit: September 21, 2018, 07:34:34 pm by z.kadlec »