Code Explorer Variable List - more info?

Post your requests and ideas on the future development of mikroBasic for dsPIC30/33 and PIC24.
Post Reply
Author
Message
Francis
Posts: 135
Joined: 08 Feb 2007 22:26

Code Explorer Variable List - more info?

#1 Post by Francis » 15 Mar 2007 21:18

In the already excellent Code Explorer Window, would it be possible to have a little more info for the variables?
For example, where the list of variables is shown, would it be possible to show the variable type/size next to it.
  • --Variables
    |-- MyVariable
    |-- Radius
    |-- length
    |-- ADCValues
could be:
  • --Variables
    |-- MyVariable - (Byte)
    |-- Radius - (Word)
    |-- length - (Byte)
    |-- ADCValues - (Byte Array[10])
or maybe done on a Mouseover?
Just a thought as it a pain going back to the declarations if you've forgotten a variable type.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Code Explorer Variable List - more info?

#2 Post by zristic » 16 Mar 2007 09:26

Yes, we can add that, no problem.
In the meantime you can use CTRL+SPACE in editor to see the info you need.

Francis
Posts: 135
Joined: 08 Feb 2007 22:26

#3 Post by Francis » 16 Mar 2007 09:58

Thanks. I didn't know that.

Post Reply

Return to “mikroBasic for dsPIC30/33 and PIC24 Wish List”