|
From: Simao M. <si...@bl...> - 2006-11-23 21:47:08
|
>The completion pop up should pop up on keystroke and not when I type >C+b, can this be done? >Thank you. Bjorn Wijers wrote: > Vladimir, > > Thanks for pointing this out. It seems to work when I type: > > explo <C+B> > > and it becomes > > explode > > However it would be even better when I get something which also displays > the arguments for the particular function in a tooltip or something > similar while typing. This would be very handy with the inconsisted > order of parameters in the PHP core functions. Perhaps this is something > which can be accomplished with another plugin? > > BTW I'm using jEdit 4.3pre8 on an Intel Mac with OS X 10.4.8 with java 1.5 > > ps: I presume C+B is the shortcut for word completion? > > All the best, > > grtz > BjornW > > > > > > Vladimir Oleynik wrote: >> Hi, >> >> While PHPParser completes your code (after you create PHPproject with it >> and parse it), >> phpcompletion does that for the standard php functions. But note, they may >> conflicts with other completion plugins, so if you use ruby plugin or >> other for say, java functions complete, it'd be better to switch off all >> them while you're working on php projects. >> >> On Thu, 23 Nov 2006 02:32:27 +0200, Bjorn Wijers >> <mai...@bd...> wrote: >> >>> Thanks everybody for the quick responses, but what I'm looking for is a >>> plugin which is completing the standard php functions as well as my own >>> code. So for instance I would like it to show: >>> >>> 'array explode ( string delimiter, string string [, int limit] )' >>> >>> when I type: explod >>> >>> I then could use a certain keystroke to have this particular function >>> added to my code.. >>> >>> Is something like this available? I do have the PHPParser plugin >>> installed, but it seems to lack this functionality or am I missing >>> something? >>>> There is another plugin which is not accessable from plugin manager: >>>> http://sourceforge.net/projects/phpcomplet/ >>>>> Hi, you can try PHPParser, it does a little completion. I don't know >>>>> Ruby so >>>>> http://hoyo.free.fr/jedit/CVS/PHPParser.jar >>>>> >>>>>> I would like to know if there is a plugin available which supports >>>>>> code >>>>>> completion for php4 and php5? What I am looking for is similar to the >>>>>> Ruby plugin. If no one knows of a plugin like this for php, I would >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV |