Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.