Commit graph

12 commits

Author SHA1 Message Date
Eric Ludlam c4530305c5 semanticdb-matlab.el:
(semanticdb-find-tags-for-completion-method):
If we can ask MATLAB about tags, then only do so if we have a string.
2019-11-18 21:57:49 -05:00
Eric Ludlam 059b520930 semantic-matlab.el:
(semantic-matlab-dependency-system-include-path):
Fix logic computing the include path to use root dir, but not
put things on the path that don't exist.
semanticdb-matlab.el:
require matlab-shell.
(semanticdb-matlab-cache-files):
Stop using old style classes fcn.
2019-11-17 16:34:17 -05:00
John Ciolfi be1b68bd03 fix tab completiong, m-file debugging, and emacs warnings
See ChangeLog for details.
2017-12-05 14:08:53 -05:00
zappo 70f21bc778 (misc require statements): Updated to work w/ CEDET integrated w/ Emacs.
(semanticdb-matlab-scan-directories): Remove references to `working'.
(semanticdb-matlab-cache-files): Remove references to `working'.
2013-04-02 00:46:03 +00:00
zappo 61b8bbc3a4 (semanticdb-matlab-include-paths): Only set default to ~/matlab if it exists. 2009-11-16 13:32:41 +00:00
davenar 7860f51bd2 (semanticdb-matlab-scan-directories): Local bind for working-spinner-display. 2009-07-07 11:44:25 +00:00
davenar 715d85c2e8 (semanticdb-find-tags-by-name-method): Use our own database as
fall-back method.
(semanticdb-find-tags-for-completion-method): Combine results from
MATLAB shell and our own database.
2008-09-18 21:57:47 +00:00
davenar f89c03aabd (semanticdb-matlab-user-class-cache): New variable.
(semanticdb-matlab-cache-files): New function for caching files and
classes.
(semanticdb-matlab-find-name): Use it.
(semantic-ctxt-current-class-list): Deal with classes and structures.
2008-09-07 16:31:57 +00:00
zappo 9d72fecc30 (semanticdb-find-tags-by-name-method): Fixed to handle case where
matlab lies about the doc file location.
(semanticdb-find-tags-for-completion-method): Adapt to use
matlab-shell when available.
2008-09-05 21:02:31 +00:00
zappo 013e7f3bd0 (semanticdb-find-tags-by-name-method): Use matlab-shell if available. 2008-09-05 20:18:47 +00:00
davenar e20aac4742 Fix doc-strings. 2008-09-01 20:35:10 +00:00
davenar 30db63e896 New file. Semantic database extensions for MATLAB. 2008-08-30 14:17:46 +00:00