You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`mw.fileTypes.fileNameValidation` — Add filename validation for a file type to ensure the filename is valid when a file of that type / group is created or renamed.
-[New Desktop for MATLAB Beta](https://www.mathworks.com/matlabcentral/fileexchange/119593-new-desktop-for-matlab-beta)
53
+
44
54
<br>
45
55
56
+
46
57
## Getting Started
47
58
[Extend MATLAB Using Extension Points (Beta)](https://www.mathworks.com/help/matlab/matlab_env/extend-matlab-using-extension-points-beta.html)
48
59
@@ -51,14 +62,20 @@ You can choose to modify the existing example `extensions.json` within this tool
51
62
1. Create a JSON-formatted file named `extensions.json` and place it in a folder named `resources` within your toolbox.
52
63
2. Add a set of JSON declarations to `extensions.json` that defines your customizations using the Extension Points.
53
64
3. Add the folder containing the `resources` folder to the MATLAB path. To add the folder to the path, use the `addpath` function or right-click the folder in the Files panel and select `Add to Path` > `Selected Folders and Subfolders`.
65
+
54
66
<br>
55
67
68
+
56
69
## License
57
70
The license is available in the License.txt file in this GitHub repository.
0 commit comments