Code Style

View: New views
2 Messages — Rating Filter:   Alert me  

Code Style

by Nikolaus Rath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

Re: Code Style

by Fabio Zadrozny-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 update that editor so that it becomes clearer what's
that).

i.e.:

On the call:

MyCall()

The assign should be to a variable named 'my_call' or 'myCall'.

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users