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.
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.