xMRi
Tomato Guru
Germany
315 Posts |
Posted - Mar 19 2004 : 02:27:55 AM
|
A small silly function:
void Test() { if (1<4) return 4; else return 3; }
If the caret is at the start of a line, the methode box in the navigation bar shows Test as context. If set the caret on the keyword if or return or between the if and the open pharentesis no context is shown.
Would be a goodd idea to always show the function scope in this case.
Martin |
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming |
|