|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Are there any plans to add Intellisense type popups to the POV-Ray
interface? It's a real cool feature in Visual Studio/Eclipse and speeds my
codeing no end. I was thinking this weekend that a similar thing in POV-Ray
would be cool
--
#####-----#####-----#####
POV Tips and Hints at ...
http://povman.blogspot.com/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"POVMAN" <s### [at] acom> wrote:
> Are there any plans to add Intellisense type popups to the POV-Ray
> interface?
Semantic completion -- "Intellisense", in M$ terms -- is only really nice in
heavily OO languages, so that you can chain several deeply nested method
calls very easily. I don't think it'd be of much use in a procedural
language like the SDL.
You can however have a simpler textual completion based on names in scope,
like emacs, vim, SciTE, kate, textpad and several other good text editors
offer. Works faster than "Intellisense" and is nice enough for the simpler
setup of the SDL. Working with tags even get you the benefit of quickly
reaching the original definition and going back and forth to know the
parameters of functions...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"POVMAN" <s### [at] acom> wrote in message news:447bf85f$1@news.povray.org...
> Are there any plans to add Intellisense type popups to the POV-Ray
> interface? It's a real cool feature in Visual Studio/Eclipse and
speeds my
> codeing no end. I was thinking this weekend that a similar thing in
POV-Ray
> would be cool
you do know POV-Ray for windows has tab-completion, right?
cu!
--
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x) // ZK http://www.povplace.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> You do know POV-Ray for windows has tab-completion, right?
No I didnt. I've been using it for 5 years and didn't know that!
--
#####-----#####-----#####
POV Tips and Hints at ...
http://povman.blogspot.com/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"> Semantic completion -- "Intellisense", in M$ terms -- is only really nice
in
> heavily OO languages, so that you can chain several deeply nested method
> calls very easily. I don't think it'd be of much use in a procedural
> language like the SDL.
I've developed over the last weekend a bunch of macros that call other
macros, so I was really thinking along those lines.
--
#####-----#####-----#####
POV Tips and Hints at ...
http://povman.blogspot.com/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Zeger Knaepen" <zeg### [at] povplacecom> wrote:
> you do know POV-Ray for windows has tab-completion, right?
unfortunately, it just works for keywords, not for user-defined variables,
functions and macros...
textual completion in editors like vim, emacs, SciTE, textpad, kate and
others work great though! :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
POVMAN <s### [at] acom> wrote:
> No I didnt. I've been using it for 5 years and didn't know that!
Reading the documentation once in a while can help a lot.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
POVMAN wrote:
> No I didnt. I've been using it for 5 years and didn't know that!
You are not alone! I just discovered it yesterday :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
POVMAN wrote:
>> You do know POV-Ray for windows has tab-completion, right?
>
> No I didnt. I've been using it for 5 years and didn't know that!
try ctrl-space too
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris Cason" <del### [at] deletethistoopovrayorg> wrote in
message news:447f36dc@news.povray.org...
> POVMAN wrote:
> >> You do know POV-Ray for windows has tab-completion, right?
> >
> > No I didnt. I've been using it for 5 years and didn't know that!
>
> try ctrl-space too
hmm, didn't know that one :)
cu!
--
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x) // ZK http://www.povplace.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |