ToolboxHub / ToolboxToolbox

Declarative dependency management for Matlab.
The Unlicense
27 stars 11 forks source link

Improve argument input #113

Closed githubkusi closed 2 years ago

githubkusi commented 2 years ago

Recently, Matlab introduced a configurable tab completion mechanism base on functionSignature.json files. Implement parameter tab completion for tbUse() and tbLocateToolbox(). Default type for text is string, therefore also add support for string input. Everything works fine with char, though. This PRQ needs at least Matlab 2016b. Although the completion stuff only works with newer Matlab versions, it's just being ignored with a too old Matlab version and hence doesn't hurt.

DavidBrainard commented 2 years ago

Sorry to be so slow to get to this. Looks like a nice feature.