Rank: 43463 based on 0 downloads (last 30 days) and 0 files submitted
photo

Les Beckham

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Les
Updated File Comments Rating
08 Oct 2009 Intelligent code completion for matlab Code completion for the Matlab editor. Author: Leif Persson

Leif:

I tried your utility and was quite impressed at first. However, it seems that it breaks tab completion for workspace variables in the command window. So, I won't be using it.

You might want to check into this and see if you can fix it.

If you find a fix I might try this again.

Note also that the suggested startup.m commands in the comment header don't work. I had to remove the single quote at the end of the function handle. Here is what I used:

macros = EditorMacro('ctrl-space',@Matlab_Code_Completion_Macro, 'run'); %#ok<NASGU>
macros = EditorMacro('ctrl-alt-space',@Matlab_Code_Completion_Macro, 'run'); %#ok<NASGU>
macros = EditorMacro('shift-ctrl-space',@Matlab_Code_Completion_Macro, 'run');

Regards
Les

Contact us at files@mathworks.com