These signals can be used by plugins to add their settings tab and read the settings when the user presses OK. The code had to be reorganized slightly because first project-dialog-confirmed has to be emitted (so the plugin can read the settings) and project-save afterwards.
Signed-off-by: Jiří Techet techet@gmail.com --- doc/pluginsignals.c | 19 +++++++++++++++++++ src/geanyobject.c | 18 ++++++++++++++++++ src/geanyobject.h | 4 ++++ src/project.c | 14 +++++++++----- 4 files changed, 50 insertions(+), 5 deletions(-)