[Pydev-users] Code Style

2009-07-25 Thread Nikolaus Rath
Hello, Can someone tell me what the Use locals and attrs in camel case (used for assign quick-assist option under Code Style does? Thanks! -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C

Re: [Pydev-users] Code Style

2009-07-25 Thread Fabio Zadrozny
Hi Nikolaus, Can someone tell me what the Use locals and attrs in camel case (used for assign quick-assist option under Code Style does? This is used for knowing how the assign to local/assign to field ( see: http://sourceforge.net/contentassist.html ) should create the target name (I'll