|
|
|
|
|
- Overview
- How to?
- Implementing code window recycling
- Use multiple code windows for the same element
- Notes
- Global procedures, classes, etc.
- 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:
Remark: To view code windows side by side, you can use the "Undock active view" option and move the various code views:
Global procedures, classes, etc. When selecting an Procedure or a method in the "Project Explorer" pane, the "Edit code in new window" option in the Context menu opens a new code window for displaying global Procedure s (whether the "Reuse same code window" option is checked or not).. 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 for the same element (button code, control code, etc.) is requested several times, the corresponding code window is reactivated.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|