comparison notes.txt @ 31:769d1d252a3c

Change name of todo.txt to notes.txt
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Sep 2018 14:17:13 +0200
parents todo.txt@ddf75f18509f
children 17ac3ce49b55
comparison
equal deleted inserted replaced
30:d9f899b1dfd0 31:769d1d252a3c
1 # TODO
2 Add tests
3
4 # DESIGN
5 Actions
6 - load # Load a given path into the state file and the matlab path and do savepath(), atomically
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
9 - checkin # load 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.
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
17
18
19 # TBD
20 Do we want a function for just adding any folder to the matlab path through this?
21 Do we want functions for adding folders to the project file from the matlab console?