|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
that POVray editor had a netbeans-like auto-completion? When you press
ctrl-space a list of keywords is displayed. It doesn't work for
variables, however.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> that POVray editor had a netbeans-like auto-completion? When you press
> ctrl-space a list of keywords is displayed. It doesn't work for
> variables, however.
Fortunately it's not as slow as netbeans to show the completion list.
By the way, you can use the 'tab' key too.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nicolas Alvarez napsal(a):
>> that POVray editor had a netbeans-like auto-completion? When you press
>> ctrl-space a list of keywords is displayed. It doesn't work for
>> variables, however.
>
> Fortunately it's not as slow as netbeans to show the completion list.
>
> By the way, you can use the 'tab' key too.
Netbeans isn't THAT slow. By the way, I like the "only show imported
classes in the completion list" netbeans 6.0 feature.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jan Dvorak <jan### [at] centrumcz> wrote:
> Nicolas Alvarez napsal(a):
> >> that POVray editor had a netbeans-like auto-completion? When you press
> >> ctrl-space a list of keywords is displayed. It doesn't work for
> >> variables, however.
> >
> > Fortunately it's not as slow as netbeans to show the completion list.
> >
> > By the way, you can use the 'tab' key too.
> Netbeans isn't THAT slow.
no software is slow: it's the machine that used to not be up to it.
BTW, completion in pov's editor is very limited. I very much prefer vim's,
emacs' and a few other's textual completion: user-defined variables, macros,
comments... you name it. it's also wicked fast!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> BTW, completion in pov's editor is very limited. I very much prefer vim's,
> emacs' and a few other's textual completion: user-defined variables, macros,
> comments... you name it. it's also wicked fast!
>
Does Vim's completion support POV-Ray? It doesn't seem to complete even
keywords for me. :(
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> > BTW, completion in pov's editor is very limited. I very much prefer vim's,
> > emacs' and a few other's textual completion: user-defined variables, macros,
> > comments... you name it. it's also wicked fast!
> >
>
> Does Vim's completion support POV-Ray? It doesn't seem to complete even
> keywords for me. :(
yes, it's simple textual completion. While in edit mode, at the end of the word
you're trying to complete, push CTRL+N or CTRL+P to bring on the completions
found (in vim 7.0 they come in a menu of their own, in previous versions they
come one at a time). Go pushing CTRL+N(ext) or CTRL+P(reviows) to cycle
through the entries...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
>> Does Vim's completion support POV-Ray? It doesn't seem to complete even
>> keywords for me. :(
>
> yes, it's simple textual completion. While in edit mode, at the end of the word
> you're trying to complete, push CTRL+N or CTRL+P to bring on the completions
> found (in vim 7.0 they come in a menu of their own, in previous versions they
> come one at a time). Go pushing CTRL+N(ext) or CTRL+P(reviows) to cycle
> through the entries...
>
I know how the "expand to a keyword somewhere on the file" works; but I
wish they had a completion file that expanded keywords (probably with
omni-completion: Ctrl-X Ctrl-O).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> I know how the "expand to a keyword somewhere on the file" works; but I
> wish they had a completion file that expanded keywords (probably with
> omni-completion: Ctrl-X Ctrl-O).
keywords are generally very short that I don't mind typing them at least for the
first time. But you can always open the file you'll edit and your masterwork
file with every povray trick in it. Presto! all words in that buffer will show
up in completions in the editing buffer as well! :)
vim and emacs are highly configurable with their scripting abilities. You could
literally write out skeleton/templated code for your povray needs. I just don't
have the will to restart another crufty .emacs file again... :P
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |