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

2004-12-08 Thread [EMAIL PROTECTED]
Steve Brown wrote:
 Eclipse: http://www.eclipse.org/
 PHPEclipse: http://www.phpeclipse.de/

What about Eclipse? Did anyone make it work?

How does it compare to Kdevelop?

I tried to install it, unsuccesfully, on Mandrake 10.1 CE. Apparently, one
library is missing (but the library does not exist).

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



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

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote:
 What version of quanta are you using? Autocompletion was available quite a
 while ago.

I am using Quanta 3.2.3, and php auto completion does not work. How do you
activate it?

 

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



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

2004-12-08 Thread Jason Wong
On Wednesday 08 December 2004 19:49, [EMAIL PROTECTED] wrote:
 Jason Wong wrote:
  What version of quanta are you using? Autocompletion was available quite
  a while ago.

 I am using Quanta 3.2.3, and php auto completion does not work. How do you
 activate it?

I think I may have misunderstood what you mean by auto-completion. What Quanta 
does is auto-complete words that you *already* have in the document. It 
doesn't (AFAIK) do php-specific auto-completion.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
  I tripped over a hole that was sticking up out of the ground.
*/

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



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

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote:
 I think I may have misunderstood what you mean by auto-completion. What
 Quanta does is auto-complete words that you *already* have in the
 document. 

Not really. With HTML / XHTML Quanta does auto complete words, tags,
properties, attributes which are in the DTD. Or am I wrong?

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



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

2004-12-08 Thread Raditha Dissanayake
[EMAIL PROTECTED] wrote:
Jason Wong wrote:
 

I think I may have misunderstood what you mean by auto-completion. What
Quanta does is auto-complete words that you *already* have in the
document. 
   

Not really. With HTML / XHTML Quanta does auto complete words, tags,
properties, attributes which are in the DTD. Or am I wrong?
 

Ask in the quanta mailing list and someone will tell you.

--
Raditha Dissanayake.
--
http://www.radinks.com/print/card-designer/ | Card Designer Applet
http://www.radinks.com/upload/  | Drag and Drop Upload 

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


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

2004-12-08 Thread Jason Wong
On Wednesday 08 December 2004 20:09, [EMAIL PROTECTED] wrote:
 Jason Wong wrote:
  I think I may have misunderstood what you mean by auto-completion. What
  Quanta does is auto-complete words that you *already* have in the
  document.

 Not really. With HTML / XHTML Quanta does auto complete words, tags,
 properties, attributes which are in the DTD. Or am I wrong?

So are you looking to auto-complete (X)HTML tags or are you looking to 
auto-complete PHP keywords/functions? What is your question?

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Death is only a state of mind.

Only it doesn't leave you much time to think about anything else.
*/

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



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

2004-12-08 Thread [EMAIL PROTECTED]
Jason Wong wrote:
 So are you looking to auto-complete (X)HTML tags or are you looking to
 auto-complete PHP keywords/functions? What is your question?
 


We need to auto-complete PHP words and functions INDIPENDENTLY of the fact
that they are present or not in the page. For instance if one developer
digits

fun 

inside a php page, and between ?php ? tags, we expect the auto-completion
tool to propose 

function.

If the developer writes 

mysql_f

inside a php page, and between ?php ? tags, we expect the auto-completion
tool to propose
 
mysql_fetch_row()
mysql_free_result()
and so on

and she can choose from the list, and so on, son on.

This is the kind of auto-completion we are looking for, exactly as in the
case of Quanta and HTML / XHTML.

-- 
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-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


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

2004-11-30 Thread [EMAIL PROTECTED]
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.

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



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

