Dexed plugin

Basile B. b2.temp at gmx.com
Wed Feb 26 14:36:03 UTC 2020


On Wednesday, 26 February 2020 at 04:57:22 UTC, User wrote:
> Does Dexed have plugin interface (Load custum feautures with 
> DLL)

No. It used to have a very simple one at the beginning, so in 
2014, but was quickly removed. The signals system and 
subjects/observers defined in the IDE interfaces are actually 
very simple so you could not do much anyway.

To be concrete the plugin API would expose that:

https://gitlab.com/basile.b/dexed/-/blob/master/src/u_interfaces.pas


More information about the Digitalmars-d-ide mailing list