Re: [web2py] Pydiction - python autocomplete on VIM - web2py?

2011-02-01 Thread contatogilson...@gmail.com
I use Python Omni Completation. It's good:
http://www.vim.org/scripts/script.php?script_id=1542
_
*Gilson Filho*
*Web Developer
http://gilsondev.com*



2011/2/1 Bruno Rocha rochacbr...@gmail.com

 Hi,

 I user Pydiction http://www.vim.org/scripts/script.php?script_id=850 to
 autocomplete Python code on VIM.

 I am playing with its complete-dict file, but I can' t find a way to
 include web2py keywords in there to have it autocompleted on VIM.

 I just want to add few web2py keywords as

 request.TAB give me
 request.args(
 request.vars.

 db.TAB
 db.define_table(

 Fie.TAB
 Field(

 ret.TAB
 return dict(
 return locals()

 Is there somebody who have this kind of stuff working for VIM ?


 --
 Bruno Rocha
 http://about.me/rochacbruno/bio



Re: [web2py] Pydiction - python autocomplete on VIM - web2py?

2011-02-01 Thread Bruno Rocha
2011/2/1 contatogilson...@gmail.com contatogilson...@gmail.com

 I use Python Omni Completation. It's good:
 http://www.vim.org/scripts/script.php?script_id=1542


It permits you to customize the keywords dictionary to include web2py
keywords? or it auto-detects web2py keywords?


Re: [web2py] Pydiction - python autocomplete on VIM - web2py?

2011-02-01 Thread contatogilson...@gmail.com
I do no know
_
*Gilson Filho*
*Web Developer
http://gilsondev.com*



2011/2/1 Bruno Rocha rochacbr...@gmail.com

 2011/2/1 contatogilson...@gmail.com contatogilson...@gmail.com

 I use Python Omni Completation. It's good:
 http://www.vim.org/scripts/script.php?script_id=1542


 It permits you to customize the keywords dictionary to include web2py
 keywords? or it auto-detects web2py keywords?



[web2py] Pydiction - python autocomplete on VIM - web2py?

2011-01-31 Thread Bruno Rocha
Hi,

I user Pydiction http://www.vim.org/scripts/script.php?script_id=850 to
autocomplete Python code on VIM.

I am playing with its complete-dict file, but I can' t find a way to include
web2py keywords in there to have it autocompleted on VIM.

I just want to add few web2py keywords as

request.TAB give me
request.args(
request.vars.

db.TAB
db.define_table(

Fie.TAB
Field(

ret.TAB
return dict(
return locals()

Is there somebody who have this kind of stuff working for VIM ?


--
Bruno Rocha
http://about.me/rochacbruno/bio