Hi Guido,
On 06 Jun 2014, at 13:32, coccoinomane coccoinomane@gmail.com wrote:
Say that I am editing a C/C++ file, with plenty of nested loops and "if" conditions. Is there a command to show an outline of these scopes and at which level the caret is in such hierarchy? For example, if the caret is inside this nested loop:
I’m using "Edit > Select > Current Scope" or "Edit > Select > Enclosing Typing Pairs” to come up with a selection. You can also execute them more than once to go one level up.
Cheers, Hans