I'm happy to see there's some kind of interest in my PHP bundle. I'm still working on it so please contact me at [ cubiq at cubiq.org ] if you have any suggestions. In the repository under the PHP.tmbundle you'll also find a README file with some info and revision history.
The bundle contains about 3000 php functions, deprecated and experimental ones have been stripped out for better performances, in the README file you'll find excluded functions.
@Mats Persson: please contact me if you have any suggestions.
Best regards, Matt
Hi Matt, Your bundle comes with textmate... right? Or at the moment is it just syntax highlighting? If not, Im interested to know how yours works and if I can install it for my textmate. Ive never even looked at bundles till last night :) So its completely new to me, but is use php a lot... Thanks Eoghan
Matt wrote:
I'm happy to see there's some kind of interest in my PHP bundle. I'm still working on it so please contact me at [ cubiq at cubiq.org ] if you have any suggestions. In the repository under the PHP.tmbundle you'll also find a README file with some info and revision history.
The bundle contains about 3000 php functions, deprecated and experimental ones have been stripped out for better performances, in the README file you'll find excluded functions.
@Mats Persson: please contact me if you have any suggestions.
Best regards, Matt ______________________________________________________________________ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hey -- this is the first I've read about the anonymous repos for Bundles -- cool! I'm not sure how commit access works -- do I have to request an account? Are there limited maintainers per bundle?
I added PHP5 language constructs and PHPDoc tags (to inline comments) to PHP.plist syntax. Attached is my diff and commit ...
PS. I'm not crazy about the circus colors but nice work on improving the PHP function list (are these all generated from scripts, the names of the plist blocks?)
On Feb 24, 2005, at 2:18 AM, Matt wrote:
I'm happy to see there's some kind of interest in my PHP bundle. I'm still working on it so please contact me at [ cubiq at cubiq.org ] if you have any suggestions. In the repository under the PHP.tmbundle you'll also find a README file with some info and revision history.
The bundle contains about 3000 php functions, deprecated and experimental ones have been stripped out for better performances, in the README file you'll find excluded functions.
@Mats Persson: please contact me if you have any suggestions.
Best regards, Matt ______________________________________________________________________ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For anyone interested, I updated the PHP Documentor snippets and added them to the SVN repos (in PHP.tmbundle). The snippet "phpdoc_u" prints usage and explains the updates I made (i.e. you now use TextMate shell variables to set @author/@copyright defaults). http://macromates.com/svn/Bundles/trunk/PHP.tmbundle/
FYI Matteo : I have an svn account now, so I will help out with any changes needed for the PHP bundle ... as TextMate/PHP evolve. You mentioned you had some other ideas for macros/snippets ... just thought I would add these snippets in as-is, for convenience of distribution. They are always up for improvement or abstraction.
-Kumar