Okey, it might be a bug! VoraX should take into consideration the way
you type. If the package/procedure is written with lowercase the omni
should follow this convention. So, I kindly ask you to:
- open vorax/lib/vim/vorax_completion.vim
- go to line 1517: function s:ParamsFor(owner, module, submodule)
- add a "echom" call and print the value of a:submodule and the result
of the s:utils.IsLower(a:submodule)
If you always type in lowercase then you may easily change this
function to always return in lowercase.
Thanks!
On Apr 26, 5:10 pm, Michael Maddern <
michael.madd...@gmail.com> wrote:
> Hi,
>
> Thanks for the quick reply!
>
> For me, the example you have given doesn't work. The completion for
> dbms_stats, gives the procedure in lower case, but the completion for
> gather_schema_status gives the parameters in uppercase. I've attached a
> couple of screenshots showing this (I'm not sure if you can see these in
> google groups)?
>
> Thanks,
> Michael
>
> On 26 April 2012 14:49, talek <
alexandru.t...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > They should be in lowercase because I also don't like them in
> > uppercase. I tested with:
>
> > exec dbms_stats.gather_schema_stats(<-- lowercase arguments
>
> > Do you have an example so that to be able to reproduce the problem?
>
> > On Apr 26, 4:28 pm, Michael <
michael.madd...@gmail.com> wrote:
> > > Hi there,
>
> > > I just started using vorax, and I'm very impressed.
>
> > > I just have one quick question. When using omnicomplete, I've noticed
> > > that database objects are all in lowercase, but PL/SQL procedure and
> > > function parameters are in uppercase. Is it possible to display these
> > > in lowercase instead?
>
> > > Thanks,
> > > Michael
>
>
>
> Screen Shot 2012-04-26 at 15.03.32.png
> 503KViewDownload
>
> Screen Shot 2012-04-26 at 15.03.49.png
> 585KViewDownload