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
Share on other sites

Hrmmm....  I doubt that's it anyway, since almost all browsers are smart enough to handle that.

 

 

 

If you view the source files are they 1 line?  Also, when you output HTML, are you putting \n anywhere?  <br> means nothing in terms of new lines in source code.

Link to comment
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
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
Share on other sites

Ahhhh not your code ;p.

 

 

 

I thought you might have something like:

 

 

<?php
    echo '<DOCTYPE>';
    echo '<html>';

 

 

Expecting it to make new lines automatically.

 

 

 

Hrmm, well, I've never heard of that problem in NB before x.x.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.