Thread Subject: Stand alone editor (meditor)

Subject: Stand alone editor (meditor)

From: Peter Bone

Date: 2 Jul, 2008 08:30:06

Message: 1 of 8

I have Matlab R2007b and just found out that meditor is no
longer included. Why did they remove it? It's main advantage
was that you didn't have to open Matlab, which can take a
long time the first time you open it and it uses up a lot of
resources. You used to be able to just double click an
m-file and it would open up almost immediately.

Does anyone know if I can get meditor back?

Regards,
Peter

Subject: Stand alone editor (meditor)

From: Neural

Date: 8 Aug, 2008 17:34:01

Message: 2 of 8

Hi,

the meditor is in win32

"...\MATLAB\R2007b\bin\win32\meditor.exe"


"Peter Bone" <peterbone@hotmail.com> wrote in message
<g4fead$p8v$1@fred.mathworks.com>...
> I have Matlab R2007b and just found out that meditor is no
> longer included. Why did they remove it? It's main advantage
> was that you didn't have to open Matlab, which can take a
> long time the first time you open it and it uses up a lot of
> resources. You used to be able to just double click an
> m-file and it would open up almost immediately.
>
> Does anyone know if I can get meditor back?
>
> Regards,
> Peter

Subject: Stand alone editor (meditor)

From: Alvar Saenz-Otero

Date: 4 Nov, 2008 06:08:01

Message: 3 of 8


Hello,

In release 2008b the editor is no longer in win32 (I knew to find it there before). I have an application that uses the "external" C interface; when that crashes (which it does a bunch), I don't want the editor closing, so I want to start it as an independent process (and it is not possible to open the "console" with external C calls and have another Matlab open at the same time, at least I can't).

Anybody has been able to find a way to run meditor on 2008b as standalone?

Thanks,

Alvar

"Neural " <neural@mailinator.com> wrote in message <g7i029$e42$1@fred.mathworks.com>...
> Hi,
>
> the meditor is in win32
>
> "...\MATLAB\R2007b\bin\win32\meditor.exe"
>
>
> "Peter Bone" <peterbone@hotmail.com> wrote in message
> <g4fead$p8v$1@fred.mathworks.com>...
> > I have Matlab R2007b and just found out that meditor is no
> > longer included. Why did they remove it? It's main advantage
> > was that you didn't have to open Matlab, which can take a
> > long time the first time you open it and it uses up a lot of
> > resources. You used to be able to just double click an
> > m-file and it would open up almost immediately.
> >
> > Does anyone know if I can get meditor back?
> >
> > Regards,
> > Peter
>

Subject: Stand alone editor (meditor)

From: Alex Koltunov

Date: 9 Apr, 2009 22:00:20

Message: 4 of 8

More than that: Sometimes Matlab itself crashes, freezes, or otherwise unresponsive so you simply have to kill the process from the Task Manager. In all these cases you immediately kill the editor with all your unsaved changes. Mostly for these reasons I have nearly always used the standalone one.

The only workaround I can think of is to use an meditor of your older version. That is what I will do before upgrading to newer versions.
It's really surprising to me, why MathWork removed it. I dont think it would cost them a penny to keep it..

Could anyone from MathWorks answer this, please?
Thanks.
 



"Alvar Saenz-Otero" <alvarso@mit.edu> wrote in message <geoos1$db$1@fred.mathworks.com>...
>
> Hello,
>
> In release 2008b the editor is no longer in win32 (I knew to find it there before). I have an application that uses the "external" C interface; when that crashes (which it does a bunch), I don't want the editor closing, so I want to start it as an independent process (and it is not possible to open the "console" with external C calls and have another Matlab open at the same time, at least I can't).
>
> Anybody has been able to find a way to run meditor on 2008b as standalone?
>
> Thanks,
>
> Alvar
>
> "Neural " <neural@mailinator.com> wrote in message <g7i029$e42$1@fred.mathworks.com>...
> > Hi,
> >
> > the meditor is in win32
> >
> > "...\MATLAB\R2007b\bin\win32\meditor.exe"
> >
> >
> > "Peter Bone" <peterbone@hotmail.com> wrote in message
> > <g4fead$p8v$1@fred.mathworks.com>...
> > > I have Matlab R2007b and just found out that meditor is no
> > > longer included. Why did they remove it? It's main advantage
> > > was that you didn't have to open Matlab, which can take a
> > > long time the first time you open it and it uses up a lot of
> > > resources. You used to be able to just double click an
> > > m-file and it would open up almost immediately.
> > >
> > > Does anyone know if I can get meditor back?
> > >
> > > Regards,
> > > Peter
> >

Subject: Stand alone editor (meditor)

From: Steven Lord

Date: 10 Apr, 2009 13:54:33

Message: 5 of 8


"Alex Koltunov" <sashakk@gmail.com> wrote in message
news:grlr5j$8jk$1@fred.mathworks.com...
> More than that: Sometimes Matlab itself crashes, freezes, or otherwise
> unresponsive so you simply have to kill the process from the Task
> Manager. In all these cases you immediately kill the editor with all your
> unsaved changes. Mostly for these reasons I have nearly always used the
> standalone one.

If you have steps with which you can fairly consistently crash or hang
MATLAB, please send them in to Technical Support so we can investigate why
MATLAB is crashing or hanging and fix it.

