CodeEditApp/CodeEdit

👀 Extension Architecture / API

Open

#76 aperta il 19 mar 2022

Vedi su GitHub
 (9 commenti) (4 reazioni) (0 assegnatari)Swift (1165 fork)batch import
PRIORITYclarification neededenhancementextensionshelp wanted

Metriche repository

Star
 (22.856 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Overview

Support for extensions is planned for a future release of CodeEdit. The extension system will provide similar capabilities to that of other editors.

Contributing

If you wish to contribute to building the CodeEdit extension architecture, please see the tasks below and review the relevant parts of the API documentation repository. This documentation should be used as the guide for development.

PLEASE NOTE THE DOCUMENTATION IS STILL WORK IN PROGRESS. TASKS AND THEIR RELATED GITHUB ISSUES WILL BE UPDATED AS THE RELEVANT DOCUMENTATION IS COMPLETED.

Each API feature functionality first needs to be built into CodeEdit so that it can be used internally by the application and then later exposed to extensions through the API.

Tasks

  • CodeEditApp/CodeEdit#180
  • CodeEditApp/CodeEdit#183
  • CodeEditApp/CodeEdit#167
  • CodeEditApp/CodeEditTextView#32
  • CodeEditApp/CodeEdit#391
  • CodeEditApp/CodeEdit#222
  • CodeEditApp/CodeEdit#220
  • CodeEditApp/CodeEditTextView#40
  • CodeEditApp/CodeEdit#224
  • CodeEditApp/CodeEdit#262
  • CodeEditApp/CodeEdit#392
  • Data Storage
  • Display Notifications
  • Themes
  • Custom UI support with React Components
  • Extension Debug Console
  • CodeEditApp/CodeEdit#107

References

Guida contributor