Book a Demo

Author Topic: EA_ContextItemDoubleClicked and properties dialog  (Read 3078 times)

McMannus

  • EA User
  • **
  • Posts: 108
  • Karma: +4/-1
    • View Profile
EA_ContextItemDoubleClicked and properties dialog
« on: July 20, 2015, 10:22:36 pm »
I encountered a problem during the implementation of the EA_ContextItemDoubleClicked event in EA 12.0.1214.

When it is implemented, its behavior is overriding right-clicking the element in the project browser and clicking on "Properties...", while Alt+Enter works as expected. The documentation only says that hitting Enter or double-clicking the element yields the event.

Is this intended or worth a bug report?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA_ContextItemDoubleClicked and properties dia
« Reply #1 on: July 21, 2015, 08:10:00 am »
It was expected/wanted by at least some vocal add-in developers and I wouldn't expect the behavior to be changed now.

Of course, the documentation should be changed.