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

Home » Public Forums » archive » IDLDE questions
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
IDLDE questions [message #87494] Fri, 07 February 2014 14:34 Go to next message
Gordon Farquharson is currently offline  Gordon Farquharson
Messages: 48
Registered: December 2010
Member
Hi All

Is there a way to do the following in the IDL IDE?

1. Tab-completion of files on the command line. For example, I want to type

cd, '/home/gordon/<TAB><TAB>

and have a list of possibilities appear.

2. Make the editor and formatter align function and procedure parameters in the following way:

v1 = vector(vx, vy, x, y, $
XTITLE='X', YTITLE='Y', $
XRANGE=[-1.,4.], YRANGE=[-1.,4.])

as opposed to

v1 = vector(vx, vy, x, y, $
XTITLE='X', YTITLE='Y', $
XRANGE=[-1.,4.], YRANGE=[-1.,4.])

3. Make the formatter format code as I type it. Currently, the formatter only formats parts of the code in the way that I have requested when I format the code with SHIFT+CTRL+F.

(Yeah, I'm an IDLWAVE user.)

Gordon
Re: IDLDE questions [message #87495 is a reply to message #87494] Fri, 07 February 2014 14:52 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Gordon Farquharson writes:

> (Yeah, I'm an IDLWAVE user.)

Then why the heck are you fooling around with the IDLDE!? That's for
those of us who are too old to train our fingers. :-)

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Re: IDLDE questions [message #87496 is a reply to message #87495] Fri, 07 February 2014 15:49 Go to previous messageGo to next message
Gordon Farquharson is currently offline  Gordon Farquharson
Messages: 48
Registered: December 2010
Member
On Friday, February 7, 2014 2:52:28 PM UTC-8, David Fanning wrote:

>> (Yeah, I'm an IDLWAVE user.)
>
> Then why the heck are you fooling around with the IDLDE!? That's for
> those of us who are too old to train our fingers. :-)

The IDE does have some nice features. For example, I like the CTRL+Space function that seems to know about every routine that exists in my path. The list of variables and values on the side is also nice. However, IDLWAVE/Emacs has some great features that I'm not sure I want to live without.

Therefore, I have two options:

1) Help support IDLWAVE so that it offers nice functionality that the IDE now offers (but, as much as I'd like to learn eLisp, I really don't have the time).

2) Explore the IDE.

Gordon
Re: IDLDE questions [message #87497 is a reply to message #87496] Fri, 07 February 2014 16:16 Go to previous messageGo to next message
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
On 08.02.2014 00:49, Gordon Farquharson wrote:
> 1) ... nice functionality that the IDE now offers

Have you tried automatic commenting of functions/procedures? CTRL+F3 to
navigate in the code of user defined functions? These are also nice
features from IDLDE.

However your points are good points: the editor could do even more, I
guess. Maybe somewhere in the editors options?
(window->preferences->idl->editor)
Re: IDLDE questions [message #87498 is a reply to message #87497] Sat, 08 February 2014 13:07 Go to previous message
Gordon Farquharson is currently offline  Gordon Farquharson
Messages: 48
Registered: December 2010
Member
On Friday, February 7, 2014 4:16:41 PM UTC-8, Fabien wrote:

> Have you tried automatic commenting of functions/procedures? CTRL+F3 to
> navigate in the code of user defined functions? These are also nice
> features from IDLDE.

The CTRL+F3 function of Eclipse is really convenient.

> However your points are good points: the editor could do even more, I
> guess. Maybe somewhere in the editors options?

I did look through the options, but didn't find any of the features I mentioned. I was wondering whether one could manually edit Eclipse configuration files, but I suspect that some of then would have to be implemented by Exelis VIS.

Gordon
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Keywords and properties (in function graphics)
Next Topic: Use Ascii_Template/Read_Ascii results to write a file

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

Current Time: Wed Oct 08 15:15:47 PDT 2025

Total time taken to generate the page: 0.38311 seconds