Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Commits
3bb827ac
Commit
3bb827ac
authored
Aug 16, 2017
by
Brad Kennedy
Browse files
* VERSION: 1.0.7
* eegplugin_batch_context.m: Changed order of menu items
parent
a9299583
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3bb827ac
2017-08-16 Brad Kennedy <bk@co60.ca>
* VERSION: 1.0.7
* eegplugin_batch_context.m: Changed order of menu items
2017-08-14 Brad Kennedy <bk@co60.ca>
* VERSION: 1.0.6
...
...
eegplugin_batch_context.m
View file @
3bb827ac
...
...
@@ -60,14 +60,10 @@ addpath(genpath(fileparts(which(mfilename()))));
%--------------------------------------------------------------------------
filemenu=findobj(fig,'Label','File');
%% context menu
%uimenu(filemenu,'Label','Context configuration', ...
% 'separator','on', ...
% 'callback','CONTEXT_CONFIG=pop_context_edit;');
%% batch menu
batchmenu = uimenu( filemenu, 'Label', 'Batch','separator','on');
% Puts the quit at the bottom after adding Batch
filemenu.Children(1:2) = filemenu.Children(2:-1:1);
% create menu commands
% run history template batch...
...
...
James Desjardins
@jdesjard
mentioned in commit
ae801b76
·
Sep 12, 2017
mentioned in commit
ae801b76
mentioned in commit ae801b76c323229b022c32fbde5aea71ed6b80be
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment