PVCS issues!!! [message #34829] |
Thu, 24 April 2003 11:20  |
volyblmn
Messages: 1 Registered: April 2003
|
Junior Member |
|
|
For some reason PVCS is unable to utilize Windows' "Browse in same
window" function. When trying to open .pro files, multiple instances
of IDL are started. What I would like to happen is
every time I open a file in PVCS, each respective file is opened
within the same instance of IDL already running. (I've
already gone through the file association process and tried to select
"Browse in same window" but the option is greyed out.) Any help is
greatly appreciated!
|
|
|
Re: PVCS issues!!! [message #34880 is a reply to message #34829] |
Mon, 28 April 2003 15:16  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Mark Hadfield wrote:
>
> "volyblmn" <volyblmn@yahoo.com> wrote in message
> news:5265cfc4.0304241020.7e919d26@posting.google.com...
>
>> For some reason PVCS is unable to utilize Windows' "Browse in same
>> window" function. When trying to open .pro files, multiple
>> instances of IDL are started. What I would like to happen is every
>> time I open a file in PVCS, each respective file is opened within
>> the same instance of IDL already running. (I've already gone
>> through the file association process and tried to select "Browse in
>> same window" but the option is greyed out.) Any help is greatly
>> appreciated!
>
> What is PVCS?
>
> What I can tell you is how to get Explorer to open .pro files in an
> existing instance of IDL, rather than starting a new one.
>
> In an Explorer window go to the "Tools/Options" menu and then to the
> "File Types" tab in the resulting dialogue box. Select the extension
> "PRO", file type "IDL source file" and click on the Advanced
> button. Select the Open action from the list and press the "Edit"
> button. Now (here's where we get to the interesting bit) check the
> "Use DDE" checkbox and in the fields below it enter:
>
> DDE Message: [open("%1")]
> Application: IDLDE
> DDE Application Not running: (blank)
> Topic: System
>
> So I guess what you need to do is persuade PVCS to open .pro files via
> DDE. Good luck.
>
PVCS is I believe a Version Control System. The P could be Personal I am not
sure.
idlde does not support this (unfortunately) emacs does.
It is more an emacs question or it is again a posting in the wrong group.
If it is the right group then I am very interested to hear more about the
PVCS and idlde.
regards
Reimar
>
>
> --
>
> Mark Hadfield "Ka puwaha te tai nei, Hoea tatou"
> m.hadfield@niwa.co.nz
> National Institute for Water and Atmospheric Research (NIWA)
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|
Re: PVCS issues!!! [message #34902 is a reply to message #34829] |
Sun, 27 April 2003 16:49  |
Mark Hadfield
Messages: 783 Registered: May 1995
|
Senior Member |
|
|
"volyblmn" <volyblmn@yahoo.com> wrote in message
news:5265cfc4.0304241020.7e919d26@posting.google.com...
> For some reason PVCS is unable to utilize Windows' "Browse in same
> window" function. When trying to open .pro files, multiple
> instances of IDL are started. What I would like to happen is every
> time I open a file in PVCS, each respective file is opened within
> the same instance of IDL already running. (I've already gone
> through the file association process and tried to select "Browse in
> same window" but the option is greyed out.) Any help is greatly
> appreciated!
What is PVCS?
What I can tell you is how to get Explorer to open .pro files in an
existing instance of IDL, rather than starting a new one.
In an Explorer window go to the "Tools/Options" menu and then to the
"File Types" tab in the resulting dialogue box. Select the extension
"PRO", file type "IDL source file" and click on the Advanced
button. Select the Open action from the list and press the "Edit"
button. Now (here's where we get to the interesting bit) check the
"Use DDE" checkbox and in the fields below it enter:
DDE Message: [open("%1")]
Application: IDLDE
DDE Application Not running: (blank)
Topic: System
So I guess what you need to do is persuade PVCS to open .pro files via
DDE. Good luck.
--
Mark Hadfield "Ka puwaha te tai nei, Hoea tatou"
m.hadfield@niwa.co.nz
National Institute for Water and Atmospheric Research (NIWA)
|
|
|