You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* v1.71.0
-- Add EditStim method to TreeNodeClass to allow editing of events TSV files for the processing element.
-- Change menu option "Load Stim from TSV" to "Edit Stim TSV file", so that user doesn't have to go looking for the file in the dataset folder.
* -- No need to display MenuBox message after opening events TSV file in editor.
cmd = sprintf('open -a TextEdit %s', filenameEvents);
585
+
obj.logger.Write('cmd: "%s"', cmd);
586
+
system(cmd);
587
+
% MenuBox(sprintf('The events file associated with the current processing element is\n%s\n Open the file in a text editor to modify stim marks', filenameEvents));
0 commit comments