Page 1 of 4
A really good PHP editor...
Posted: Wed Sep 11, 2002 11:04 pm
by phice
This is a really great PHP editor. After you remove some of the toolbars at the top, it's really functionable. It even has a "Preview/Source" tabs, where you can preview your php code, and view the html soure it outputs... Go try it!
http://www.dzsoft.com/dzphp.htm
thanx
Posted: Thu Sep 12, 2002 1:52 am
by conthox
I'll try that one.
Posted: Thu Sep 12, 2002 10:14 am
by nielsene
I've tried lots of editors, but I've always stuck with good ole emacs (or vi, depending on my mood). Its been weird for me, if I'm doing Java I like a fancy IDE. but for any other language include C++, I prefer the emacs/vi's on windows or linux.
Posted: Thu Sep 12, 2002 10:48 am
by Johnm
I keep going back to vi too. Although I have been trying to get used to the 6.1 vim -g for a while now.
Direwolf
Posted: Thu Sep 12, 2002 5:27 pm
by JPlush76
I use homesite, I heart it
Posted: Thu Sep 12, 2002 6:05 pm
by dusty
just tried it, but i still think context is better than the actual editor part of dzsofts. although the preview option is nice.
Posted: Sat Sep 14, 2002 1:17 am
by Takuma
MMmm quite good but I like DWMX more!
Posted: Sat Sep 14, 2002 8:14 am
by MattF
Does anyone find that with large scripts in context if you scroll in a weird way all the syntax highlighting goes weird and if you type it appears 5 letters after the cursor? To fix it you have to restart the editor, it's very annoying.
Posted: Sat Sep 14, 2002 9:55 am
by Takuma
Which editor are we talking about?
Posted: Sat Sep 14, 2002 1:19 pm
by dusty
what version of context are you using? i have heard that there are problems with the newer versions so i just stick with v0.96.3 which is the one everyone liked.
Posted: Sat Sep 14, 2002 4:10 pm
by codewarrior
Use DW MX baby!

Posted: Sat Sep 14, 2002 4:55 pm
by phice
Notepad > *
Posted: Sat Sep 14, 2002 5:05 pm
by codewarrior
phice wrote:Notepad > *

Posted: Sat Sep 14, 2002 5:15 pm
by hob_goblin
phice wrote:Notepad > *
Code: Select all
while($conditions == "certain things like replacing"){
if($wordpad > $notepad){
return TRUE;
}
}
Posted: Sat Sep 14, 2002 7:32 pm
by phice
hob_goblin wrote:phice wrote:Notepad > *
Code: Select all
while($conditions == "certain things like replacing"){
if($wordpad > $notepad){
return TRUE;
}
}
Code: Select all
while($conditions == "certain things like replacing"){
if($wordpad > $notepad){
return TRUE;
} elseif (($fileExt == ".php") || ($fileExt == ".php3") || ($fileExt == ".phps") || ($fileExt == ".html") || ($fileExt == ".htm")) {
header("Location: C:\windows\notepad.exe");
}