Added addLocationListener() to the PHPManualView.java file. This will catch the links...
authorEdward Mann <phpeclipse.dev@edmann.com>
Sat, 26 Jan 2008 23:45:36 +0000 (23:45 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Sat, 26 Jan 2008 23:45:36 +0000 (23:45 +0000)
commit0bc7a3adc825b57965257674b905024193709194
treefa7d786c89f66ffb2f8c79a09ca4038b81cfb267
parent8948cb7534193e49a5e2e77387548976da4a838d
Added addLocationListener() to the PHPManualView.java file. This will catch the links whey they are clicked on, and load the correct PHP Manual page.

Still need to catch the http:// links and direct them to either the default browser, or to ignore them.

This addresses ticket #379

Also may need to do something about when you click on a function and are navigating in the page, if you change focus the Manual will reset to the function that your cursor is active in.
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java