php designer 8 help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    php designer 8 help

    hello

    i am using adobe dreamweaver but i installed php desginer 8

    php desginer font size is so small.anybody knows how to increase font size of it
    sigpic

    WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

    #2
    go to:
    tools > preferences > editor
    youll see loads of options from here.
    click editor button within all the options on right
    and there you can change size. font family etc.

    i also just found a new open source text editor. looks pretty good and is free,
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


      #3
      Sublime Text 3 is the best :P
      Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

      Comment


        #4
        Originally posted by Ghost View Post
        go to:
        tools > preferences > editor
        youll see loads of options from here.
        click editor button within all the options on right
        and there you can change size. font family etc.

        i also just found a new open source text editor. looks pretty good and is free,
        http://brackets.io
        thanks got it

        i got 3 text editors now but will see brackets.just tryiong to see which editor gives more option and which is suitable.i seen adobe dream weaver is best.

        it gives hint if code gets wrong and also demo of code without checking on server side. i have adobe master collection whose size is more than 6gb so i dont like softwares who are heavy so i am checking lite editor.


        i will see brackets also.hope it is giving good features.
        sigpic

        WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

        Comment


          #5
          just been testing brackets out myself. there is 1 feature in it i really like.
          you can click on a html tag from your script example <some_tag> then
          press "ctrl + E" and it will locate you css file and the rules for that tag
          and display them on the same file for quick editing. saving you having to open
          other files etc. plus brackets is created using javascript, html, and css
          which means is possible to improve on the editor yourself if you have knowledge
          of all 3 of these things.

          my favourite editor to use is php designer 8 only cos ive been using since the day i started.
          but the new feature of quick edit on brackets. makes me wanna test this editor out a hell of alot more.
          <?php
          include ('Ghost');
          if ($Post == true) {
          echo '

          sigpic
          alt='coding-talk.com!!' />';
          echo 'Sharing Is Caring!';
          } else {
          echo '

          alt='the username GHOST has been comprimised!' />';
          echo 'OMG SOMEBODY HELP ME!!';
          }
          ?>

          Comment

          Working...
          X