Make a newm function for creating new M-files in the editor. It should support:
- names for various boilerplate items
- templating of the boilerplate
- per-user and per-project template definitions
- hooks for arbitrary template processing
Bonus points if you can reverse-engineer the Matlab Desktop Current Window stuff enough to hook into the right-click "New >" context menu there.
Make a
newmfunction for creating new M-files in the editor. It should support:Bonus points if you can reverse-engineer the Matlab Desktop Current Window stuff enough to hook into the right-click "New >" context menu there.