Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-12-01 Thread Christophe Chisogne
M. Sokolewicz wrote:
http://vim.sourceforge.net/tips/tip.php?tip_id=91
Thanks. It's a dictionary based completion.
Is there some way to get completion for user-defined functions,
variables etc, say in php files from/below current working directory?
Perhaps based on ctags? Some editors do it (PHPed I think)
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)
Rasmus vim php dictionary from Google -- looks authoritative ;-)
http://lerdorf.com/funclist.txt
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to
Linux? It is my favorite IDE for programming web apps.

-Original Message-
From: M. Sokolewicz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 30, 2004 9:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php editor or php IDE for linux with autocompletion

[EMAIL PROTECTED] wrote:
 Hi.
 
 We use linux as default development system.
 
 Does anyboy know about a linux based php editor with autocompletion? Must 
 be open source free software (free as in speech, not beer).
 
 We like quanta and kate, but there is no autocompletion.
 
 Does anyone know about a php IDE?
 
 I got a look at the php editors page, but the things I found there did not
 match the requirements. 
 
 Thanks in advance.
I prefer vim, which does have auto-completion, as an add-on. But I 
wouldn't call it an IDE... =/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Christophe Chisogne
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 
Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/
Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread M. Sokolewicz
Christophe Chisogne wrote:
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 

Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/

Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
http://vim.sourceforge.net/tips/tip.php?tip_id=91
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Matthew Weier O'Phinney
* M. Sokolewicz [EMAIL PROTECTED]:
 Christophe Chisogne wrote:

  M. Sokolewicz wrote:
  
   I prefer vim, which does have auto-completion, as an add-on. 
  
  
  Interesting. Where can this add-on be found?
  
  (google/vim.org/debian.org, I guess, but...)
  
   wouldn't call it an IDE... =/
  
  
  Yes, but so usefull when edition html tags
  Ex ct to change to end of current tag
  Ex c/table to change text before 'table'
  
  And I really like '*' and '#' operators,
  that search current _word_ under cursor
  (seems emacs cant do that without defining a macro)
 
 http://vim.sourceforge.net/tips/tip.php?tip_id=91

 is a HOW, can't find the dictionary file anymore, and don't have it
 locally either (I don't use auto-completion with PHP). But it
 shouldn't be too hard to make ;)

google for 'rasmus vim php dictionary', and I think you'll find it.

-- 
Matthew Weier O'Phinney   | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist   | http://www.garden.org
National Gardening Association| http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php