[symfony-users] Re: symfony textmate bundle

2009-04-17 Thread Dennis Benkert
Sure! Can the Doctrine users maybe post some suggestions of snippets or commands? It would be exciting go get some response from 'hardcore' Doctrine users to find helpfull shortcuts. - Dennis 2009/4/17 MrMoins : > > Hi, > first congratulation for this excellent bundle. > I just want to ask you i

[symfony-users] Re: symfony textmate bundle

2009-04-17 Thread MrMoins
Hi, first congratulation for this excellent bundle. I just want to ask you if it's possible to integrate Doctrine command in the future ? Thank you On 26 mar, 11:54, Dennis Benkert wrote: > I just pushed the first preview of the bundle (codename 'conductor's > baton') to github > (http://githu

[symfony-users] Re: symfony textmate bundle

2009-03-26 Thread Dennis Benkert
I just pushed the first preview of the bundle (codename 'conductor's baton') to github (http://github.com/denderello/symfony-tmbundle/tree/master). Everybody is invited to give feedback about the features, usage, etc. Happy coding, Dennis 2009/3/24 Dennis Benkert : >> FWIW, I've mapped getReques

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Fási Gábor
> strg?  is that command? > Ctrl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Dennis Benkert
> FWIW, I've mapped getRequestParameter() > to ^P to match the Rails bundle. It's such a common thing that it > deserves to be easy to insert. Ideally, the bundle would detect sf >= > 1.1 and automatically use $request->getParameter() instead of $this- > >getRequest()->getParameter(). I try t

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Jacob Coby
On Mar 24, 2009, at 11:04 AM, Dennis Benkert wrote: > > Hey all, > > I just wanted to inform you about the state of the bundle. I did some > refactoring on the tab shortcuts and they are much shorter now. To > give you a little teaser I will list some of them: > > 'gro' + tab: will produce $this-

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Dennis Benkert
Hey all, I just wanted to inform you about the state of the bundle. I did some refactoring on the tab shortcuts and they are much shorter now. To give you a little teaser I will list some of them: 'gro' + tab: will produce $this->getRoute()->getObject(); 'gp' + tab: will produce $this->getReques

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Gareth McCumskey
On Mon, Mar 23, 2009 at 8:43 PM, hsteckylf wrote: > > > Also, a larger task might be doing an autocomplete of model getter and > setter functions. > > You mean just like Eclipse PDT can already do? :P --~--~-~--~~~---~--~~ You received this message because you are

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread gestadieu
How about some command to run sf command line from within Textmate? On Mar 13, 1:12 am, Dennis Benkert wrote: > I'm going to take over the maintenance of symfony's textmate bundle to > add and update some features. For this I would ask everybody who is > using textmate to give me some feature re

[symfony-users] Re: symfony textmate bundle

2009-03-23 Thread hsteckylf
Dennis, I would love for the symfony bundle to do source highlighting/coloring similar to how it handles PHP functions. Also, a larger task might be doing an autocomplete of model getter and setter functions. IE: when I would create a variable from the model $article = new Article(); then