Re: [PHP] Text editor for Ubuntu with FTP

2010-07-31 Thread Robert Cummings

On 10-07-31 07:03 AM, Jordan Jovanov wrote:

Hello to All,

I only whant to star discussion for who is the best programm to write
php and html script. I use dreamweaver, but now I change my OS to ubuntu
and I want some suggestions for some Text editor for FTP for Ubuntu


Just mount the FTP connection to a local directory and use any text 
editor as if the file was on your local system. Use autofs and the 
connection will mount/unmount as you need it.


Cheers,
Rob.
--
E-Mail Disclaimer: Information contained in this message and any
attached documents is considered confidential and legally protected.
This message is intended solely for the addressee(s). Disclosure,
copying, and distribution are prohibited unless authorized.

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



Re: [PHP] Text editor for Ubuntu with FTP

2010-07-31 Thread Ashley Sheridan
On Sat, 2010-07-31 at 13:03 +0200, Jordan Jovanov wrote:

> Hello to All,
> 
> I only whant to star discussion for who is the best programm to write 
> php and html script. I use dreamweaver, but now I change my OS to ubuntu
> and I want some suggestions for some Text editor for FTP for Ubuntu
> 
> 
> Thanks A lot
> Jordan Jovanov
> 


If you want a text editor on Linux, then I've found Kate pretty good.
However, if you're looking for something a bit more like Dreamweaver
without the WYSIWG editor, then I strongly recommend Netbeans for PHP. I
use it myself, and it has amazing code hinting features.

Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] Text editor

2010-07-27 Thread Jordan Jovanov

On 27/07/2010 13:53, Ashley Sheridan wrote:

On Tue, 2010-07-27 at 13:49 +0200, Dušan Novaković wrote:


You can use TinyMCE. It's really easy to integrate in system. Check on
official website.

Dusan

On Tue, Jul 27, 2010 at 12:10 PM, Jordan Jovanov  wrote:

Hello All

I need me to add form for comment to one web site, but i want to use some
taxt edtior. Simething similar of this editor
http://www.seekcodes.com/text-editor.php , but i can not find the code.
Do you somebody know some simple text editor with buttons for bold italic
etc.

Thanks a lot.
Jordan

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






--
mob: + 46 70 044 9432
web: http://novakovicdusan.com

Please consider the environment before printing this email.




I've always found CKEditor (formerly known as FCKEditor after its
author) to be better than TinyMCE. It also has JQuery support should you
be using that Javascript framework. They also have plenty of example
documentation to integrate it with pretty much any server-side language
you need to, including PHP.

Thanks,
Ash
http://www.ashleysheridan.co.uk




Thanks to all,

Thanks to all for suggestions, but of course i must to choose only one, 
and choose TiniMCE after suggestions of Dusan. Fala Dusan :)


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



Re: [PHP] Text editor

2010-07-27 Thread Ashley Sheridan
On Tue, 2010-07-27 at 13:49 +0200, Dušan Novaković wrote:

> You can use TinyMCE. It's really easy to integrate in system. Check on
> official website.
> 
> Dusan
> 
> On Tue, Jul 27, 2010 at 12:10 PM, Jordan Jovanov  
> wrote:
> > Hello All
> >
> > I need me to add form for comment to one web site, but i want to use some
> > taxt edtior. Simething similar of this editor
> > http://www.seekcodes.com/text-editor.php , but i can not find the code.
> > Do you somebody know some simple text editor with buttons for bold italic
> > etc.
> >
> > Thanks a lot.
> > Jordan
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> 
> 
> 
> -- 
> mob: + 46 70 044 9432
> web: http://novakovicdusan.com
> 
> Please consider the environment before printing this email.
> 


I've always found CKEditor (formerly known as FCKEditor after its
author) to be better than TinyMCE. It also has JQuery support should you
be using that Javascript framework. They also have plenty of example
documentation to integrate it with pretty much any server-side language
you need to, including PHP.

Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] Text editor

2010-07-27 Thread Dušan Novaković
You can use TinyMCE. It's really easy to integrate in system. Check on
official website.

Dusan

On Tue, Jul 27, 2010 at 12:10 PM, Jordan Jovanov  wrote:
> Hello All
>
> I need me to add form for comment to one web site, but i want to use some
> taxt edtior. Simething similar of this editor
> http://www.seekcodes.com/text-editor.php , but i can not find the code.
> Do you somebody know some simple text editor with buttons for bold italic
> etc.
>
> Thanks a lot.
> Jordan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
mob: + 46 70 044 9432
web: http://novakovicdusan.com

Please consider the environment before printing this email.

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



RE: [PHP] Text editor

2010-07-27 Thread Jon Haworth
Hi Jordan,

> Do you somebody know some simple text editor with buttons 
> for bold italic etc.

TinyMCE is worth a look:
http://tinymce.moxiecode.com/ 

HTH
Jon


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



Re: [PHP] Text Editor for Windows?

2007-02-16 Thread Sady Marcos
PDT - PHP Eclipse 

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



Re: [PHP] Text Editor for Windows?

2007-02-15 Thread Kai

[snip]
I am finding that notepad is lacking when correcting syntax errors in my
php code. No line numbers.

What can people recommend for use under Windows?
[/snip]


Zend Studio :-) ...but it's not for free. Check out the trial version.

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



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread tg-php
Lots of good recommendations have been made.. I just wanted to toss one more 
into the mix.  It hasn't been updated in years, but does a fantastic job, and 
so far I havn't been lured by Notepad++ or any of the others enough (even after 
trying them) to switch.  Check out Crimson Editor when you get a chance: 
http://www.crimsoneditor.com/

At some point, these guys hope to make a new version of Crimson called Emerald:

http://www.emeraldeditor.com/

-TG


= = = Original message = = =

I am finding that notepad is lacking when correcting syntax errors in my php 
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Silent1

Another vote for gvim, with vim7's php omni-completion really becomes
a great editor for php.

On 2/7/07, Stephen <[EMAIL PROTECTED]> wrote:

I am finding that notepad is lacking when correcting syntax errors in my php 
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen



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



RE: [PHP] Text Editor for Windows?

2007-02-08 Thread Jay Blanchard
[snip]
I am finding that notepad is lacking when correcting syntax errors in my
php code. No line numbers.

What can people recommend for use under Windows?
[/snip]

Notepad++ and it is free

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



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Myron Turner

Stephen wrote:

I am finding that notepad is lacking when correcting syntax errors in my php 
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen

  
 I've recommended this before, Programmer's File Editor.  I never leave 
home without it and have been using it for years.  It's free, though no 
longer being developed, and while it doesn't do text highlighting, etc. 
it does have many features needed by programmers, like line numbers, 
matching braces and parenthesis,  automatic indenting based on your own 
style,  code execution, creating macros, and it can be highly customized 
for individual use.  It will not, however, find syntax errors. 



--

_
Myron Turner
http://www.room535.org
http://www.bstatzero.org
http://www.mturner.org/XML_PullParser/

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



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Juan Felipe Alvarez Saldarriaga

Stephen wrote:

I am finding that notepad is lacking when correcting syntax errors in my php 
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen

  

Hey, well, actually I use gVim on windows + WinSCP :)

http://wiki.freaks-unidos.net/gvim_on_steroids_(windoze)

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



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Brice

On 2/8/07, Stephen <[EMAIL PROTECTED]> wrote:


I am finding that notepad is lacking when correcting syntax errors in my
php code. No line numbers.

What can people recommend for use under Windows?



Try notepad++. It's a great software, specially when you code with many
languages :
http://notepad-plus.sourceforge.net/

Brice

Thanks

Stephen



Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Alexandre B.

u can try PSPad, a freeware code editor (kind of ultraedit but free)
http://www.pspad.com/
ALexandre B

On 2/8/07, Andrei <[EMAIL PROTECTED]> wrote:



Lots of ppl would tell u lots of different php editors. I personally
use editplus2 bcuz it's very light and has syntax hightlighting on php
code and html code in same time and other bla bla features. And I use it
on linux too with wine.
But anyway you will have to try them yourself to tell this is the
one for u.

Andy

Stephen wrote:
> I am finding that notepad is lacking when correcting syntax errors in my
php code. No line numbers.
>
> What can people recommend for use under Windows?
>
> Thanks
> Stephen
>
> .
>
>

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




Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Andrei

Lots of ppl would tell u lots of different php editors. I personally
use editplus2 bcuz it's very light and has syntax hightlighting on php
code and html code in same time and other bla bla features. And I use it
on linux too with wine.
But anyway you will have to try them yourself to tell this is the
one for u.

Andy

Stephen wrote:
> I am finding that notepad is lacking when correcting syntax errors in my php 
> code. No line numbers.
>
> What can people recommend for use under Windows?
>
> Thanks
> Stephen
>
> .
>
>   

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



