open-ephys / plugin-GUI

Software for processing, recording, and visualizing multichannel electrophysiology data
https://open-ephys.org/gui
GNU General Public License v3.0
193 stars 685 forks source link

Loading/saving plugin parameters #1

Closed arnefmeyer closed 3 years ago

arnefmeyer commented 8 years ago

It would be quite useful to be able to load/save parameters for single plugins (not just the whole configuration). I couldn't find any dedicated function in the GUI. However, as I understand this can easily be done by calling the saveToXml and saveToXml and loadFromXml functions of the plugin, e.g., by adding load/save items to the context menu of a plugin (right click on plugin title bar).

@aacuevas: if this doesn't sound like an awfully bad idea I would go ahead and implement this in the GUI.

Arne

jvoigts commented 8 years ago

we have something like this for the channel map already - would be great to add this in a general way to all plugins - see this previous issue https://github.com/open-ephys/GUI/issues/158

jsiegle commented 3 years ago

This is related to another feature we'd like to add, which is copy/paste functionality for plugins. I added this to the Projects page here: https://github.com/open-ephys/plugin-GUI/projects/11

jsiegle commented 3 years ago

This feature is available as of release version 0.5.4. Just right-click on the top of the editor to save/load its parameters.