473,699 Members | 2,169 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP code editor

Any recommendations for a free PHP code editor?

Mar 21 '07 #1
13 1754
Aa***@flasemi.c om wrote:
Any recommendations for a free PHP code editor?
You don't specify which OS you're using, but if you're on GNU/Linux, one of
the BSDs or anything else that'll run KDE I can wholeheartedly recommend
Quanta Plus.
Mar 21 '07 #2
On Mar 21, 3:05 pm, Nick Jordan <use...@nickjor dan.co.ukwrote:
A...@flasemi.co m wrote:
Any recommendations for a free PHP code editor?

You don't specify which OS you're using, but if you're on GNU/Linux, one of
the BSDs or anything else that'll run KDE I can wholeheartedly recommend
Quanta Plus.
Sorry, OS ix XP Pro

Mar 21 '07 #3
I use PSPad which is pretty good. I really want something like
TextMate for XP, but haven't found anything yet.

Mar 21 '07 #4
Aa***@flasemi.c om says...
On Mar 21, 3:05 pm, Nick Jordan <use...@nickjor dan.co.ukwrote:
A...@flasemi.co m wrote:
Any recommendations for a free PHP code editor?
You don't specify which OS you're using, but if you're on GNU/Linux, one of
the BSDs or anything else that'll run KDE I can wholeheartedly recommend
Quanta Plus.

Sorry, OS ix XP Pro
Crimson Editor.

Geoff M
Mar 21 '07 #5
On Thu, 22 Mar 2007 09:06:55 +1100, Geoff Muldoon wrote:
Aa***@flasemi.c om says...
>On Mar 21, 3:05 pm, Nick Jordan <use...@nickjor dan.co.ukwrote:
A...@flasemi.co m wrote:
Any recommendations for a free PHP code editor?

You don't specify which OS you're using, but if you're on GNU/Linux, one of
the BSDs or anything else that'll run KDE I can wholeheartedly recommend
Quanta Plus.

Sorry, OS ix XP Pro

Crimson Editor.
Cool... I've been using CE for quite a while now. Not bad for a guys'
thesis project (IIRC that's where it originated).

Very small, very fast, feature rich.
Mar 21 '07 #6
<Aa***@flasemi. comwrote in message
news:11******** **************@ l75g2000hse.goo glegroups.com.. .
Any recommendations for a free PHP code editor?
Eclipse
--
Mike Russell
www.curvemeister.com/forum/
Mar 22 '07 #7
On Mar 21, 7:59 pm, "Mike Russell" <RE-MOVEm...@Curvem eister.comRE-
MOVEwrote:
<A...@flasemi.c omwrote in message

news:11******** **************@ l75g2000hse.goo glegroups.com.. .Any recommendations for a free PHP code editor?

Eclipse
Here, Here! I went from SciTE, to Notepad++, to Eclipse and I love it!
--
Mike Russellwww.curv emeister.com/forum/

Mar 22 '07 #8
Nick Jordan wrote:
You don't specify which OS you're using, but if you're on GNU/Linux, one
of the BSDs or anything else that'll run KDE I can wholeheartedly
recommend Quanta Plus.
Have you run into the ever-growing quantarc bug yet?

--
"Checking identity papers is a complete waste of time. If anyone can
be counted on to have valid papers, it will be the terrorists".
Mar 24 '07 #9
Mike Russell wrote:
<Aa***@flasemi. comwrote in message
news:11******** **************@ l75g2000hse.goo glegroups.com.. .
>Any recommendations for a free PHP code editor?
Eclipse
with the PDT plugin: http://www.zend.com/pdt

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Mar 27 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

71
6480
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's a step beyond Notepad (not a WYSIWYG tool). Thanks.
67
4258
by: Steven T. Hatton | last post by:
Some people have suggested the desire for code completion and refined edit-time error detection are an indication of incompetence on the part of the programmer who wants such features. Unfortunately these ad hominem rhetorts are frequently introduced into purely technical discussions on the feasibility of supporting such functionality in C++. That usually serves to divert the discussion from the technical subject to a discussion of the...
9
8507
by: Saso Zagoranski | last post by:
Hi! I have recently completed an application, written in C#. When I opened one of the files with a hex editor I was amazed by the lack of protection for the assemblies. My application uses SQL Server and during install it sets up tables needed in the application. I also use a simple protection system, which stores a string (an initialization password) in the database, needed for the application to unlock after a few days have passed.
2
1412
by: Dica | last post by:
this is related to an earlier question i had. i'm trying to figure out visual studio 2003 and c#. i started a simple app to try to learn the basics and used many of the wizards to set up things like my database connection strings, etc. once i had the basic form set up, i went to hand edit the code, made a few revisions, and then went back to design view. my hand written revisions stay the way i've written them just fine until i use design...
40
2788
by: GTi | last post by:
Is there any source code documentation tools available for Visual Studio 2005 ? I have created a LIB that must be documented. Must I do it by hand or is it some kind of tools to pre document my source code?
2
1970
by: bdtmike | last post by:
I'm using VS2005 and am getting messages that my files have been modified outside of the source editor. I'm working with a web project, data sources, and a web service. Things I'm noticing that are different than VS2003 are that the auto-generated code for the web service is stored in some temporary filename rather than displayed in collapsible form along with the rest of my web service code. Further, it's usually these temporary...
135
7468
by: Xah Lee | last post by:
Tabs versus Spaces in Source Code Xah Lee, 2006-05-13 In coding a computer program, there's often the choices of tabs or spaces for code indentation. There is a large amount of confusion about which is better. It has become what's known as “religious war” — a heated fight over trivia. In this essay, i like to explain what is the situation behind it, and which is proper.
13
1467
by: Bryan | last post by:
I am developing a VB project in VS2005 that has SP2 installed. This is the process that is causing a problem: Open VS2005, open the project Write some code in the code editor Run the project in debug mode, test some of the forms Close the main form which returns me back to the VS2005 code editor *At this point, when I type anything in the code editor, parenthesis are inserted after every letter I type. Also I can't backspace past two...
13
2325
by: frk.won | last post by:
I am interested in learning how to use the VS 2005 code snippets. However, I wish to know what are the best ways to source control the code snippets? Are there any source safe/subversion add-ons for this purpose? If not, any urls which demonstrates code snippets management?
25
2832
by: doznot | last post by:
Let's say you want to use Moodle to teach an introductory class in PHP programming. Some of the students have little or no computer experience. In addition to background reading and topics-oriented assignments supplied by Moodle, you want to build an online text editor into the course, so students can type their PHP programs and HTML directly into files on the server, so they don't have to fight with NotePad on Windows PCs in a lab, and...
0
8623
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9184
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9048
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8931
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7767
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6539
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5878
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
2359
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.