Re: [PHP] Text Editor for Windows?

2007-02-07 Thread J R

if you want a very lightweight use notepad2[1]

i use php eclipse though :)

[1] http://www.flos-freeware.ch/notepad2.html

On 2/8/07, Ryan Fielding <[EMAIL PROTECTED]> wrote:


Stephen wrote:
> I am finding that notepad is lacking when correcting syntax errors in my
php code. No line numbers.
>
> What can people recommend for use under Windows?
>
> Thanks
> Stephen
>
>
I like UltraEdit. Has everything i need and then some. syntax
Highlighting, code folding, variable completion and FTP support.

http://www.ultraedit.com/

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





--
GMail Rocks!!!


Re: [PHP] Text Editor for Windows?

2007-02-07 Thread Ryan Fielding

Stephen wrote:

I am finding that notepad is lacking when correcting syntax errors in my php 
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen

  
I like UltraEdit. Has everything i need and then some. syntax 
Highlighting, code folding, variable completion and FTP support.


http://www.ultraedit.com/

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



RE: [PHP] Text Editor for Windows?

2007-02-07 Thread Warren Vail
I've Been using htmlkit for quite a few years now.  I don't like it
correcting my text on the fly (interrupts my train of thought), but it will
highlight in color what type of text it thinks it is.  For example when I
start typing in a function name, it will change the color when what I have
typed matches a standard function.  This feature also works pretty well for
letting me know when I'm inside a string value and forgot to escape an
imbedded quote, the color is wrong.  And the price is right.

Try;

http://www.chami.com/html-kit/download/

good luck,

Warren Vail

-Original Message-
From: Stephen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 07, 2007 5:49 PM
To: php-general@lists.php.net
Subject: [PHP] Text Editor for Windows?

I am finding that notepad is lacking when correcting syntax errors in my php
code. No line numbers.

What can people recommend for use under Windows?

Thanks
Stephen

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



Re: [PHP] Text Editor for Windows?

2007-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-07 20:49:13 -0500:
> I am finding that notepad is lacking when correcting syntax errors in my php 
> code. No line numbers.
> 
> What can people recommend for use under Windows?

gvim.exe

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

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



Re: [PHP] text editor

2005-03-28 Thread Tom Rogers
Hi,

Tuesday, March 29, 2005, 9:17:42 AM, you wrote:
TT> Hi all,

TT> ok, I have created my own php text editor that allows a user to edit
TT> files from local(server) disk.

TT> I use a basic html textarea to show the contents of the file, and let
TT> them edit it, and then save it to disk.

TT> I've just realized that when editing an html file, that everything is
TT> ok, unless the file has a textarea tag in it. Then the editing textarea
TT> tag gets closed, and you end up not getting all of the data to save.

TT> Any way to work around this and still use simple forms ?

TT> Thanks,

TT> Tim.

What I have done in the past is convert http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] text editor

2005-03-28 Thread Chris Shiflett
Tim Traver wrote:
I use a basic html textarea to show the contents of the file, and let
them edit it, and then save it to disk.
I've just realized that when editing an html file, that everything is
ok, unless the file has a textarea tag in it. Then the editing textarea
tag gets closed, and you end up not getting all of the data to save
Any way to work around this and still use simple forms?
You should really always escape your output, and this means 
htmlentities() when you're sending data to the client.

(Escaping doesn't actually modify data once it has been received. 
Rather, it preserves it.)

Hope that helps.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] text editor

2005-03-28 Thread Chris W. Parker
Tim Traver 
on Monday, March 28, 2005 3:18 PM said:

> I've just realized that when editing an html file, that everything is
> ok, unless the file has a textarea tag in it. Then the editing
> textarea tag gets closed, and you end up not getting all of the data
> to save. 
> 
> Any way to work around this and still use simple forms ?

Maybe www.php.net/htmlentities?




Chris.

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



Re: [PHP] Text Editor

2002-03-24 Thread Tyler Longren

If you want a regular text editor, I suggest Textpad or Context.

If you want an IDE, I suggest Maguma.

Tyler

- Original Message - 
From: "Hiroshi Ayukawa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 24, 2002 7:27 PM
Subject: [PHP] Text Editor


> Hello,
> 
> What text editor do you use to write PHP?
> I use Maruo editor http://www.ac.wakwak.com/~tetsuyat/maruo/ more than 1 
> year.
> Is there any better text editor for PHP?
> 
> Thanks,
> Hiroshi Ayukawa
> http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


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




