Commit graph

144 commits

Author SHA1 Message Date
zappo
bad73897c8 (cedetFiles): Add srecode-matlab.el 2014-12-27 12:38:13 +00:00
zappo
cdcef1ae37 (empty): Insert file if FILE_FUNCTION is open, or a classdef if FILE_CLASS is
open.
(classdef): Get user and time to add to comment.
2014-12-27 12:36:13 +00:00
zappo
203fa9350b (matlab-mode-verify-fix-functions): Add matlab-mode-vf-classname.
(matlab-match-classdef-re): New.
(matlab-mode-vf-functionname): buffer substring no properties.
(matlab-mode-vf-classname): New.
2014-12-27 12:27:12 +00:00
zappo
c9ef38202b New file to handle srecode :matlab argument. 2014-12-27 12:23:35 +00:00
zappo
9057fd65f2 2014-11-14 16:47:10 +00:00
zappo
410eb78927 Update links. 2014-11-13 21:31:56 +00:00
zappo
99ea0fc8ee Update download order of project / make files so a call to make will work.
update doc about calling "make".
2014-11-13 21:27:34 +00:00
zappo
5bc4c8eef7 Pull dl_emacs_support from support files, and make custom call to it instead.
Add doc to download the latest download script first.
2014-11-13 21:24:38 +00:00
zappo
144ce53ac2 Add emacsdocomplete, and some Makefile/Project files. 2014-11-13 21:18:16 +00:00
zappo
050e6fee59 Handle difference in output of completion string. 2014-11-08 00:14:03 +00:00
zappo
b117dd9c7d Force completion calculation commands to run in base workspace. 2014-11-08 00:12:17 +00:00
zappo
cb99252643 Updated from CVS. 2014-11-05 18:37:20 +00:00
zappo
3ba3ebd644 (VERSION) Updated.
(all, tags, dist): Add toolbox
(toolbox): New rule
2014-11-05 18:35:25 +00:00
zappo
12a16cdfef (:version): Updated 2014-11-05 18:34:37 +00:00
zappo
dfaaf65e13 (VERSION): Update to minor rev. 2014-11-05 18:33:57 +00:00
zappo
da161ba86b Makefile for toolbox. 2014-11-05 18:33:41 +00:00
zappo
f753a1bd3d Project file for toolbox. 2014-11-05 18:33:27 +00:00
zappo
114d03cfac (tlc.el): Fix typo. 2014-11-05 18:29:50 +00:00
zappo
c7ca733e97 (matlab-shell-completion-list): remove custom call to MCR with call to emacsdocomplete.m in the matlab-emacs toolbox directlry. 2014-11-05 16:43:39 +00:00
zappo
045fd4ed14 Command for getting completions from MATLAB for matlab-shell. 2014-11-05 16:42:06 +00:00
zappo
e66311440b First checkin. 2014-09-24 19:31:41 +00:00
zappo
92e71ca479 (matlab-shell-font-lock-keywords): Tweak to support some changes in error output.
(matlab-comment): For comment on same line.  If we run out of space (fill-column)
pull the comment closer to the code.
(matlab-auto-fill): When filling a string, improve checking of when to add brackets
around the string.
(matlab-shell-mode): Disable html rendering trickery.
(gud-matlab-error-regexp): Add a new variant (off by default) as reminder to
go back and get the current ones to handle newer MATLAB error format.
2014-09-23 12:33:18 +00:00
zappo
d6f9c18ec0 (mlint-minor-mode): Remove make-local-hook for Emacs 24. 2014-03-07 23:22:24 +00:00
zappo
b3997407a0 (semantic/dep): New dependency (Emacs 24)
(semantic-matlab-parse-oldstyle-class): Add 'method' local var to tidy
compile warnings.
2013-08-29 01:42:12 +00:00
zappo
c144a14491 (matlab-mode-version): Bump very-minor versin.
(matlab-ltype-comm): Add support for block comment detection.
(matlab-ltype-block-comm): New fcn.
(matlab-shell): Add TAB binding for TAB for when (tab) doesn't work.
Add support for setting WINDOWID environment variable so that MATLAB
will bring Emacs forward when typing in a figure.
2013-08-26 13:05:06 +00:00
zappo
1416ed09cb Update to discuss CEDET that comes with Emacs. 2013-04-02 01:01:33 +00:00
zappo
7a507fa495 Update to note latest build notes. 2013-04-02 01:01:18 +00:00
zappo
738e57c54f Regenerated
Added CEDET_PATH variable if someone wants to download the latest from bzr.
2013-04-02 00:52:56 +00:00
zappo
121c1daaed (:version): Updated
(lisp): Add linemark.el
2013-04-02 00:52:26 +00:00
zappo
7aa69924bc Regenerated. 2013-04-02 00:51:54 +00:00
zappo
9c72e236d3 (coreFiles): Add linemark.el to download list. 2013-04-02 00:51:20 +00:00
zappo
9c962d60c6 Add linemark to matlab-emacs dist so that mlint will work
with the version of CEDET integrated with Emacs.
2013-04-02 00:50:16 +00:00
zappo
27cabd2b5f (matlab-cedet-setup): Update srecode require to work w/ CEDET
integrated w/ Emacs.
2013-04-02 00:47:42 +00:00
zappo
354f1b3c02 (misc require statements): Updated to work w/ CEDET integrated w/ Emacs. 2013-04-02 00:47:02 +00: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
bc1a1c7411 (VERSION): Updated. 2013-04-02 00:44:20 +00:00
zappo
889d06a3e3 (matlab-mode): Change page-delimeter to allow any whitespace or \n after a %%. 2012-02-23 13:39:48 +00:00
zappo
c751c103d6 (matlab-ltype-endfunction-comm): If the endfunction comment occurs on
a line, but the next bit of code isn't part of an enclosing fcn, then no.
(matlab-shell-mode): Patch from Eli Merriam;
make comint-input-filter-functions buffer local.
Add matlab-shell-render-html-txt-format hook to comint.
(matlab-txt-format-beg, matlab-txt-format-end): New
(matlab-shell-render-html-txt-format): New.
(matlab-shell-last-anchor-as-frame): New.
(matlab-shell-render-errors-as-anchor): Use last anchor var above.
Note: Not used for any logic yet. ;(
(matlab-shell-previous-matching-input-from-input): patch; Mark Histed
Force cursor to eol.
(matlab-shell-run-region): Force displayed buffer to recycled visible buffers.
2011-10-05 13:53:08 +00:00
davenar
e29c2d05d1 (matlab-shell-mode): Add `comint-postoutput-scroll-to-bottom' to
`comint-output-filter-functions' (suggested by Mark Histed).
2011-08-10 06:43:07 +00:00
davenar
2c4046efd2 (matlab-shell-run-region): Fix last commit and correctly use
`buffer-substring' again.
2011-08-09 21:10:38 +00:00
davenar
4e27fa2f9f (matlab-shell-run-region): When removing comments, do not touch matlab
strings or we might remove format specifiers.
2011-08-09 19:44:46 +00:00
davenar
33bbe29b0c (matlab-shell-run-region): Remove all comments before running a
region, otherwise `matlab-shell-run-cell' will break.
2011-07-17 19:17:40 +00:00
davenar
1c6c0079d5 (matlab-shell-run-region): Remove comment lines. If NOSHOW, also
remove continuations.
2011-07-17 19:15:15 +00:00
davenar
5336746dc3 (matlab-shell-run-region): New optional argument NOSHOW to replace
newlines with commas, so that by default this will not be done.
(matlab-shell-run-cell): Use it.
2011-07-17 15:43:36 +00:00
zappo
75f6a6d621 (matlab-shell-render-html-anchor): Add arbitrary reverse-search limit
to improve performance when the output buffer gets large.
2011-06-16 14:43:05 +00:00
zappo
ff4b860338 (matlab-shell-use-emacs-toolbox): Fix to use let* 2011-03-23 19:27:47 +00:00
zappo
c955ce95d3 (matlab-shell-running-matlab-release): Make more robust if matlab.el
is not on the path.
(matlab-shell-window-exists-for-display-completion-flag): New flag
(matlab-shell-tab): Update to set window exists flag (above) when
showing completions, and call hide-completions (below) when done
completing.
(matlab-shell-tab-hide-completions): New.
2011-03-23 14:40:28 +00:00
zappo
b7c4c9de4d (matlab-mode): Move line that moves point to end of buffer to just
in front of where it is used, and inside a save-excursion.
2010-12-08 16:18:56 +00:00
zappo
5ee5284da9 Patch from Rudiger Sonderfeld
(matlab-frame-init): Add a "switch to" in addition to "start" matlab
menu item to make it clear what will happen.
2010-12-06 14:48:20 +00:00
zappo
fd7850d401 (mlint-platform): Get smarter about returning the kind of MAC and WIN supported.
(mlint-minor-mode): Don't disable verify on save since there is still useful stuff there.
2010-10-20 20:29:37 +00:00