Thanks for the tips, selecta!

How do you have your SuperTabCompletionContexts set up?  Are you using
it just to help remember e.g. class methods like "crud.s<tab> ->
crud.select" or are you using it to inspect class specific methods/
attributes, e.g. "crud.<tab> -
> .url, .settings, .__call__, .log_event, etc."?

On Mar 7, 7:04 am, selecta <gr...@delarue-berlin.de> wrote:
> I use supertab cntn.http://www.vim.org/scripts/script.php?script_id=1643
> it has a smart mode that "knows" when to use omni-complete
> you need vim with py support compiled (think vim-gtk on ubuntu does
> that)
>
> other plugins that I use 
> arehttp://www.vim.org/scripts/script.php?script_id=521http://www.vim.org/scripts/script.php?script_id=2981http://www.vim.org/scripts/script.php?script_id=1658http://vim-taglist.sourceforge.net/
>
> if you have questions about the plug-ins feel free to ask
>
> In my .vimrc I got
> " 4 spaces for tab in python sts for deleting 4 spaces on backspace
> autocmd FileType python set ai sw=4 sts=4 et
>
> " open new tab with ctrl+t circle with ctrl+j ctrl+h
> :nmap <C-t> :tabnew<cr>
> :imap <C-t> <ESC>:tabnew<cr>
> :map <C-h> gT
> :map <C-j> gt
>
> "let / search ignore the case when everything is in lower case ...
> nice
> set ignorecase
> set smartcase
>
> On Mar 3, 2:17 am,snfctech<tschm...@sacfoodcoop.com> wrote:
>
> > I saw a few folks got Wingware and some other IDE's working with code-
> > completion - but has anybody got it working for VIM, such as with
> > omnicomplete?  If so, please let me know how you did it.  Probably
> > should go on the wiki.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to