From c9e67635987d5c00218fdfd88953c02e86715b29 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2019 14:02:23 +0300 Subject: [PATCH] rethinking parts of export... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index b2dc8c1f..04fd4a61 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -2314,6 +2314,7 @@ var FileSystemWriterActions = actions.Actions({ return res })) }] + }) @@ -2804,6 +2805,27 @@ var FileSystemWriterUIActions = actions.Actions({ 'exportDialog: "index"'], exportImagesDialog: ['File/Export $images...', 'exportDialog: "images"'], + + + // XXX export using a preset... + // - display a list of presets accessible with 1-9 keys + title + // hotkeys... + // a-la collection list + location history... + // - edit, remove buttons + // - sortable + // - pinnable? + // - fixed number??? + // - select last used + // - use .exportDialog(..) as preset editor + // - add optional 'title' + // - "New/Custom..." button + // - single image mode: + // - disable index exporting for single images + // - add option to export only current image from any view... + exportPresets: ['- File/Export...', + widgets.makeUIDialog(function(mode){ + // XXX + })], })