Construct 3 r321

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Stellar update !

    Regarding "Properties Bar: suggest string instance variable property values (similar to expression autocomplete)"

    It would be amazing if we could right click an element in the list of suggested values to open a context menu

    - Right click > Replace Value : it would allow to modify the string of the selected value (pop up menu ? or maybe it would be better and faster if the selected value cell would turn into a text input field with the value already blue-highlighted/selected)

    => It would replace the previous value with the new value everywhere it was used : both in all instance properties + in all places in eventsheet where this string value was used for this variable

    It would enhance the enum emulation aspect of this feature :)

    Later this right click context menu could be useful for other things such as :

    - Right Click > Select all instances with this string value

    - Right Click > Find all references of this string value