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

Home » Public Forums » archive » Re: IDL Workbench Nits
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL Workbench Nits [message #57991 is a reply to message #57988] Thu, 10 January 2008 07:43 Go to previous messageGo to previous message
Ryan. is currently offline  Ryan.
Messages: 77
Registered: March 2006
Member
> Like you, I have seen this only happen occasionally, and I
> haven't been able to pinpoint the exact circumstances, but
> it seems to me that when I am using my arrow keys to recall
> commands, that the command is executed immediately upon
> recall. What I want, of course, is to recall a command
> to the command line so I can make a change to it, not to
> execute it right away. I don't want it to execute until I
> have hit the Carriage Return. When the command sets of a long
> program, this is MOST annoying.

I haven't experienced that.....yet. The command line seems to work as
it should for me. But I can only imagine how annoying it can be.

One thing I just noticed is that if you have a string with this slash
"\" in it, the variables prints it as having two.

Here is a sample:
IDL> sasfname = 'Z:\test\sas\SAS_WEEK49.SAS'
IDL> print, sasfname
Z:\test\sas\SAS_WEEK49.SAS

but in the Variables Window it says:
Z:\\test\\sas\\SAS_WEEK49.SAS

But it doesn't work the same way if you use the other slash:
IDL> sasfname_otherslash = 'Z:/test/sas/SAS_WEEK49.SAS'
IDL> print, sasfname_otherslash
Z:/test/sas/SAS_WEEK49.SAS

and in the Variables window it says:
Z:/test/sas/SAS_WEEK49.SAS


This might be how Eclipse works but can be misleading if I use the
Variables window often.

Ryan.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What do YOU make in salary?
Next Topic: Re: putting data into .kml (google earth) from IDL

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

Current Time: Wed Oct 08 22:34:38 PDT 2025

Total time taken to generate the page: 0.24408 seconds