Donate Share

Geany

Tracker: Bugs

5 Functions list in the taskbar with php object code - ID: 1795810
Last Update: Comment added ( eht16 )

Methods declared in classes doesn't appear in the taskbar... event thougth
"classics" functions appears in this menu...

When the prefix (public|protected|private) is deleted of the declaration,
the method name appear in the taskbar, but not with the prefix....


Maxhysteria ( maxhysteria ) - 2007-09-16 16:05

5

Closed

Fixed

Enrico Tröger

None

None

Public


Comments ( 7 )




Date: 2007-11-17 19:30
Sender: eht16Project AdminAccepting Donations


Should be fixed in SVN r2053 by using CTags's php.c and regex support.
If anything won't work, reopen this report.


Date: 2007-11-17 13:49
Sender: harbingerkun


More information is available regarding this bug here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1833632&group_id=153444&atid=787791

Due to duplication, I've taken the liberty of closing the ticket.


Date: 2007-09-26 14:55
Sender: ntrelProject AdminAccepting Donations


OK, perhaps we'll use the Ctags SVN php.c. It might require us to update
regex.c also. I think for Geany tagmanager regex support is always enabled.


Date: 2007-09-26 11:30
Sender: maxhysteria


My patch is not so good...

I saw that exuberant Ctags implements this, but only if regex parser is
activate...


Date: 2007-09-26 11:24
Sender: ntrelProject AdminAccepting Donations


Thanks for the patch. We will apply it soon after the Geany 0.12 release.


Date: 2007-09-19 15:42
Sender: maxhysteria


I use geany 0.11, and I have se same problem with 0.12pre version.

It comes from tagmanager/php.c.
I think that screenshots is better :
http://noname-land.org/screen/Capture.png
Methods and attributes from php classes are not included in php.c, and
they can't be found in php files...

I have made some changes in php.c to resolve this, but it's very bad
coded. My php.c is in attachement.
http://noname-land.org/screen/Capture-1.png
File Added: php.c


Date: 2007-09-19 12:54
Sender: eht16Project AdminAccepting Donations


Which version of Geany are you using? Can you send some example code? I'm
not completely sure what you mean.


Log in to comment.




Attached File ( 1 )

Filename Description Download
php.c php.c modified for php5 methods and attributes definitions. Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2007-11-17 19:30 eht16
resolution_id None 2007-11-17 19:30 eht16
assigned_to nobody 2007-11-17 19:30 eht16
close_date - 2007-11-17 19:30 eht16
File Added 246329: php.c 2007-09-19 15:42 maxhysteria