AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Editores / Editor de código
  • 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.)
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Overview
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.
How to?

Implementing code window recycling

To recycle the code windows of a WINDEV or WEBDEV file (window, report, etc.):
  1. Open the code of the desired element.
  2. On the "Vista" tab, in the "Ayuda edición" group, check "Reutilizar misma ventana de código".

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.):
  1. Open the code of the desired element.
  2. On the "Vista" tab, in the "Ayuda edición" group, uncheck "Reutilizar misma ventana de código".
When there are multiple code windows open for the same element (for example, one code window open for each button in the window):
  1. A specific icon appears in the tab:
  2. 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:
Notes

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 "Reutilizar misma ventana de código" 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.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/05/2024

Señalar un error o enviar una sugerencia | Ayuda local