Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Editors and Tools > PHP Desktop Editors

PHP Desktop Editors Talk all about PHP Editors.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2005-08-03, 05:39 PM
stuart's Avatar
Administrator
 
Join Date: Jan 2003
Location: Scotland
Posts: 472
stuart will become famous soon enoughstuart will become famous soon enough
Send a message via MSN to stuart
Default

Hi All,

With the recent feature of PHP Designer 2005, Michael Pham has agreed to answer your questions. So if you want to know more about his software, now is your chance.

On behalf of PHP Editors and the site users, I would like to thank Michael for his time.

Please read the feature along with the interview before posting.

Read the feature here



Ask away!!!

stuart
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2005-08-22, 11:18 AM
Junior Member
 
Join Date: Aug 2005
Posts: 1
galbus
Default

Hello,

I have just downloaded and customised PHP Designer 2005. It's a really nice program - I'm already committed to keep on using it and I've only downloaded it 30mins ago. & I especially like the price

I do have a question/request about it though...

It seems to me that you can only live preview in Internet Explorer. I (like many others) develop and test in Firefox first and then get my pages to look right in IE afterwards as doing things that way round saves me a lot of time and effort. We all know how lax IE is is with W3C standards. :angry:

Is it/will it be possible to choose the external browser that PHP Designer 2005 previews with?
Reply With Quote
  #3 (permalink)  
Old 2005-08-22, 05:36 PM
Junior Member
 
Join Date: Aug 2005
Posts: 13
mpsoftware
Default

Hi galbus, the current version of php designer 2005 only supports IE but as you might know I am working on the next version of php designer 2006 where I am working on adding support for firefox...

Michael Pham, www.mpsoftware.dk
Reply With Quote
  #4 (permalink)  
Old 2005-08-24, 10:19 AM
Junior Member
 
Join Date: Aug 2005
Posts: 1
tangente
Default

Hello dear Michael Pham,

i'm from Germany, so sorry for my bad english :-)

I have a simple question. I've surfed to php-editors and saw your PHP Designer 2005. Really really nice program.
so my question is....


if a make a class (in the file "test.php") like....
Code:
class test{

  function bla(){
  //no content
  }

  function blaTwo(){
  //also no content
  }
}
and i make a new php-file.......

Code:
<?php

include('test.php');
testVar = new test();
testVar-> *
?>
[*] so i expect that PHP Designer will give me the function-list of the class, so i can overview which functions are in this class.......is it possible? Or is it not supported at the moment?
thank you very much for support!

greetings,
marco
Reply With Quote
  #5 (permalink)  
Old 2005-11-30, 01:59 PM
Member
 
Join Date: Aug 2004
Location: GA-USA
Posts: 56
usedtire
Default

I've started using PHP Designer since some people here recommended it so highly. I notice you have Perl syntax highlighting. Any chance you could add Python?

Any plans on porting to Linux?
__________________
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
-- (Terry Pratchett, Hogfather)
Reply With Quote
  #6 (permalink)  
Old 2006-01-31, 11:41 AM
Junior Member
 
Join Date: Jan 2006
Posts: 1
Meetal
Default

Why can i use UFT-8 file format?

In notepad, file -> save -> and in Menu => UFT-8
In phpDesigned?
__________________
My english is bad... sorry =)
Reply With Quote
  #7 (permalink)  
Old 2006-04-06, 06:17 PM
Junior Member
 
Join Date: Aug 2005
Posts: 13
mpsoftware
Default

Quote:
Originally Posted by tangente
Hello dear Michael Pham,

i'm from Germany, so sorry for my bad english :-)

I have a simple question. I've surfed to php-editors and saw your PHP Designer 2005. Really really nice program.
so my question is....


if a make a class (in the file "test.php") like....
Code:
class test{

  function bla(){
  //no content
  }

  function blaTwo(){
  //also no content
  }
}
and i make a new php-file.......

Code:
<?php

include('test.php');
testVar = new test();
testVar-> *
?>
[*] so i expect that PHP Designer will give me the function-list of the class, so i can overview which functions are in this class.......is it possible? Or is it not supported at the moment?
thank you very much for support!

greetings,
marco
Hi Marco

This feature will be supported with the next update!

Michael
Reply With Quote
  #8 (permalink)  
Old 2006-04-06, 06:19 PM
Junior Member
 
Join Date: Aug 2005
Posts: 13
mpsoftware
Default

Yes, I see no problem with adding support for Python in the next version.

Michael
Reply With Quote
  #9 (permalink)  
Old 2006-04-26, 04:21 PM
Junior Member
 
Join Date: Apr 2006
Posts: 1
thiagoaos is on a distinguished road
Default

Quote:
Originally Posted by mpsoftware
Hi Marco

This feature will be supported with the next update!

Michael
I am using PHP Design 2006 4.0.6 BETA and i didn't see this feature .
What is the next update that you spoke?

How i can move the windows? separate Code Libraries of Tool Panes, put one window in left size , another in right size ... like this image http://www.php-editors.com/getimage.php?id=98 ?

Suggestion
The projects tool panel, could merge (directories and Files) like hierarchy.

Project Name
view
index.html
errorPage.html
add.html
model
class_contato.php
controller
agenda.php
...

Another Sugestion
Shortcut to full screen the main (coder) window fast.
like:
i am programming, then i want to see the all code, then i press ctrl+F or F11, or someone and the window maximize, to back a normal form, press same Shortcut. When maximize, only show the code and tabs to rapid access to other open files.


did you understand? sorry, but my english is very bad.
Reply With Quote
  #10 (permalink)  
Old 2006-08-17, 10:11 PM
Junior Member
 
Join Date: Aug 2006
Posts: 1
yomi is on a distinguished road
Default php 5 support

i have tried a couple of editors/ide dreamweaver,komodo,zend and some opensource softwares. they all support php 4 by default, but none of them were able to execute php 5 files.

in case i sounded a little confusing, this is what i mean, i am a new php programmer and i prefer php 5 to php 4 because of the flexibility of php 5 and the new features it has that makes it easier for a c++ progrmmer like myself to make a transition to php.

i am having problems using other editors, DOES PHP DESIGNER SUPPORT PHP5? without having to download new plugins, configuring or changing settings?

python and c++ editors/compilers are very easy use and are mostly free, i can't say the same thing about php. being the only programming language dedicated to server-side applications, i think it is still my web programming language of choice but i am loving python because there are easy to use editors out there for perfecting my python programming skills.
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:11 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.