I have been using help to get some info on seldom used functions for their parameters but was string an issue.
An example is
die("Database Failed to open"); |
If I highlighted the die part with the mouse it also selects the () and when you press F1 it gives you help about
Scope Resolution Operator (::) |
However if I just select di and then press F1 I get what I wanted in the first place.
die
(PHP 3, PHP 4, PHP 5)
die -- Equivalent to exit()
Description
This language construct is equivalent to exit().
|
I know what I have to do to get what I want now but it is a pain having to select all but the last character. Any chance of a fix?