Re: Help menu in 8.0 [message #75609 is a reply to message #75460] |
Wed, 16 March 2011 10:56  |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Mar 14, 9:25 am, Chris Torrence <gorth...@gmail.com> wrote:
> Hi all,
>
> The help system in IDL 7.0 and 7.1 was based on the Eclipse help
> system, which was indeed sluggish in starting up.
>
> In IDL 8.0 we switched to just using a browser-based help. Any
> slowness in starting up help is purely due to the browser itself, not
> IDL.
>
> One suggestion - you can fire up the web browser separately, and just
> navigate to the the help file within <IDL_DIR>/help/online_help/IDL/
> idl.html. Then you can bookmark that page, and keep the help running
> all the time. Unfortunately, this doesn't have the convenience of
> using "?fft" from within IDL, but at least it will be faster for you.
>
> Cheers,
>
> Chris
> ITTVIS
One important point: If you're trying to use Google Chrome to view IDL
help, it won't work properly unless you add the following switch when
launching Chrome:
"--allow-file-access-from-files"
Apparently, Chrome has a strict security policy when viewing local
files, that prevents the WebHelp from working straight out-of-the-box.
There is a thread here about it:
http://forums.adobe.com/thread/688697?tstart=0
Cheers,
Chris
ITTVIS
|
|
|