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

Home » Public Forums » archive » Top 10 for young farts
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
Top 10 for young farts [message #20997] Thu, 03 August 2000 00:00 Go to next message
Martin Schultz is currently offline  Martin Schultz
Messages: 515
Registered: August 1997
Senior Member
Well, maybe I am cheating here, but as I am still considered a "young
scientist", I thought I could dare ;-)

Working mostly on a Linux system and abhjorring the IDE (to me, it's
just too cluttered, how can you live
with three lines of 40 characters as an editor window?), I would very
much like to see some more intelligence of the command line. There
should be an auto-complete functionality (TAB would complete a command
or give you a choice of options), and one should be able to jump back
and forth with CTRL-arrow, HOME, and END, so that you don't get sore
muscles when you edit commands previously entered (and you want to
change the first of twenty arguments).

Just a thought (and a new thread),
Martin

--
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
[[ Dr. Martin Schultz Max-Planck-Institut fuer Meteorologie [[
[[ Bundesstr. 55, 20146 Hamburg [[
[[ phone: +49 40 41173-308 [[
[[ fax: +49 40 41173-298 [[
[[ martin.schultz@dkrz.de [[
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
Re: Top 10 for young farts [message #21041 is a reply to message #20997] Fri, 04 August 2000 00:00 Go to previous messageGo to next message
Steve Hartmann is currently offline  Steve Hartmann
Messages: 21
Registered: March 2000
Junior Member
I agree that emacs is a better editor in most cases. I think the fact
that so many people use a third party editor should be a big concern
for RSI. The interface is a major part of the software in my opinion,
and it's dissapointing that RSI's version is not the best (or even an
acceptable) choice for many of us. I do like the new Windows version,
which allows the creation of projects. It's similar to MS Visual
Studio, which I also use, so it's easy to switch back and forth.

So my point is that I wish IDL's editor was improved to the point we
didn't need to use emacs. To me, it's very close, and my biggest
complaint is that you can't paste more than one line of code into the
command line.

-Steve

On Thu, 03 Aug 2000 19:49:00 -0400, "J.D. Smith"
<jdsmith@astro.cornell.edu> wrote:

> Steve Hartmann wrote:
>>
>> There are many times I want to copy several lines of code and paste
>> them to the command line. This does not work using IDLDE for Windows -
>> only the first line of code gets copied. Therefore I end up copying
>> line by line (which is tedious) or just re-typing the command.
>>
>> I'm not sure if this is a problem for "young" or "old" farts, or maybe
>> just my own problem, but I know it has bothered me many times.
>>
>> -Steve
>
> IDLWAVE for emacs: "Run Region". Tremendously useful.
>
> JD
Re: Top 10 for young farts [message #21058 is a reply to message #20997] Fri, 04 August 2000 00:00 Go to previous messageGo to next message
Martin Schultz is currently offline  Martin Schultz
Messages: 515
Registered: August 1997
Senior Member
Martin Schultz wrote:
>
> Well, maybe I am cheating here, but as I am still considered a "young
> scientist", I thought I could dare ;-)
>
> Working mostly on a Linux system and abhjorring the IDE (to me, it's
> just too cluttered, how can you live
> with three lines of 40 characters as an editor window?), I would very
> much like to see some more intelligence of the command line. There
> should be an auto-complete functionality (TAB would complete a command
> or give you a choice of options), and one should be able to jump back
> and forth with CTRL-arrow, HOME, and END, so that you don't get sore
> muscles when you edit commands previously entered (and you want to
> change the first of twenty arguments).
>
> Just a thought (and a new thread),
> Martin
>

I hear, I hear. Now what do we learn from this: why doesn't RSI adopt
(x)emacs as their official editor and IDE -- as far as I know, there
isn't even a license fee on it. And if they had just one person
dedicated to linking IDL and Emacs even closer together and providing a
consistent port to Windows and Mac, they could
(a) get moral gummibears for contributing to a GNU project, (b) let Unix
users feel that they are an important fraction of the customers, (c)
improve IDL's look and feel drastically. But if they don't want
to do this, it still wouldn't hurt to improve the command line just a
little bit. There are still folks in the world who are happy with vi.
And if I dial in from home, I can't open X windows, so I am stuck with
terminal type tools.

Martin


--
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
[[ Dr. Martin Schultz Max-Planck-Institut fuer Meteorologie [[
[[ Bundesstr. 55, 20146 Hamburg [[
[[ phone: +49 40 41173-308 [[
[[ fax: +49 40 41173-298 [[
[[ martin.schultz@dkrz.de [[
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
Re: Top 10 for young farts [message #21066 is a reply to message #20997] Thu, 03 August 2000 00:00 Go to previous messageGo to next message
John-David T. Smith is currently offline  John-David T. Smith
Messages: 384
Registered: January 2000
Senior Member
"J.D. Smith" wrote:
>
> Steve Hartmann wrote:
>>
>> There are many times I want to copy several lines of code and paste
>> them to the command line. This does not work using IDLDE for Windows -
>> only the first line of code gets copied. Therefore I end up copying
>> line by line (which is tedious) or just re-typing the command.
>>
>> I'm not sure if this is a problem for "young" or "old" farts, or maybe
>> just my own problem, but I know it has bothered me many times.
>>
>> -Steve
>
> IDLWAVE for emacs: "Run Region". Tremendously useful.

Sadly, not in windows, of course. But then, there's always Linux ;)
Re: Top 10 for young farts [message #21067 is a reply to message #20997] Thu, 03 August 2000 00:00 Go to previous messageGo to next message
John-David T. Smith is currently offline  John-David T. Smith
Messages: 384
Registered: January 2000
Senior Member
Steve Hartmann wrote:
>
> There are many times I want to copy several lines of code and paste
> them to the command line. This does not work using IDLDE for Windows -
> only the first line of code gets copied. Therefore I end up copying
> line by line (which is tedious) or just re-typing the command.
>
> I'm not sure if this is a problem for "young" or "old" farts, or maybe
> just my own problem, but I know it has bothered me many times.
>
> -Steve

IDLWAVE for emacs: "Run Region". Tremendously useful.

JD


--
J.D. Smith /*\ WORK: (607) 255-6263
Cornell University Dept. of Astronomy \*/ (607) 255-5842
304 Space Sciences Bldg. /*\ FAX: (607) 255-5875
Ithaca, NY 14853 \*/
Re: Top 10 for young farts [message #21112 is a reply to message #20997] Tue, 08 August 2000 00:00 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Carsten Dominik wrote:
>
> In article <398961FF.960DC51D@dkrz.de>,
> Martin Schultz <martin.schultz@dkrz.de> wrote:
>> Well, maybe I am cheating here, but as I am still considered a "young
>> scientist", I thought I could dare ;-)
>>
>> Working mostly on a Linux system and abhjorring the IDE (to me, it's
>> just too cluttered, how can you live
>> with three lines of 40 characters as an editor window?), I would very
>> much like to see some more intelligence of the command line. There
>> should be an auto-complete functionality (TAB would complete a command
>> or give you a choice of options), and one should be able to jump back
>> and forth with CTRL-arrow, HOME, and END, so that you don't get sore
>> muscles when you edit commands previously entered (and you want to
>> change the first of twenty arguments).
>
> All this (and much more) is available under Linux if you use Emacs
> with the IDLWAVE package. Jump ship!
>
>
I have missed in the past the debugmode in emacs like I have it in the
IDLDE.

How did you debug with the emacs?

Reimar Bauer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: New IDL-based visualization and analysis tool
Next Topic: Reverse FFT ?

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

Current Time: Fri Oct 10 10:48:15 PDT 2025

Total time taken to generate the page: 0.64465 seconds