elpasync pushed a change to branch externals/matlab-mode. from 35205e8524 matlab-syntax.el: code cleanup and edebug matlab-navigation-syntax new a54d2061bd Fix imenu setup for function names in *.m files new 93ae95fd15 NEWS.org: added entry, 'Indent first non-help comment' new 983995cc02 NEWS.org: add entry 'Fix imenu for ~*.m~ files' new 7d0d26a031 Setup imenu for *.tlc files new a771e728ea NEWS.org: add entry 'Setup imenu for *.tlc files'
Summary of changes: NEWS.org | 37 +++++++--- README.org | 9 ++- doc/matlab-imenu.org | 51 +++++++++++++ matlab.el | 67 ++++++++++++++++- tests/metest-imenu-files/f0.m | 49 ++++++++++++ tests/metest-imenu-files/f0_expected.txt | 8 ++ tests/metest-imenu-files/g0.m | 43 +++++++++++ tests/metest-imenu-files/g0_expected.txt | 6 ++ tests/metest-imenu-files/myFunc1.m | 17 +++++ tests/metest-imenu-files/myFunc1_expected.txt | 4 + tests/metest-imenu-tlc-files/timestwo.tlc | 23 ++++++ tests/metest-imenu-tlc-files/timestwo_expected.txt | 2 + tests/metest-imenu-tlc.el | 86 ++++++++++++++++++++++ tests/metest-imenu.el | 86 ++++++++++++++++++++++ tests/metest.el | 5 ++ tlc.el | 22 +++--- 16 files changed, 490 insertions(+), 25 deletions(-) create mode 100644 doc/matlab-imenu.org create mode 100644 tests/metest-imenu-files/f0.m create mode 100644 tests/metest-imenu-files/f0_expected.txt create mode 100644 tests/metest-imenu-files/g0.m create mode 100644 tests/metest-imenu-files/g0_expected.txt create mode 100644 tests/metest-imenu-files/myFunc1.m create mode 100644 tests/metest-imenu-files/myFunc1_expected.txt create mode 100644 tests/metest-imenu-tlc-files/timestwo.tlc create mode 100644 tests/metest-imenu-tlc-files/timestwo_expected.txt create mode 100644 tests/metest-imenu-tlc.el create mode 100644 tests/metest-imenu.el