This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to see structure elements while editing

Hi,

I know that µVision support that a user can see the attributes from any userdefined structure in da dropdown-menu. For example:

typedef struct counter
{
  INT32U MAXALLOWEDVALUE;
  INT32U CURRENTVALUE;

}COUNTER;

COUNTER C1;

When i'm editing and use

int main(void)
{
  C1.
}


i want to see on the right side the attributes in a dropdown-menu. Which option i have to activate?

Parents
  • okay i'm shure there is no dropdown available. But would be a very nice feature. I'm working a lot of time with eclipse or VisualStudio and i miss this feature in µVision.
    I don't known how this feature is called, i calle it dropdown and i would be very happy when in the next version the feature would be added.

Reply
  • okay i'm shure there is no dropdown available. But would be a very nice feature. I'm working a lot of time with eclipse or VisualStudio and i miss this feature in µVision.
    I don't known how this feature is called, i calle it dropdown and i would be very happy when in the next version the feature would be added.

Children