Re: [PHP] Text editor for linux

2002-02-18 Thread Chris Lott

> Anyone know of a good text editor for linux, WITH syntax highlighting for
> php/html + other languages?

emacs. There is no alternative. :)

c
--
Chris Lott
http://www.chrislott.org/


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




Re: [PHP] Text editor for linux

2002-02-18 Thread Billy S Halsey

I used to use JEdit and Nedit -- both were satisfactory, but recently 
I've become a nut for GVim (or Vim if you're only only on a tty). If 
you'd like, I can send you my .vimrc file, which sets things up very 
nicely the way I like them.

-bsh :-)

Josep Raurell wrote:

>Quoting Torkil Johnsen <[EMAIL PROTECTED]>:
>
>>Anyone know of a good text editor for linux, WITH syntax highlighting for
>>php/html + other languages?
>>
>>- TOrkil
>>
>>
>>-- 
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>
>jedit
>
>www.jedit.org
>

-- 

===
Billy S Halsey  Software Problem Resolution
   ESP Solaris Software
Email [EMAIL PROTECTED]Sun Microsystems, Inc
   -NO DAY BUT TODAY-
===




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




Re: [PHP] Text editor for linux

2002-02-17 Thread Alexander Weber

Josep Raurell wrote:
> 
> Quoting Torkil Johnsen <[EMAIL PROTECTED]>:
> 
> > Anyone know of a good text editor for linux, WITH syntax highlighting for
> > php/html + other languages?
> >
> > - TOrkil

vi

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




Re: [PHP] Text editor for linux

2002-02-17 Thread Josep Raurell

Quoting Torkil Johnsen <[EMAIL PROTECTED]>:

> Anyone know of a good text editor for linux, WITH syntax highlighting for
> php/html + other languages?
> 
> - TOrkil
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


jedit

www.jedit.org

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




RE: [PHP] Text editor for linux

2002-02-16 Thread Scott

Nedit, Bluefish are also good under X

-Original Message-
From: Greg Donald [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 16, 2002 7:22 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Text editor for linux

> Anyone know of a good text editor for linux, WITH syntax highlighting
for
> php/html + other languages?

Vim - http://www.vim.org/

If you use X, then use gvim.



Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/



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


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




Re: [PHP] Text editor for linux

2002-02-16 Thread Greg Donald

> Anyone know of a good text editor for linux, WITH syntax highlighting for
> php/html + other languages?

Vim - http://www.vim.org/

If you use X, then use gvim.

 
Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/



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




RE: [PHP] Text editor for linux

2002-02-16 Thread Jackson Miller

I am using Komodo from Active State.  http://www.activestate.com
It runs in windows and Linux.

On Sat, 2002-02-16 at 09:17, Matthew Darcy wrote:
> there is a way of using vi/vim to highlight syntax with PHP and HTML.
> 
> I am playing with it at the moment.
> 
> Matt,
> 
> 
> -Original Message-
> From: Torkil Johnsen [mailto:[EMAIL PROTECTED]]
> Sent: 16 February 2002 13:45
> To: [EMAIL PROTECTED]
> Subject: [PHP] Text editor for linux
> 
> 
> Anyone know of a good text editor for linux, WITH syntax highlighting for
> php/html + other languages?
> 
> - TOrkil
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 



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




RE: [PHP] Text editor for linux

2002-02-16 Thread Matthew Darcy

there is a way of using vi/vim to highlight syntax with PHP and HTML.

I am playing with it at the moment.

Matt,


-Original Message-
From: Torkil Johnsen [mailto:[EMAIL PROTECTED]]
Sent: 16 February 2002 13:45
To: [EMAIL PROTECTED]
Subject: [PHP] Text editor for linux


Anyone know of a good text editor for linux, WITH syntax highlighting for
php/html + other languages?

- TOrkil


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


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




Re: [PHP] Text Editor with Highlighting

2001-11-01 Thread Brent Rieck

I use Nedit, which for me works well.  It's no (x)emacs, but it also
doesn't have a vertical learning "curve", you can easily just start
working in it with little chance of shooting your foot clean off.  It's
got syntax highlighting for PHP and other languages, it's small-ish
(doesn't take 30 seconds to load off disk), fast, unlimited undo (woo!),
brace/paren flashing, free (GPL'd), stable (I'll typicaly have it open
for weeks if not months at a time).  http://www.nedit.org

--Brent
[EMAIL PROTECTED] - www.spek.org

TD - Sales International Holland B.V. wrote:
> I looked on the site for this but couldn't find anything about it. I'd like a 
> list of your favorite text editors (preferable for Linux/XFree) with 
> highlighting. 


-- 
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] Text Editor with Highlighting

2001-11-01 Thread Chris Bailey

Check the list archives, this topic gets covered almost weekly.

But, for Linux (and various others):
- Visual SlickEdit is awesome, but commercial (the cost is absolutely worth
it, I'm extremely satisfied).  It has function name completion, parameter
completion (for PHP and many other langs), and just a ton of other features.
Runs on Linux, FreeBSD, Windows, and many others.
- Emacs as mentioned.
- vim/gvim (this would be my second choice, vim and it's graphical version
gvim do nice PHP syntax highlighting).  Runs on probably every platform I
can think of.
- ActiveState Komodo (Linux and Windows).  This is an IDE for PHP, Perl,
Python, and more.  Has a debugger, etc.
- Glimmer and NEdit probably have PHP highlighting, but I'm not sure.

-Original Message-
From: TD - Sales International Holland B.V. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 1:02 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Text Editor with Highlighting


Hey there,

I looked on the site for this but couldn't find anything about it. I'd like
a
list of your favorite text editors (preferable for Linux/XFree) with
highlighting. I'm using beaver now, I tried cooledit but it's not me... too
much functions and looks like it came from an old 386 :-). I have kde 2.1.2
which has kwrite, but it's kwrite does not yet support PHP, kde 2.2.1 does
but i don't wanna download the entire kde package. Besides i think it's
still
in development I tried in on my laptop at home but it just makes things bold
instead of all kinds of different colors. also beaver colors for in plain
html and has some problems with correctly indentifying /* */ comments if you
use more of em. i'm also interested in windows though and i think more
people
are interested so maybe somebody of the site might also want to keep track
of
the list so it can be put online

regards

--
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] Text Editor with Highlighting

