comparison todo.txt @ 15:8bce3cf7d6c6

Update todo.txt
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Sep 2018 14:05:26 +0200
parents d2c47b00e738
children ddf75f18509f
comparison
equal deleted inserted replaced
14:d2c47b00e738 15:8bce3cf7d6c6
3 Add tests 3 Add tests
4 4
5 Actions 5 Actions
6 - load # Load a given path into the state file and the matlab path and do savepath(), atomically 6 - load # Load a given path into the state file and the matlab path and do savepath(), atomically
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 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.