emacs-matlab/tests
Eric Ludlam 083a5e9e05 matlab-syntax.el:
(matlab-block-comment-start-re, matlab-block-comment-end-re)
(matlab-ltype-block-comment-start, matlab-ltype-block-comment-end)
(matlab-block-comment-bounds):
DELETED - no longer used.

matlab.el:
(matlab-mode-map): Re-arrange the map.
Delete bindings for return and c-j (use default)
Add comments and build sections.
(matlab-mode): Update comments.
Add electric-indent-functions setting.
Remove matlab-comment-indent as a setting (use nil)
(matlab-return-function, matlab-return, matlab-plain-ret)
(matlab-indent-after-ret, matlab-indent-end-before-ret)
(matlab-semicolon-on-return, matlab-indent-before-ret)
(matlab-linefeed):
DELETED - use default 'newline' and electric indents instead.
(matlab-electric-indent-function):
NEW - auto-reindent when finishing typing end,
else, case, and a few other things.
(matlab-electric-comment):
Re-write to use new APIs from matlab-scan.el.
This enabled deletion of block comment stuff from matlab-syntax.el.
(matlab-comment-line-break-function):
Remove use of 'matlab-indent-line'.
(matlab-comment-indent): Delete (see change in matlab-mode)

tests/metest.el:
Stop using `matlab-block-comment-bounds'.  Replace with new API call.
2021-04-09 21:31:53 -04:00
..
+eltest tests/+eltest/@EmacsTest/EmacsTest.m: 2019-11-29 08:53:41 -05:00
blocks.m matlab.el: 2021-04-09 17:28:09 -04:00
buggy.m matlab-shell.el: 2019-12-13 09:01:59 -05:00
cellscript.m Example cell script for testing matlab-shell. 2019-11-23 08:52:58 -05:00
complete.m matlab-complete.el: 2021-03-27 13:58:07 -04:00
continuations.m matlab-scan.el: 2021-04-02 20:29:53 -04:00
dbtester.m tests/dbtester.m 2019-12-08 22:04:45 -05:00
empty.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
errexamples.shell.m matlab-shell.el: 2019-11-19 12:58:14 -05:00
expressions.m Added several more examples to test navigation with. 2019-09-29 19:31:31 -04:00
fontlock.m matlab.el: 2021-04-02 20:31:55 -04:00
indents.m matlab.el: 2021-04-02 20:55:46 -04:00
Makefile matlab.el: 2021-02-27 16:52:31 -05:00
mclass.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mclass_cont.m matlab.el: 2021-03-31 13:07:11 -04:00
metest.el matlab-syntax.el: 2021-04-09 21:31:53 -04:00
metest.sh Add tests to check sexp navigation with expressions.m, and new functions in metest.el. 2019-09-26 21:42:55 -04:00
mfuncends.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mfuncnoend.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mfuncnoendblock.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mfuncnoendindent.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mfuncnofuncindent.m matlab.el: 2021-04-02 22:28:15 -04:00
mfuncspacey.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
mpclass.m matlab.el: Improve block comment handling. 2019-11-09 19:23:02 -05:00
mstest.el tests/mstest.el: 2019-12-21 18:04:05 -05:00
Project.ede Project.ede, Makefile: 2019-12-14 10:08:28 -05:00
stringtest.m matlab-scan.el: 2021-03-26 21:05:11 -04:00
syntaxerr.m tests/buggy.m 2019-11-17 16:04:52 -05:00
testeeval.m tests/testeeval.m: 2019-12-20 22:22:20 -05:00