You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out why the classbrowser plugin wasn't working with PHP code, and it happened that the classbrowser code used in gmate was not the latest-up-to-date version.
at line 72, you see that for PHP files, a ETagsParserPHP is instanciated, while in gmate classwbrowser/init.py file, there's no mention of a PHP parser.
It'd be nice to update this plugin to its latest version, even if the last commit known for this project is a bit old (december 2008).
thx
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to figure out why the classbrowser plugin wasn't working with PHP code, and it happened that the classbrowser code used in gmate was not the latest-up-to-date version.
If you read : http://code.google.com/p/geditclassbrowser/source/browse/trunk/classbrowser/__init__.py
at line 72, you see that for PHP files, a ETagsParserPHP is instanciated, while in gmate classwbrowser/init.py file, there's no mention of a PHP parser.
It'd be nice to update this plugin to its latest version, even if the last commit known for this project is a bit old (december 2008).
thx
The text was updated successfully, but these errors were encountered: