Tuto WINDEV 25

84 Part 2: The WLanguage basics What is the meaning of "+" and "-" signs in the code editor? The code editor allows you to expand or collapse the WLanguage code. This feature is very useful if your processes use a lot of structured statements (loops, conditions, browses, ...). To collapse a group of lines of code, on the "Display" pane, expand "Collapse" and select "Collapse all" (or press Ctrl + Shift + * (on the numeric keypad)). Only the comments remain visible. Hovering over each comment allows you to view the associated WLanguage code in a tooltip: Press Ctrl + * (on the numeric keypad) to expand the WLanguage entire code. A click performed on the "-" or "+" symbol allows you to collapse or expand the corresponding code section. Is it possible to identify the person who wrote a code line? Press F6 to display information (name and creation/modification date) about each code line. Is it possible to find out the code line number? In the code editor, to enable (or not) the numbering of code lines, on the "Display" pane, in the "Help for edit" group, click "Display line numbers" (shortcut: Ctrl + Shift + G).

RkJQdWJsaXNoZXIy NDQ0OA==