1
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Camille Dejoye b0e60c9cd1 improvement: globally initialize the settings
The settings were initialize in an autoload which is not a good
practice.
So I initialize them in the plugin directly, this way there are
initialize only once when the plugin is loaded and they can be access
anywhere without having to worry about what the default value.
2020-06-13 12:21:03 +02:00
Camille Dejoye 0fc75c596c improvement: generalize the hook system
It is still not possible to override an existing hook but with this
system users can create new hooks really simply without having to update
any configuration since they will be autodetected.

The only missing thins is the possibility to disable hook, therefore it
is the responsibility of each hook to provide a way to the user to use
it or not.
2020-06-07 15:26:06 +02:00
Camille Dejoye 51806e3548 improvement: allow to repeat with . 2020-06-06 16:19:38 +02:00
Alex Yatskov 913bce3e94 Adding ArgWrap command 2015-01-28 23:04:32 +09:00