Ticket #616 (closed Bugs: fixed)
PHP Editor does not follow links to functions with comments
| Reported by: | benoit_heinrich | Owned by: | incastrix |
|---|---|---|---|
| Priority: | 5 | Milestone: | 1.2.2 |
| Component: | PHP Editor | Version: | 1.2.x |
| Keywords: | comments, functions | Cc: |
Description (last modified by ed_mann) (diff)
Hi,
If you have a PHP file that look like this:
function /*integer*/ getCount()
{
}
then if you reference the getCount() function somewhere in your code, then the PHP editor does not locate the function in the repository (using F3 or the Ctrl-click).
This is probably due to the comment in between the function keyword and the function name.
Probably just a problem in a regexp.
/Benoit
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

