|
|
|
|
|
- Overview
- How to?
- Implementing code window recycling
- Use multiple code windows for the same element
- Notes
- Global procedures, classes and other elements.
- Using several code windows for the same WINDEV/WINDEV Mobile/WEBDEV element (window, report, etc.)
By default, a single code window is opened for each open element in the editor For example, a code window displays the code of a button used in a window. When you try to open the code of another element from this window, the same code window will be used. This is called code window recycling (default mode). To display the code of multiple objects in multiple windows, simply disable the code window recycling feature. Implementing code window recycling To recycle the code windows of a WINDEV or WEBDEV file (window, report, etc.): - Open the code of the desired element.
- On the "Display" tab, in the "Editing help" group, check "Reuse same code window".
Use multiple code windows for the same element By default, code window recycling is used. A single code window is displayed for each element (window, page, etc.). To display multiple code windows for a WINDEV, WINDEV Mobile or WEBDEV element (window, report, etc.): - Open the code of the desired element.
- On the "Display" tab, in the "Editing help" group, uncheck "Reuse same code window".
When there are multiple code windows open for the same element (for example, one code window open for each button in the window): - A specific icon appears in the tab:
- You can click this icon to access the different code windows:
Note: To view code windows side by side, you can use the "Undock active view" option and move the different code views:
Global procedures, classes and other elements. When a procedure or method is selected in the "Project explorer" pane, the "Edit code in a new window" option in the context menu opens a new code window for viewing global procedures (whether or not the "Reuse same code window" option is checked). You can then change the displayed code view and/or detach it by clicking the  icon. Using several code windows for the same WINDEV/WINDEV Mobile/WEBDEV element (window, report, etc.) If the code of the same element (button code, control code, etc.) is requested several times, the corresponding code window is re-enabled
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|