view todo.txt @ 28:0842a1b2ac7e

Factor out function for checking if a subpath is active
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Sep 2018 13:18:02 +0200
parents ddf75f18509f
children
line wrap: on
line source

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