BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: crauly on June 22, 2011, 12:38:35 am

Title: PHP Editor
Post by: crauly on June 22, 2011, 12:38:35 am
Is there a program out there that anyone knows of that can edit and change the ginof.php moduels that are seen in the AOC moduels...
Title: Re: PHP Editor
Post by: uberjon on June 22, 2011, 02:09:25 am
notepad++ ;)
Title: Re: PHP Editor
Post by: Patromonus on June 23, 2011, 06:05:24 pm
try crimson editor. its free to download and its realy realy good
Title: Re: PHP Editor
Post by: Tulia on June 25, 2011, 07:54:31 am
Codelobster is a free reg .. very easy to use all round editor. ;) with WYSIWYG
Title: Re: PHP Editor
Post by: Shelly on June 30, 2011, 02:15:49 am
notepad++ ;)
I recommend notepad++ also. It is what I use in windows as a multipurpose text editor.

Shelly
Title: Re: PHP Editor
Post by: Getrix on June 30, 2011, 11:29:15 am
Komodo Edit is a nice tool for coding. also able to save via ftp and sftp/shell
Title: Re: PHP Editor
Post by: Tyrence on July 03, 2011, 06:29:38 pm
notepad++ ;)
I recommend notepad++ also. It is what I use in windows as a multipurpose text editor.

Shelly
Agree here on both accounts. :)
Title: Re: PHP Editor
Post by: BarkinMad on July 03, 2011, 07:05:27 pm
Notepad++ all the way, same as everyone else. I've never felt the need to try another text editor since i stumbled upon it a few years ago. also, it can properly read and display unix newlines too, even when running on a windows system(at least the unicode version).
Title: Re: PHP Editor
Post by: crauly on July 28, 2011, 12:46:18 am
thnks guys, I started using ++ its been great. :)
Title: Re: PHP Editor
Post by: Glarawyn on July 28, 2011, 09:52:10 pm
Since nobody has mentioned it, all the php files are just plain text. notepad.exe will do in a pinch. Welcome to the world of interpreted code.
Title: Re: PHP Editor
Post by: Kepha on July 29, 2011, 02:30:08 pm
I would like to say the WordPad, that comes with Windows just like the common Notepad.exe, can be also useful. Sometimes Notepad breaks the text formattation.
Title: Re: PHP Editor
Post by: djinnerman on July 31, 2011, 09:38:52 pm
Notepad ++ helps a lot for syntaxing.  When you have an error line in the code, you can easily count down the lines instead of having to manually search for it yourself.  It also organizes your line of coding (in which organization = optimal workflow)
Title: Re: PHP Editor
Post by: BarkinMad on September 05, 2011, 12:13:56 am
notepad++ can also be set to what language you're coding in, showing the individual pieces of statements in much the same way that your favorite ide for other languages does, thus improving the readability of your code. for instance variables are medium blue, function names are plain black, language based commands(such as new, return, for, if, etc) are dark blue, text is light gray, and comments are green. this helps a lot when writing code. also, unlike plain old notepad.exe or wordpad, you have the lines numbered(mentioned before), and you can collapse spans of code such as block comments, functions, and class definitions. notepad++ is, in short, an ide editor, and very, very useful to a coder. yes, php files can be written in notepad.exe and wordpad, but if you use those, don't be surprised if there's more headbanging than if you used notepad++.

edit: @Glarawyn and Kepha: another problem you'll enconter with notepad.exe and wordpad is their handling of newlines. notepad.exe does not display unix newlines properly, and files created with it use windows newlines which are incompatible on unix systems. wordpad can show unix newlines properly, but can be a hassle to make work with unix made code too, at least it has been for me on vista. bottom line, notepad++ for the win.
SimplePortal 2.3.7 © 2008-2025, SimplePortal