andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

API wish, dlg_custom #424

Closed Alexey-T closed 7 years ago

Alexey-T commented 7 years ago

i just suggest this API. API from CudaText. maybe it helps to Enki.

Its docs is here- function dlg_custom http://wiki.freepascal.org/CudaText_API#dlg_custom

then Enki can make dialogs.

bjones1 commented 7 years ago

Given that Enki uses PyQt, I would think the standard dialogs coupled with the ability to create custom dialog in .ui files would be sufficient -- this is already is quite a bit of the Enki plugins codebase.