TinyPortal

General => Chit chat => Topic started by: Greenbug on September 05, 2006, 01:00:18 AM

Title: I was wondering what editor everyone uses
Post by: Greenbug on September 05, 2006, 01:00:18 AM
I have been looking for an editor and found tsWebEditor, its a free open source editor and it works pretty good....I thought.

I was on another forum and then found PHP designer personal edition which is also free (promotes the for fee based one, professional) Well I was checking the webradio in tswededitor, looked good. Then I bring it into php designer and found two more errors then I had before.

I guess not all editors are created equal.

OK, so what works for you.

Or is everyone using notepad?  :o

Title: Re: I was wondering what editor everyone uses
Post by: rebelrose on September 05, 2006, 02:30:22 AM
PHP Designer 2007 is a free/commercial Integrated Development Environment (IDE) for PHP for both beginner- and professional developers. PHP Designer 2007 is designed to boost your productivy and enhance the process of editing, debugging, analyzing and publishing application- and websites powered by PHP, HTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby! The intuitive development environment makes it also the perfect IDE for beginners by providing code-tips and contextual help with access to more then 3000 functions on the fly. The development environment is also ideal for LAMP and AJAX developers by using the built-in code-libraries and the Intelligent Highlighter that gives you the ability to automatic separate different web-languages in the same document!
Title: Re: I was wondering what editor everyone uses
Post by: iwyen on September 05, 2006, 03:17:22 AM
Er.. I use Wordpad. But whenever I need to get to a line, I use Context.
Title: Re: I was wondering what editor everyone uses
Post by: IchBin on September 05, 2006, 04:10:43 AM
Currently torn between PHP Expert Editor (http://www.ankord.com/phpxedit.html), Med Editor (http://www.utopia-planitia.de/indexus.html), and Context (http://www.context.cx/)

Context is the only free one.
Title: Re: I was wondering what editor everyone uses
Post by: anunlike on September 05, 2006, 04:14:47 AM
I usually use ConTEXT.
Title: Re: I was wondering what editor everyone uses
Post by: Xarcell on September 05, 2006, 04:26:20 AM
I use dreamweaver...

Title: Re: I was wondering what editor everyone uses
Post by: IchBin on September 05, 2006, 04:27:41 AM
Not everyone can dish out $300 for Dreamweaver just to edit PHP Xarcell. :P
Title: Re: I was wondering what editor everyone uses
Post by: Xarcell on September 05, 2006, 05:11:46 AM
There are ways around that.  :P :D
Title: Re: I was wondering what editor everyone uses
Post by: rebelrose on September 05, 2006, 05:13:47 AM
Oh, I have that Php Designer in my download area as well as other programs.
Title: Re: I was wondering what editor everyone uses
Post by: yj98 on September 05, 2006, 06:41:53 AM
I usually use EditPlus . simple and quickly..
Title: Re: I was wondering what editor everyone uses
Post by: londonhogfan on September 05, 2006, 07:19:27 AM
context is my best friend.
Title: Re: I was wondering what editor everyone uses
Post by: bloc on September 06, 2006, 11:35:48 AM
EditPlus is very good...even better than PHP Expert editor in some areas. :) But I still use the latter most. Does not costs so much either..35 euro.
Title: Re: I was wondering what editor everyone uses
Post by: Max on September 06, 2006, 12:02:59 PM

These 3 Are Quite Good...

EditPlus - http://www.editplus.com/
EditPadâââ,¬Å¾Ã,¢ Pro - http://www.editpadpro.com/
Notepad2 - http://www.flos-freeware.ch/notepad2.html
Title: Re: I was wondering what editor everyone uses
Post by: Blue Steel on September 06, 2006, 12:12:00 PM
I have a couple of tools i like to use ..

Ultraedit - best and most versatile allround editor i've seen and used for the windows platforms (commercial but in my opinion well worth the money)

1st Page- A great Free web page editor with lots of addon scripts (even better in the latest release)

Coffeecup - another good addon script supply .. good for knocking up web pages quickly
(i got my registered version from donating the Twin Towers disaster..)

on linux te only editor i use is the one that comes with MC (Midnight commander) I use this one when i have shell access to a server than needs quick file editing

I've never had much success with the ones that allow you to test php / sql scipts etc.. prior to uploading so i gave up on them..

When i did try a lot of others i found that they put a lot of extra un-necessary code in their files.. (especially the wysiwyg type) If i ever use any of these I always go through and optomise the files by hand.. (Word, Hotdog, etc...)

another free text editor i've used and like is jen's file editor
Title: Re: I was wondering what editor everyone uses
Post by: Nokonium on September 06, 2006, 03:32:25 PM
I like PHP Expert Editor (originally recommended by Bloc) I have Version 4 build 3. It has some useful additions to 3.2.1 including the option to tile vertically of horizontally. It is a beta and build 3 is somewhat faster than build 2.
Title: Re: I was wondering what editor everyone uses
Post by: G6Cad on September 06, 2006, 03:46:05 PM
Areanae, the more i use it, the more i learn, it have a lot off fun and very usefull things you can activate or deactivate depending on what you want to do at the moment. :)
Title: Re: I was wondering what editor everyone uses
Post by: Thurnok on September 07, 2006, 03:58:43 AM
I use Macromedia Dreamweaver 8 for content and coding, and Winbatch Studio 2006 for multi-file search/replace and debugging.
Title: Re: I was wondering what editor everyone uses
Post by: superQ on September 08, 2006, 02:32:26 AM
not that I am writing much code mind you, but tswwebedit is the baby brother of tsw webcoder which is very nice for making websites. and they tell me it is great for php. An alternative to dreamweaver of sorts.

Another great one for website creation [not php]is Dhe editor[wysiwyg]. Very easy to get websites up quickly.Writes valid xhtml. about $50 USD, but worth it.The guy is always making it better and takes suggestions seriously.Try them both non crippled for 30 days.Dhe has a free version too.

http://www.tsware.net/webcoder.php

http://www.dynamic-html-editor.com/en_home.asp

I saw this guy has some beginner tutorials and uses php designer in them. good for the newbie. and free unless you feel generous.


http://www.phpvideotutorials.com/
Title: Re: I was wondering what editor everyone uses
Post by: Greenbug on September 08, 2006, 06:02:20 AM
Awesome post, SuperQ

Checked out the video tutorials, because I am very new to this. Just what I needed, visual direction. (I have ADD, so its hard for me to read very long books etc..)

Found out about WAMP, good stuff there. Checkin out the rest of it tomorrow. It looks promising though.

Thanks again SuperQ

GB