Skip to content

Commit 0012cff

Browse files
committed
updated README.md file
1 parent 3ac1a52 commit 0012cff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ Includes examples for the following Extension Points. These customizations are e
1717

1818
<img src="./screenshots/demo-quickAccess.png" width=450 height=75 alt="preview"/>
1919

20+
*Note: This Extension Point is compatible from R2025a onwards.*
21+
2022
<br>
2123

2224
#### Add an item to the Files and Projects Panel Context Menus
23-
`mw.desktop.quickAccess` - Add new menu items / submenus to the Files Panel and Projects Panel context menusm, that show up conditionally (eg. for specific filetype selections) and triggers a MATLAB callback function when clicked.
25+
`mw.desktop.fileBrowsers.contextMenus` - Add new menu items / submenus to the Files Panel and Projects Panel context menus, that show up conditionally (e.g. for specific filetype selections) and triggers a MATLAB callback function when clicked.
2426

2527
<img src="./screenshots/demo-contextMenu.png" width=450 height=310 alt="preview"/>
2628

29+
*Note: This Extension Point is compatible from R2025a onwards.*
30+
2731
<br>
2832

2933

0 commit comments

Comments
 (0)