comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » idl/idlde command line autocomplete
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
idl/idlde command line autocomplete [message #30834] Tue, 21 May 2002 00:49 Go to next message
Carsten Lemmen is currently offline  Carsten Lemmen
Messages: 2
Registered: May 2002
Junior Member
Having switched from MatLab to IDL I miss alot the command line
autocomplete functionality in IDL command history.

Example:
idl> a=5
idl> help,a
idl> print,a
idl> he <up-arrow>

typing 'he' on the command line and pressing the up arrow key should
give me the most recent command starting with 'he', namely 'help,a'
Is there an option/does anyone have a plugin to obtain this functionality?

**********************************************
Carsten Lemmen

Forschungszentrum Jülich <www.fz-juelich.de>
Institut für Chemie und Dynamik der Geosphäre
ICG-I: Stratosphäre
52425 Jülich
Germany

phone +49 (0)2461 61 6524
fax +49 (0)2461 61 5346
email c.lemmen@fz-juelich.de
**********************************************
Re: idl/idlde command line autocomplete [message #30887 is a reply to message #30834] Thu, 23 May 2002 08:36 Go to previous message
Pavel A. Romashkin is currently offline  Pavel A. Romashkin
Messages: 531
Registered: November 2000
Senior Member
On a Mac, you have it.
Cheers,
Pavel

Carsten Lemmen wrote:
>
> Having switched from MatLab to IDL I miss alot the command line
> autocomplete functionality in IDL command history.
Re: idl/idlde command line autocomplete [message #30894 is a reply to message #30834] Wed, 22 May 2002 23:42 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
William Thompson wrote:
>
> Reimar:
>
> I think I originally just ran into it by accident. I did find it listed in the
> online help under "Using IDL" -> "Running IDL" -> "Input to IDL", or by
> searching for "Command Recall".
>
> Bill Thompson



I have looked in the IDLHELP by

Command Input Line

If you click the right mouse button while positioned over the Command
Input Line, a popup menu appears displaying the command history, with a
maximum buffer of 20 entries.


With this we can select the last command by mouse but this could be
enhanced that it has a preselection.

Reimar

>
> Reimar Bauer <r.bauer@fz-juelich.de> writes:
>
>> William Thompson wrote:
>>>
>>> Carsten:
>>>
>>> In the command line (Unix) version of IDL, instead of
>>>
>>> idl> he <up-arrow>
>>>
>>> Try instead
>>>
>>> idl> ^
>>> String To Match: he
>>>
>>> It doesn't seem to work in idlde, though. Bummer.
>
>> Dear William,
>
>> where is this suscribed ?
>
>> Reimar
>
>>>
>>> William Thompson
>>>
>>> Carsten Lemmen <c.lemmen@fz-juelich.de> writes:
>>>
>>>> Having switched from MatLab to IDL I miss alot the command line=20
>>>> autocomplete functionality in IDL command history.
>>>
>>>> Example:
>>>> idl> a=3D5
>>> =
>>>> idl> help,a
>>>> idl> print,a
>>>> idl> he <up-arrow>
>>>
>>>> typing 'he' on the command line and pressing the up arrow key should
>>>> give me the most recent command starting with 'he', namely 'help,a'
>>>> Is there an option/does anyone have a plugin to obtain this functionality=
>>>> ?
>>>
>>>> **********************************************
>>>> Carsten Lemmen
>>>
>>>> Forschungszentrum J=FClich <www.fz-juelich.de>
>>>> Institut f=FCr Chemie und Dynamik der Geosph=E4re
>>>> ICG-I: Stratosph=E4re
>>>> 52425 J=FClich
>>>> Germany
>>>
>>>> phone +49 (0)2461 61 6524
>>>> fax +49 (0)2461 61 5346
>>>> email c.lemmen@fz-juelich.de
>>>> **********************************************
>
>> --
>> Reimar Bauer
>
>> Institut fuer Stratosphaerische Chemie (ICG-I)
>> Forschungszentrum Juelich
>> email: R.Bauer@fz-juelich.de
>> ------------------------------------------------------------ -------
>> a IDL library at ForschungsZentrum Juelich
>> http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
>> ============================================================ =======

--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
============================================================ =======
Re: idl/idlde command line autocomplete [message #30895 is a reply to message #30834] Wed, 22 May 2002 20:32 Go to previous message
Paul Woodford is currently offline  Paul Woodford
Messages: 43
Registered: June 2000
Member
In article <3CE9FC25.5050206@fz-juelich.de>,
Carsten Lemmen <c.lemmen@fz-juelich.de> wrote:

> Having switched from MatLab to IDL I miss alot the command line
> autocomplete functionality in IDL command history.

The Macintosh version of IDL used to have a autocomplete feature.
However, RSI killed it, and the version that they are bringing to OS X
is a unix port, so I am afraid that it probably won't have the nice UI.

Paul
Re: idl/idlde command line autocomplete [message #30904 is a reply to message #30834] Wed, 22 May 2002 13:29 Go to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
Reimar:

I think I originally just ran into it by accident. I did find it listed in the
online help under "Using IDL" -> "Running IDL" -> "Input to IDL", or by
searching for "Command Recall".

Bill Thompson



Reimar Bauer <r.bauer@fz-juelich.de> writes:

> William Thompson wrote:
>>
>> Carsten:
>>
>> In the command line (Unix) version of IDL, instead of
>>
>> idl> he <up-arrow>
>>
>> Try instead
>>
>> idl> ^
>> String To Match: he
>>
>> It doesn't seem to work in idlde, though. Bummer.


> Dear William,

> where is this suscribed ?

> Reimar


>>
>> William Thompson
>>
>> Carsten Lemmen <c.lemmen@fz-juelich.de> writes:
>>
>>> Having switched from MatLab to IDL I miss alot the command line=20
>>> autocomplete functionality in IDL command history.
>>
>>> Example:
>>> idl> a=3D5
>> =
>>> idl> help,a
>>> idl> print,a
>>> idl> he <up-arrow>
>>
>>> typing 'he' on the command line and pressing the up arrow key should
>>> give me the most recent command starting with 'he', namely 'help,a'
>>> Is there an option/does anyone have a plugin to obtain this functionality=
>>> ?
>>
>>> **********************************************
>>> Carsten Lemmen
>>
>>> Forschungszentrum J=FClich <www.fz-juelich.de>
>>> Institut f=FCr Chemie und Dynamik der Geosph=E4re
>>> ICG-I: Stratosph=E4re
>>> 52425 J=FClich
>>> Germany
>>
>>> phone +49 (0)2461 61 6524
>>> fax +49 (0)2461 61 5346
>>> email c.lemmen@fz-juelich.de
>>> **********************************************

> --
> Reimar Bauer

> Institut fuer Stratosphaerische Chemie (ICG-I)
> Forschungszentrum Juelich
> email: R.Bauer@fz-juelich.de
> ------------------------------------------------------------ -------
> a IDL library at ForschungsZentrum Juelich
> http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
> ============================================================ =======
Re: idl/idlde command line autocomplete [message #30909 is a reply to message #30834] Wed, 22 May 2002 10:53 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
William Thompson wrote:
>
> Carsten:
>
> In the command line (Unix) version of IDL, instead of
>
> idl> he <up-arrow>
>
> Try instead
>
> idl> ^
> String To Match: he
>
> It doesn't seem to work in idlde, though. Bummer.


Dear William,

where is this suscribed ?

Reimar


>
> William Thompson
>
> Carsten Lemmen <c.lemmen@fz-juelich.de> writes:
>
>> Having switched from MatLab to IDL I miss alot the command line=20
>> autocomplete functionality in IDL command history.
>
>> Example:
>> idl> a=3D5
> =
>> idl> help,a
>> idl> print,a
>> idl> he <up-arrow>
>
>> typing 'he' on the command line and pressing the up arrow key should
>> give me the most recent command starting with 'he', namely 'help,a'
>> Is there an option/does anyone have a plugin to obtain this functionality=
>> ?
>
>> **********************************************
>> Carsten Lemmen
>
>> Forschungszentrum J=FClich <www.fz-juelich.de>
>> Institut f=FCr Chemie und Dynamik der Geosph=E4re
>> ICG-I: Stratosph=E4re
>> 52425 J=FClich
>> Germany
>
>> phone +49 (0)2461 61 6524
>> fax +49 (0)2461 61 5346
>> email c.lemmen@fz-juelich.de
>> **********************************************

--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
============================================================ =======
Re: idl/idlde command line autocomplete [message #30911 is a reply to message #30834] Wed, 22 May 2002 09:00 Go to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
Carsten:

In the command line (Unix) version of IDL, instead of

idl> he <up-arrow>

Try instead

idl> ^
String To Match: he

It doesn't seem to work in idlde, though. Bummer.

William Thompson


Carsten Lemmen <c.lemmen@fz-juelich.de> writes:

> Having switched from MatLab to IDL I miss alot the command line=20
> autocomplete functionality in IDL command history.

> Example:
> idl> a=3D5
=
> idl> help,a
> idl> print,a
> idl> he <up-arrow>

> typing 'he' on the command line and pressing the up arrow key should
> give me the most recent command starting with 'he', namely 'help,a'
> Is there an option/does anyone have a plugin to obtain this functionality=
> ?

> **********************************************
> Carsten Lemmen

> Forschungszentrum J=FClich <www.fz-juelich.de>
> Institut f=FCr Chemie und Dynamik der Geosph=E4re
> ICG-I: Stratosph=E4re
> 52425 J=FClich
> Germany

> phone +49 (0)2461 61 6524
> fax +49 (0)2461 61 5346
> email c.lemmen@fz-juelich.de
> **********************************************
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Object programming with data...
Next Topic: Re: Flipping and combining plots

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:56:07 PDT 2025

Total time taken to generate the page: 0.00397 seconds