I just published an update to the script that inserts automatic links to the online help. This fixes several issues with the regular expression used to determine when and where to place the links. So now ?PDEtools[diff_table] ?sum,details and ?implicitplot3d all will be linked correctly.

If you are curious here is the regular expression we're using: 

" \?([a-zA-Z]+[^ <\.\n]*)"

And the replacement:

" <a href='http://www.maplesoft.com/support/help/search.aspx?term=$1' target='_new'>?$1</a>"


Please Wait...