Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.