diff --git a/docs/Extensions/develop-components.md b/docs/Extensions/develop-components.md index 893205b4eced29..72a3641252eb43 100644 --- a/docs/Extensions/develop-components.md +++ b/docs/Extensions/develop-components.md @@ -188,14 +188,18 @@ Select **Edit...** item is available when you right-click on the component name ![edit-component](../assets/en/Project/Edit-component.png) -When you select it, a dedicated tab is added (or highlighted if already added) in the Explorer. In this tab, the component code is editable in the following pages: +When you select it, a dedicated tab is added (or highlighted if already added) in the Explorer. In this tab, the following standard pages are available and give access to the component contents: ![tab-component](../assets/en/Project/tab-component.png) +- Home, including folders, methods, classes and (preview only) forms - Project Methods - Database Methods ([On Web Connection](../commands-legacy/on-web-connection-database-method.md), [On Web Authentication](../commands-legacy/on-web-authentication-database-method.md), [On Host Database Event](../commands-legacy/on-host-database-event-database-method.md)) - Classes - Project Form Methods +- Commands and Constants +- Plug-ins +- Trash ![tab-component](../assets/en/Project/tab-component.gif) @@ -203,7 +207,8 @@ When you select it, a dedicated tab is added (or highlighted if already added) i Standard 4D IDE features are available for the component. You can execute the following actions: - add, duplicate, delete, edit/save [methods and classes](../Project/code-overview.md) - preview code, show/edit [documentation](../Project/documentation.md), display/edit [method properties](../Project/code-overview.md#project-method-properties), -- run methods. +- run methods, +- restore from trash or empty trash. diff --git a/docs/assets/en/Project/tab-component.png b/docs/assets/en/Project/tab-component.png index f1f37d41590038..87f2377dd62822 100644 Binary files a/docs/assets/en/Project/tab-component.png and b/docs/assets/en/Project/tab-component.png differ