Jump to content

IDE?


9three

Recommended Posts

What are some good IDEs to develop in PHP? Preferably one that supports mutiple languages.

 

PHP/JAVA/HTML/CSS/JAVASCRIPT are the languages that I really need.

 

I tried out net beans but the problem is that net beans does not open well cross editors.

 

if I code something in net beans and put it online, if I view the source, it's all in one line :/ That's the only thing stopping me from using it really. Or does anyone know how to fix that?

Link to comment
https://forums.phpfreaks.com/topic/141006-ide/
Share on other sites

nope I don't use \n in HTML. And yes, i know about <br> :)

 

you can actually see where the linebreaks are suppose to be:

 

ex:

<html>    <head></head>   <body>   </body>   </html>

 

how hard is it to edit html in one line..... any language for that matter lol

 

edit:

 

bluefish looks promising http://bluefish.openoffice.nl/

Link to comment
https://forums.phpfreaks.com/topic/141006-ide/#findComment-738113
Share on other sites

nope I don't use \n in HTML. And yes, i know about <br> :)

 

you can actually see where the linebreaks are suppose to be:

 

ex:

<html>    <head></head>   <body>   </body>   </html>

 

how hard is it to edit html in one line..... any language for that matter lol

 

edit:

 

bluefish looks promising http://bluefish.openoffice.nl/

 

I my experience quanta plus was better than bluefish.

Link to comment
https://forums.phpfreaks.com/topic/141006-ide/#findComment-738279
Share on other sites

Can I see a PHP snippet please?  I suspect that it's your code, not Netbeamns.  Does it do the same thing if you use vi or something?

 

I just run the default start up of php/html and it does it already:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title></title>
    </head>
    <body>
        <?php
        // put your code here
        ?>
        
    </body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/141006-ide/#findComment-738477
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.