RE: [Pydev-code] Templates
Brought to you by:
fabioz
From: Fabio Z. <fa...@in...> - 2004-08-10 16:10:36
|
It's ok... It happens... Hey Dana, the autocompletion only works for '.' right? (I removed the = other from the code as I couldn=92t get them to work and it was annoying me = having to wait and having nothing shown). I also cached the results for code completion and made it work = partially... This means: If you have=20 Class Foo: def abbb(self): pass foo =3D Foo() foo.a <- shows abbb (it was only showing when it was in '.') And deleting a shows all functions available...and putting it again = shows only abbb. I has to cache the results because this could get really = slow. And congratulations...it's working very well... (I have some = observations on it, but I'll pass it to you later). []s Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br -----Original Message----- From: pyd...@li... [mailto:pyd...@li...] On Behalf Of Dana Moore Sent: ter=E7a-feira, 10 de agosto de 2004 11:40 To: pyd...@li... Subject: RE: [Pydev-code] Templates Sorry if my check in removed that. I tried to be careful in diff/merging but maybe that swept away. I guess there's always a bit higher danger if two people are hacking the same module at the same time. My apologies is that's what happened. --- Fabio Zadrozny <fa...@in...> wrote: > Well, I just checked it and it's not working (I had used the same=20 > completion processor class Dana used, so, it is not working because=20 > templates were removed from the class... I will correct it and check=20 > it in...) >=20 > []s >=20 > Fabio Zadrozny > ------------------------------------------------------ > Software Developer > ESSS - Engineering Simulation and Scientific Software www.esss.com.br >=20 >=20 > -----Original Message----- > From: pyd...@li... > [mailto:pyd...@li...] On Behalf Of Fabio=20 > Zadrozny > Sent: terga-feira, 10 de agosto de 2004 08:14 > To: pyd...@li... > Subject: RE: [Pydev-code] Templates >=20 > Templates works in the same manner that autocompletion does, so, just > Ctrl+Space and it should show the templates you defined in the > templates > page (on the pydev preferences, now, there should be a templates page, = > were you can add/edit/remove any template). >=20 > []s >=20 > Fabio Zadrozny > ------------------------------------------------------ > Software Developer > ESSS - Engineering Simulation and Scientific Software www.esss.com.br >=20 >=20 > -----Original Message----- > From: pyd...@li... > [mailto:pyd...@li...] On Behalf Of Aleks=20 > Totic > Sent: segunda-feira, 9 de agosto de 2004 21:41 > To: pyd...@li... > Subject: Re: [Pydev-code] Templates >=20 > Neat. I've never used templates before. How do I activate them in in=20 > the editor? >=20 > Aleks >=20 > Fabio Zadrozny wrote: >=20 > > Hi All, > >=20 > > I've just added the templates preferences pages and the templates=20 > > support to our plugin. > >=20 > > If anyone wants to add more templates to the default templates, > that > > would be a great idea... >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media = > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save = > 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media = > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save = > 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media = > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save = > 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code >=20 =3D=3D=3D=3D=3D _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ Dana Moore _/ _/ BBN Technologies LLC _/ _/ M: 240.350.4196 _/ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ =09 __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail=20 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media = 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Pydev-code mailing list Pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code |