About Matching Conditional Statements
Home Page (Text Editor) | Overview | How Do I ... Topics | FAQ | Reference
Source code is often grouped between compiler preprocessor statements. The Text editor will allow you to move from inside a conditional statement to the enclosing preprocessor statement. For example, ConditionalUp will move the cursor to the enclosing #if, #ifdef, #else, #elif; while ConditionalDown will move the cursor to the enclosing #else, #elif, #endif. If the cursor is positioned on a preprocessor statement, it is considered to be in the next conditional block while moving down, and in the previous conditional block while moving up.