Mercurial > repos > public > matlab_path_manager
changeset 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 | d9f899b1dfd0 |
children | cbeef8175d59 |
files | notes.txt todo.txt |
diffstat | 2 files changed, 21 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/notes.txt Tue Sep 18 14:17:13 2018 +0200 @@ -0,0 +1,21 @@ +# TODO +Add tests + +# DESIGN +Actions + - load # Load a given path into the state file and the matlab path and do savepath(), atomically + - unload # opposite of load + - 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 + - checkin # load all paths in a project file + - checkout # unload all paths in a project file + - clear # unload all paths, should return the matlab path to the way it was before any loads. + - verify # Check if the current proejct settings are correct + % The right version is in the path + % The right version is at the top of the path + % + % Useful to put at the top of some scripts + + +# TBD +Do we want a function for just adding any folder to the matlab path through this? +Do we want functions for adding folders to the project file from the matlab console?
--- a/todo.txt Tue Sep 18 14:15:23 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -Add persistence across Matlab restarts -Add transaction capability in state saving -Add tests - -Actions - - load # Load a given path into the state file and the matlab path and do savepath(), atomically - - unload # opposite of load - - 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 - - checkin # load all paths in a project file - - checkout # unload all paths in a project file - - clear # unload all paths, should return the matlab path to the way it was before any loads. - - verify # Check if the current proejct settings are correct - % The right version is in the path - % The right version is at the top of the path - % - % Useful to put at the top of some scripts \ No newline at end of file