Questions tagged [phpdesigner]
39 questions
8
votes
1 answer
How to format source code in phpDesigner 7.x
I am using phpDesigner and dont know how to format the source code in this IDE. Similar to right click and choose format in Netbeans (or Ctrl + Shift + F)
Does anyone know?
Thanks
Ok, I did it
For people who gets same problem: there are 2 ways…

Leo Lerdorf
- 1,304
- 4
- 15
- 19
7
votes
3 answers
HTML code formatting in phpDesigner IDE version 7.0
I am not being able to format the HTML tags using phpdesigner IDE. PHP code beautifier in this IDE only formats the PHP code, not HTML tags.
Is there anyone, who is using PHP designer 7, to help me in this?

yajay
- 1,050
- 10
- 24
3
votes
1 answer
PHP designer 8 Syntax Highlighing
I tried to change the error highlighter in PHP Designer 8 in preferences but nothing changed.
I want to change the annoying red background in error highlighter.

Ayusch
- 417
- 7
- 17
3
votes
1 answer
is_writable($dir) not working
when I was working with thix thix ix all fine it ix showing all the subfolder and than subfolders of the subfolders
';
foreach($folders as $subFolders){
…

Rummy Khan
- 69
- 9
3
votes
2 answers
PhpDesigner 8 looses focus when using autocomplete
My phpDesigner 8.1 looses focus when I use any autocomplete. It is really annoying because i have to click into the window each time I use autocomplete. Does somebody know how to fix this? I tried the protable version and the setup. Both have the…

feedc0de
- 3,646
- 8
- 30
- 55
3
votes
1 answer
How to export ftp list from phpdesigner 8?
I've got ftp connections list in phpDesigner.
How to export or to save it?

Anton
- 129
- 2
- 9
2
votes
1 answer
How to refresh remote file in PhpDesigner
Usually I am working alone, but now I have a new colleague, so we need to work together.
Unfortunately we suffer the lack of git, so because of certain circumstance we need to work directly on FTP.
I am using Netbeans, but I recommended to her the…

vaso123
- 12,347
- 4
- 34
- 64
2
votes
1 answer
how to increase the font in php designer 8
Increasing font size
Dear all,
I have been using notepad++ so far, i am newbie to phpdesigner 8.0
The font size (text) of my editor is so small.
Do any one help me to increase it?
Thanks in advance..

Deepak Keynes
- 2,291
- 5
- 27
- 56
2
votes
1 answer
phpDesigner 8 - Git integration
I'm supposed to be figuring out how to get phpDesigner 8 working with Git, and by extension, GitHub. I've set up my GitHub account and have both the shell and desktop client installed on my computer, and I followed some vague instructions on how to…

user3521737
- 283
- 1
- 4
- 17
2
votes
1 answer
How to start the Xdebug server on PHPDesigner 8
I'm using XAMPP to run a PHP application in Windows 8, using PHP v5.5.6
I've downloaded the php_xdebug*.dll and placed it in C:\xampp\php\ext\
I've configured the [XDebug] section in C:\xampp\php\php.ini like…

Daniel Marín
- 1,369
- 14
- 36
2
votes
0 answers
phpDesigner 8 how to FTP files to remote server
I've never had so much difficulty trying to figure out something that should be so simple! I used the FTP Manager to set up a new connection. That's fine, and I see the connection in the FTP/SFTP panel. But then what?? From my Project Panel, I…

noy-hadar
- 169
- 1
- 12
2
votes
2 answers
How am i able to create the shortcut key in phpdesigner8?
Is there any possible way to crate a shortcut key in phpDesigner?
For an example, i have an html code
My Project
how can i create a shortcut key like when i press ctrl+2, it display
My Project…

user3075626
- 21
- 3
2
votes
1 answer
PHPDesigner 8 - Localhost folder
I have installed PHPDesigner 8. What I want to do is to download my exsisting website (made in php) and open it with PHPDesigner to make graphic changes. Do I need to download and save the entire folder "public"?
Can I download it directly from…

alex
- 21
- 3
1
vote
1 answer
Using Xdebug with PhpDesigner
I want to use Xdebug tool for profiling code execution speed, memory usage of my php application.
My application frame work is codeigniter and IDE is PhpDesigner.
i followed the instruction in phpDesigner manual PhpDesigner xdebug configuration
But…

nani1216
- 324
- 1
- 10
- 28
1
vote
1 answer
After pushing commit to github, code changes showing wrong
Problem : Here is the real Code Difference & in my commit in github is showing @@ -1,202 +1,251 @@ as this file has been replaced completely. I want to see the difference in code like the below image in github.
System Information : I am editing my…

Arif
- 565
- 5
- 19