Re: IDL help in alternate browser [message #88631 is a reply to message #88627] |
Wed, 21 May 2014 06:54   |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
The functionality is broken. Below is what I received from tech support five months ago.
Me: I have tried to change the web browser to Firefox in the settings, but apparently the changes are ignored. No matter what the settings are, the help goes to chrome instead of firefox. Is this just me or is this a bug?
Support: This is occurring because IDL will always use the default browser to open the IDL help. I think one should be able to change the browser in which it is open using Window> Preferences > General > "Web Browser".
However, this doesn't seem to work with IDL 8.3. Therefore, I have filed another bug report about this issue (IDL-69010).
If you want to switch the Help to use Firefox, there are two options:
1) Make Firefox the default browser on your system.
2) Do the following suggestion:
FWIW, if you would like to open the IDL 8.3 help in a non-default web browser application, you might consider creating a workbench macro to spawn that browser with an argument that cause the an IDL help page to search for a selected string in your IDL editor window. For example:
SPAWN, 'START "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -url " file:///C:/Program%%20Files/Exelis/IDL83/help/online_help/ID L/idl.htm#s
earch-%S"', /NOWAIT
On Wednesday, May 21, 2014 3:42:36 AM UTC-4, Helder wrote:
> On Sunday, December 12, 2010 8:37:44 PM UTC+1, Paulo Penteado wrote:
>
>> On Dec 12, 9:10 am, Gordon Farquharson <gordonfarquhar...@gmail.com>
>
>> wrote:
>
>>>> Go to Preferences->General->Web browser in the Window menu.
>
>>>
>
>>> I tried that, but the help pages still open in Firefox regardless of
>
>>> what options (internal/external) I select.
>
>>
>
>> One option is to set it by an environment variable. For instance, in
>
>> bash syntax:
>
>>
>
>> export IDL_ONLINE_HELP_HTML_BROWSER=opera
>
>
>
> Sorry for picking up an old post, but I've tried changing preferred browser in IDL under Window->Preferences->General->Web Browser and setting Chrome (instead of Firefox). I also tried activating Use internal/external web browser with no change in the behaviour.
>
> I also tried using the "windows" option for export and typed in the command line:
>
>
>
> set IDL_ONLINE_HELP_HTML_BROWSER=chrome
>
> or
>
> set IDL_ONLINE_HELP_HTML_BROWSER="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
>
>
>
> neither worked. Pressing F1 on a command will always result in firefox opening.
>
>
>
> Has anybody else tried this?
>
>
>
> Thanks,
>
> Helder
>
>
>
> PS:
>
> IDL> !version
>
> {
>
> ARCH: "x86_64",
>
> OS: "Win32",
>
> OS_FAMILY: "Windows",
>
> OS_NAME: "Microsoft Windows",
>
> RELEASE: "8.3",
>
> BUILD_DATE: "Nov 15 2013",
>
> MEMORY_BITS: 64,
>
> FILE_OFFSET_BITS: 64
>
> }
|
|
|