2004-11-30 Thread M. Sokolewicz
[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


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

2004-11-30 Thread Jason Wong
On Tuesday 30 November 2004 23:18, [EMAIL PROTECTED] wrote:

 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.

What version of quanta are you using? Autocompletion was available quite a 
while ago.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
 Leela: I love his boyish charm, but I hate his childishness.
*/

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



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

2004-11-30 Thread Steve Brown
  Does anyboy know about a linux based php editor with autocompletion? Must
  be open source free software (free as in speech, not beer).

I use the PHPEclipse add on for the Eclipse IDE.  Eclipse provides a
fantastic suite of tools for coding in almost any language.  The
PHPEclipse add-ons provide some things that are specific to PHP. 
Eclipse is java based, so it works on any platform.

Eclipse: http://www.eclipse.org/
PHPEclipse: http://www.phpeclipse.de/

-- 
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



[PHP] Re: php IDE for linux

2002-06-04 Thread J Smith


Quanta is for KDE, too, not GTK.

J


Henrik Hansen wrote:

 [EMAIL PROTECTED] (Pedro Jorge Dias Cardoso) wrote:
 
   please tell me a good PHP editor for linux, wich one you prefer.
   or a package for PHP in Xemacs.
 
 I saw recently that phpedit comes out on linux now thats a good
 editor (it costs). Else try Kate for KDE and Quanta for GTK.
 


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




[PHP] Re: php IDE for linux

2002-06-04 Thread Henrik Hansen

[EMAIL PROTECTED] (J Smith) wrote:

  Quanta is for KDE, too, not GTK.


you are right I was thinking about glimmer :) but kate,quanta for kde
then :)

-- 
Henrik Hansen

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




[PHP] php IDE for linux

2002-06-04 Thread Pedro Jorge Dias Cardoso


please tell me a good PHP editor for linux, wich one you prefer.
or a package for PHP in Xemacs.

i try the bluefish but i dont like it.
Thanks,


Pedro Cardoso



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




Re: [PHP] php IDE for linux

2002-06-04 Thread Scott

I have been using Zend Studio on Windows and they have a Linux client.  
You can get a demo key at www.zend.com.

I am pretty sure that xemacs has a php mode as well.

-Scott



On Tue, 4 Jun 2002, Pedro Jorge Dias Cardoso wrote:

 
 please tell me a good PHP editor for linux, wich one you prefer.
 or a package for PHP in Xemacs.
 
 i try the bluefish but i dont like it.
 Thanks,
 
 
 Pedro Cardoso
 
 
 
 

-- 

[EMAIL PROTECTED]

Now Playing: Moby - We Are All Made Of Stars
generated by ProWeb 1.0 Beta
Uptime 168 days
c2002 Exton Communications



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




Re: [PHP] php IDE for linux

2002-06-04 Thread José León Serna

Hello:
 please tell me a good PHP editor for linux, wich one you prefer.
 or a package for PHP in Xemacs.
I like very much this under linux http://quanta.sourceforge.net/

Best Regards.

QaDRAM Studio, RAD Development for the WEB
http://studio.qadram.com


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




[PHP] Re: php IDE for linux

2002-06-04 Thread Henrik Hansen

[EMAIL PROTECTED] (Pedro Jorge Dias Cardoso) wrote:

  please tell me a good PHP editor for linux, wich one you prefer.
  or a package for PHP in Xemacs.

I saw recently that phpedit comes out on linux now thats a good
editor (it costs). Else try Kate for KDE and Quanta for GTK.

-- 
Henrik Hansen

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




[PHP] IDE for Linux

2001-10-21 Thread Christian Dechery

Can you guys give me some hints of IDEs for programming PHP in Linux?

thanks

_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Chris Bailey

You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
It supports PHP, Perl, Python, etc., has a debugger, pretty cool editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 21, 2001 4:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] IDE for Linux


Can you guys give me some hints of IDEs for programming PHP in Linux?

thanks

_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Christian Dechery

At 17:20 21/10/01 -0700, you wrote:
You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
 It supports PHP, Perl, Python, etc., has a debugger, pretty cool 
 editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

exactly what I'm looking for... it's not for me really... It's for a 
friend... I develop in Win32... and use HomeSite... I tried this Komodo... 
but never saw this SlickEdit... does it have a win32 version???


_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Chris Bailey

Visual SlickEdit is available on Linux, Win32, and about a dozen other
platforms (except MacOS).  I use it on both Windows and Linux (was one of
the reasons I chose it, although now that I've used it, I have many others
:)  It's a great editor, worth every penny I spent on it.  Komodo has a
Win32 version as well.

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 21, 2001 5:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] IDE for Linux


At 17:20 21/10/01 -0700, you wrote:
You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
 It supports PHP, Perl, Python, etc., has a debugger, pretty cool
 editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot
of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

exactly what I'm looking for... it's not for me really... It's for a
friend... I develop in Win32... and use HomeSite... I tried this Komodo...
but never saw this SlickEdit... does it have a win32 version???


_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]