[TxMt] Re: Magento User Poll

Timothy Rhodes phoenixevolution at gmail.com
Thu Mar 18 22:47:18 UTC 2010


Is there a place that I can download your bundle, so I can see if I can just extend it rather than just writing everything myself?


Timothy

On Mar 18, 2010, at 5:00 PM, Mario Kuroir Ricalde wrote:

> I'm working on a autocompletion intellisense (code aware) bundle; maybe my work can help you out,  do you use DIALOG for displaying the autocompletion options? or you use pure snippets?
> 
> On Mar 18, 2010, at 1:49 PM, Timothy Rhodes wrote:
> 
>> I'm working on a magento bundle. It is currently on github and getbundles can install it. 
>> 
>> so of my work has over lapped with the php completion bundle but some has not.
>> 
>> The php completion bundle won't be able to auto complete for Mage::getSingleton('catalog/product');
>> 
>> Since in magento you use the factory pattern a lot I build my own bundle. What I'm looking for is how many users use magento and what features of a bundle would they like?
>> 
>> The current bundle does the following:
>> 1. Auto complete for classes used in factory methods aka Mage::getSingleton({the classes here});
>> 2. Takes you to a definition of a class
>> 3. Tab trigger for <?php echo $this->__('$1'); ?>$0 
>> 
>> 
>> The next version will do:
>> 1. Show parent inheritance (80% done)
>> 2. Auto complete for the Mage class (100% done)
>> 3. Take the user to the Magento online class documentation. 
>> 
>> 
>> 
>> Timothy
>> 
>> 
>> _______________________________________________
>> textmate mailing list
>> textmate at lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
> 
> - Mario "Kuroir" Ricalde
> 
> 
> 
> 
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate




More information about the textmate mailing list