Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Any Good Notepad2/Notepad++ Work-Alikes For PHP
lonebyrd
post May 10 2006, 12:36 PM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 302
Joined: 23-February 06
From: Northeastern Connecticut USA
Member No.: 11,487



Does anyone know if either Notepad2 or Notepad++ had any debugging or something like that for anything other that HTML. I am looking for something for PHP besides PHP Designer. Designer isn't really helping me. It's not telling me about closing my braces as people have pointed out to me, and it seems to be a little over my head. I know Notepad++ says its compatible with things like perl and javascript on it's homepage. I'm just looking for some additional help. Don't get me wrong, I like PHP Designer, but I could use all the help I can get until I can catch up on some web reading.
Go to the top of the page
 
+Quote Post
Jeigh
post May 10 2006, 01:00 PM
Post #2


Whitest Black Mage
Group Icon

Group: [MODERATOR]
Posts: 1,352
Joined: 20-May 05
From: NB, Canada
Member No.: 5,281



I don't know for sure one way or the other but it'd be worth checking into, I know it had brace checking in other coding like c and whatnot so I assume it's just gneeralized and not file type specific, and would therefor work if thats your main concern. I don't really know if it has any other debug stuff built in tho...
Go to the top of the page
 
+Quote Post
Houdini
post May 11 2006, 02:10 PM
Post #3


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



Actually PHP Designer allows you to set up how it operates. Just go to Options then select Editor Preferences there you can let PHP Designer automatically complete brackets of your choosing like [] {} () <> " and ' I use the {} [] () autocomplete but not the <> or the single quotes you may also select the color that these characters will be highlighted, when you first go to this menu you will see various options that you can pick and choose.

To check for closed brackets in a script just put your cursor to the immediate left of the bracket or brace and depending on the highlight color you selectd you will see the highlight then leaving the cursor hwere it is scrool down the page and look for the other matching brace which will also be highlighted and if you do not see the other beacket or brace then you know that that bracket or brace has not been closed. If you turn auto completion of brackets or braces then this will not happen too much, but other peoples code or code you wrote prior to using auto completion will possibly have incomplete bracket or braces.
Go to the top of the page
 
+Quote Post
moonwitch
post May 11 2006, 06:16 PM
Post #4


Demonic Enforcer
Group Icon

Group: [HOSTED]
Posts: 597
Joined: 2-March 05
From: Belgium
Member No.: 2,861



I use Notepad++ for all my coding, be that .rc files for BBlean (BlackBox for windows yes yes), or html, css, php, even actionscript is coded in Notepad++. The key is, you can download syntax highlighting files. But from what I gather from your post, you are looking for a code completion feature as well, I don't use features like that, but I believe the latest version of Notepad++ has those. ... Yep, just checked, there are tuns of plugins (standardly) included that will search specific strings, add brackets, search for open brackets etc. smile.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Special Characters In Notepad(13)
  2. Where To Find Notepad++ For Linux ?(37)
  3. Add “open With Notepad” To Right-click Context Menu(10)
  4. Notepad++(15)


 



- Lo-Fi Version Time is now: 7th October 2008 - 01:46 AM