POV-Ray : Newsgroups : povray.off-topic : All bow to the mighty Python : Re: All bow to the mighty Python Server Time
4 Sep 2024 17:23:15 EDT (-0400)
  Re: All bow to the mighty Python  
From: Darren New
Date: 21 Apr 2010 11:51:28
Message: <4bcf1f00$1@news.povray.org>
scott wrote:
> AutoComplete in Visual Studio Express usually gives you a line or two of 
> explanation underneath the function name and parameter list - see 
> attached image.  After you have chosen the function, you can scroll 
> through the various overloads if they exist to get more details.

Plus, as you're typing the arguments, it gives you help for each argument.

image.Draw(screen, []
and the drop-down list will say something like
    float rotation
      Amount to rotate the image in radians

I.e., so you know whether it's radians or degrees expected.

And this works for your own code. Even before you save the file.


-- 
Darren New, San Diego CA, USA (PST)
   Linux: Now bringing the quality and usability of
   open source desktop apps to your personal electronics.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.