Mercurial > repos > public > matlab_path_manager
comparison +mpm/MatlabPathManager.m @ 39:3156ace843f5
Change name of file containing the paths
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 13 Jan 2025 11:27:35 +0100 |
parents | 16d56bf04117 |
children | 4b009d774e1a |
comparison
equal
deleted
inserted
replaced
38:16d56bf04117 | 39:3156ace843f5 |
---|---|
1 classdef MatlabPathManager | 1 classdef MatlabPathManager |
2 properties | 2 properties |
3 projectFileName = '.subpaths'; | 3 projectFileName = 'MatlabPaths'; |
4 prefGroup = 'matlabpathmanager'; | 4 prefGroup = 'matlabpathmanager'; |
5 end | 5 end |
6 | 6 |
7 methods | 7 methods |
8 function obj = MatlabPathManager() | 8 function obj = MatlabPathManager() |