On Wed, May 18, 2005 at 11:55:20AM +0200, Milos Prudek wrote:
| Hi,
| 
| is there an editor that would support code completion for Page Templates 
| and maybe even code completion for Zope3 new technologies?
| 
| Currently I use ViM on Linux - but a lot of typing is required, like 
| "tal:attributes" - 14 keystrokes.

Use ^N.  The following excerpt is from vim's ':help'

---
Completing keywords from different sources              *compl-generic*

                                                        *i_CTRL-N*
CTRL-N                  Find next match for words that start with the
                        keyword in front of the cursor, looking in places
                        specified with the 'complete' option.  The found
                        keyword is inserted in front of the cursor.

                                                        *i_CTRL-P*
CTRL-P                  Find previous match for words that start with the
                        keyword in front of the cursor, looking in places
                        specified with the 'complete' option.  The found
                        keyword is inserted in front of the cursor.

        CTRL-N          Search forward for next matching keyword.  This
                        keyword replaces the previous matching keyword.

        CTRL-P          Search backwards for next matching keyword.  This
                        keyword replaces the previous matching keyword.
---

-D

-- 
\begin{humor}
Disclaimer:
If I receive a message from you, you are agreeing that:
   1. I am by definition, "the intended recipient"
   2. All information in the email is mine to do with as I see fit and make
        such financial profit, political mileage, or good joke as it lends
        itself to. In particular, I may quote it on USENET or the WWW.
   3. I may take the contents as representing the views of your company.
   4. This overrides any disclaimer or statement of confidentiality that may
        be included on your message
\end{humor}
 
www: http://dman13.dyndns.org/~dman/            jabber: [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to