Re: Open file from full address in IDL Workbench [message #62853] |
Thu, 09 October 2008 05:28 |
Nigel Wade
Messages: 286 Registered: March 1998
|
Senior Member |
|
|
Philip Elson wrote:
> I often find that it would be nice to open a file in the Workbench by
> entering the full address of that file rather than having to navigate
> to the folder with a mouse.
>
> Anyone know of anyway to do this on Red Hat Linux?
>
There's an undocumented (or very poorly documented - I don't know where)
keystroke on the Open File dialog box. Use ctrl-l and another box opens where
you can enter a full path to a file.
--
Nigel Wade
|
|
|
|
Re: Open file from full address in IDL Workbench [message #62855 is a reply to message #62854] |
Thu, 09 October 2008 02:57  |
Spon
Messages: 178 Registered: September 2007
|
Senior Member |
|
|
On Oct 9, 10:40 am, Philip Elson <philip.el...@metoffice.gov.uk>
wrote:
> Apologies,
> I should make it clear that I want to do this from within the
> workbench.
Hi Philip,
I'm in two minds as to what you mean here. If you mean opening a data
file for manipulation, I would use:
openu, lun, '/full/add/ress/myfile', /get_lun
Have a look at '?openu' to find out which of OpenU, OpenR, OpenW you
want to use.
The alternative is that you want to look at .pro and .sav files in the
workbench window.
Assuming you have your !Path set up correctly, and are storing your
files somewhere IDL knows to search, just type
.edit <myfile>
Regards,
Chris
|
|
|
|