Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 893 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 893 Bytes

GeneXus Next IDE Plugin Sample

This repository provides a sample project that demonstrates how to build plugins for the GeneXus Next IDE. The project is organized into two main sections: backend and frontend.

The backend is responsible for handling business logic and service layer interactions. It defines the objects, parts, and controllers that support the plugin's functionality.

The frontend defines the contributions to the IDE. These contributions include new user interface components, dialogs, editors, commands, etc.

Getting Started

To begin, clone this repository and follow the setup instructions for both the backend and frontend.

  1. See the requirements for Frontend.

  2. See the requirements for Backend.

License

This project is licensed under the Apache License 2.0.