2001-11-01 Thread Papp Gyozo

EditPlus (http://www.editplus.com) on windows
HTML-Kit (http://www.chami.com/html-kit/)

- Original Message -
From: "Eugene Mah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 3:32 PM
Subject: Re: [PHP] Text Editor with Highlighting


> At 10:02 PM 11/01/2001 +0100, TD - Sales International Holland B.V. wrote:
> >Hey there,
> >
> >I looked on the site for this but couldn't find anything about it. I'd
like a
> >list of your favorite text editors (preferable for Linux/XFree) with
> >highlighting.
>
> emacs!
> :)
>
> Eugene
>
>
> --
> To put my contact info into your Palm device, click here:
> http://signature.coola.com/?[EMAIL PROTECTED]
> Personal Signature Coolet
> -
> Eugene Mah, M.Sc., DABR   [EMAIL PROTECTED]
> Medical Physicist/Misplaced Canuck[EMAIL PROTECTED]
> Department of Radiology   "For I am a Bear of Very Little
> Medical University of South Carolina   Brain, and long words Bother
> Charleston, South Carolina me."   Winnie the Pooh
> http://home.netcom.com/~eugenem/
> PGP KeyID = 0x1F9779FD, 0x319393F4
> PGP keys available on request ICQ 3113529 O-
> -
>
>
> --
> 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] Text Editor with Highlighting

2001-11-01 Thread Eugene Mah

At 10:02 PM 11/01/2001 +0100, TD - Sales International Holland B.V. wrote:
>Hey there,
>
>I looked on the site for this but couldn't find anything about it. I'd like a
>list of your favorite text editors (preferable for Linux/XFree) with
>highlighting.

emacs!
:)

Eugene


--
To put my contact info into your Palm device, click here:
http://signature.coola.com/?[EMAIL PROTECTED]
Personal Signature Coolet
-
Eugene Mah, M.Sc., DABR   [EMAIL PROTECTED]
Medical Physicist/Misplaced Canuck[EMAIL PROTECTED]
Department of Radiology   "For I am a Bear of Very Little
Medical University of South Carolina   Brain, and long words Bother
Charleston, South Carolina me."   Winnie the Pooh
http://home.netcom.com/~eugenem/
PGP KeyID = 0x1F9779FD, 0x319393F4
PGP keys available on request ICQ 3113529 O-
-


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