T O P I C R E V I E W |
jzq740176597 |
Posted - May 26 2013 : 11:41:56 PM Like the title saying, VAOutline should may Let's distinguish function Implementation and declare.
In VAOutline:
The Cpp. file
we cann't distinguish which is just a declare single line between the function has real code.
May append a {...} after the function-name.^_^
Regards. |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - May 30 2013 : 11:34:30 AM I have put in an enhancement request for a marked difference between the two:
case=74606 |
jzq740176597 |
Posted - May 28 2013 : 8:02:20 PM I have observed that tiny difference. But it;s not very obvious.And Hard to distinguish it ,really.
So I still hope you team can do more better.Let us can more easily distinguish the declare and Impmentation.
May to Append "{...}" to Imp is a method.But you team may has better solution.
Regards! |
accord |
Posted - May 28 2013 : 09:54:33 AM At the function declaration, there is a closing ";" while at the implementation there is no ";" suggesting that the whole part is not displayed. Does it make sense? |