comparison todo.txt @ 20:ddf75f18509f

Add verify command to ui specification
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Sep 2018 15:46:16 +0200
parents 8bce3cf7d6c6
children
comparison
equal deleted inserted replaced
19:2e29cca20d8a 20:ddf75f18509f
7 - unload # opposite of load 7 - unload # opposite of load
8 - status # show all loaded paths, mimicing the order they are added to the matlab path, if project file is present, show which paths are active 8 - status # show all loaded paths, mimicing the order they are added to the matlab path, if project file is present, show which paths are active
9 - checkin # load all paths in a project file 9 - checkin # load all paths in a project file
10 - checkout # unload all paths in a project file 10 - checkout # unload all paths in a project file
11 - clear # unload all paths, should return the matlab path to the way it was before any loads. 11 - clear # unload all paths, should return the matlab path to the way it was before any loads.
12 - verify # Check if the current proejct settings are correct
13 % The right version is in the path
14 % The right version is at the top of the path
15 %
16 % Useful to put at the top of some scripts