Besides, if you're modified a function in the Editor and then run it without
saving, you're actually executing the older version of the function (without
your unsaved changes) so you should save before running your code.

> The only workaround I can think of is to use an meditor of your older
> version. That is what I will do before upgrading to newer versions.
> It's really surprising to me, why MathWork removed it. I dont think it
> would cost them a penny to keep it..
>
> Could anyone from MathWorks answer this, please?
> Thanks.

Take a look at this entry in the Release Notes:

http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq1zi27-1.html#bq4h5rd-1

If you still have questions or concerns about this, please contact Technical
Support, Customer Service, or your sales representative.

--
Steve Lord
slord@mathworks.com

Subject: Stand alone editor (meditor)

From: Chaos

Date: 10 Apr, 2009 14:02:02

Message: 6 of 8

"Peter Bone" <peterbone@hotmail.com> wrote in message <g4fead$p8v$1@fred.mathworks.com>...
> I have Matlab R2007b and just found out that meditor is no
> longer included. Why did they remove it? It's main advantage
> was that you didn't have to open Matlab, which can take a
> long time the first time you open it and it uses up a lot of
> resources. You used to be able to just double click an
> m-file and it would open up almost immediately.
>
> Does anyone know if I can get meditor back?
>
> Regards,
> Peter

use Komodo or jEdit

old PFE32 is still the best text editor around

Subject: Stand alone editor (meditor)

From: Alex Koltunov

Date: 10 Apr, 2009 22:55:03

Message: 7 of 8

Thank you Steven, for your response.
I will keep sending Matlab Crash reports when they happen.

       > Besides, if you're modified a function in the Editor and then run it without
       > saving, you're actually executing the older version of the function (without
       > your unsaved changes) so you should save before running your code.

Sure. However, I meant the situation when the Matlab process I've run does not use the code you are currently modifying. This is not really an exotic scenario, especially if my running Matlab executes a time-consuming and/or semi-interactive analysis step. You don't want to waste time and you would like to program other steps meanwhile... Without a standalone editor one has to always keep an extra Matlab process the only purpose of which is a mere viewing or editing m-files.

Since Matlab-4 I have been a really a big "fan" of Matlab, and I generally do like new features MathWorks introduces with newer versions. As for the removal of the standalone editor, I find this very inconvenient, and it may make many users stop using the meditor, which is actually a great editor...

Thanks again, Steven, for your quick response and suggestions.

-- Alex

"Steven Lord" <slord@mathworks.com> wrote in message <grnj1j$l3t$1@fred.mathworks.com>...
>
> "Alex Koltunov" <sashakk@gmail.com> wrote in message
> news:grlr5j$8jk$1@fred.mathworks.com...
> > More than that: Sometimes Matlab itself crashes, freezes, or otherwise
> > unresponsive so you simply have to kill the process from the Task
> > Manager. In all these cases you immediately kill the editor with all your
> > unsaved changes. Mostly for these reasons I have nearly always used the
> > standalone one.
>
> If you have steps with which you can fairly consistently crash or hang
> MATLAB, please send them in to Technical Support so we can investigate why
> MATLAB is crashing or hanging and fix it.
>
> Besides, if you're modified a function in the Editor and then run it without
> saving, you're actually executing the older version of the function (without
> your unsaved changes) so you should save before running your code.
>
> > The only workaround I can think of is to use an meditor of your older
> > version. That is what I will do before upgrading to newer versions.
> > It's really surprising to me, why MathWork removed it. I dont think it
> > would cost them a penny to keep it..
> >
> > Could anyone from MathWorks answer this, please?
> > Thanks.
>
> Take a look at this entry in the Release Notes:
>
> http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq1zi27-1.html#bq4h5rd-1
>
> If you still have questions or concerns about this, please contact Technical
> Support, Customer Service, or your sales representative.
>
> --
> Steve Lord
> slord@mathworks.com
>

Subject: Stand alone editor (meditor)

From: Peter Bone

Date: 14 Sep, 2009 16:49:02

Message: 8 of 8

"Peter Bone" <peterbone@hotmail.com> wrote in message <g4fead$p8v$1@fred.mathworks.com>...
> I have Matlab R2007b and just found out that meditor is no
> longer included. Why did they remove it? It's main advantage
> was that you didn't have to open Matlab, which can take a
> long time the first time you open it and it uses up a lot of
> resources. You used to be able to just double click an
> m-file and it would open up almost immediately.
>
> Does anyone know if I can get meditor back?
>
> Regards,
> Peter

I now use Crimson Editor as a standalone Matlab editor since it supports Matlab syntax highlighting. It uses up much less resources than Matlab and opens quicker, so it's useful when you just want to browse code.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
clueless Chaos 10 Apr, 2009 23:39:22
noob Chaos 10 Apr, 2009 23:39:21
standalone Alex Koltunov 9 Apr, 2009 18:00:23
editor Alex Koltunov 9 Apr, 2009 18:00:23
matlab Alex Koltunov 9 Apr, 2009 18:00:23
meditor 2008b Alvar Saenz-Otero 4 Nov, 2008 01:10:05
editor Peter Bone 2 Jul, 2008 04:35:04
mfiles Peter Bone 2 Jul, 2008 04:35:04
standalone Peter Bone 2 Jul, 2008 04:35:04
meditor Peter Bone 2 Jul, 2008 04:35:04
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com