Quote: |
1. In the project properties settings "Mapping", for the run mode should I be using HTTP mode (3rd party WEB server) for the best result? For open source PHP project like moodle or drupal, which Run mode would be most ideal for local development workstations? Also what should I put in for the "Remote root directory" for my l |
Since you have Apache and work with it, you need to set "http mode/3rd party web server" run mode.
Remote root -> full path to htdocs directory
Project root is also Apache's htdocs
URL -> somewhat like http://localhost/
Quote: |
2. If I have write access to some open source PHP projects, under the Project Properties -> Properties tab -> Publishing , what should I put in here? As I'm using sf.net but there is NO option to put in my sf.net account (CVS) so that I could do CVS commit directly in PhpED? |
you can use CVS but first you have to select it in the project properties.
publishing is supposed to work with FTP, SFTP or WebDAV servers, not CVS.
yes sure.
Quote: |
4. For remote debugging (say on our remote testing server), again what should I pick for the "Run mode"? Do I need the dbg wizard thingy? |
yes, it's suitable for this case too.
Quote: |
5. What is that "Code insight includes:" option mean? |
if you have some libraries used in your project but not located in the project directory tree, you may want to add their directories (only topmost) into the code insight includes. In this case all info about all functions, classes, constants, methods, variables and properties in those libraries will be available in a) Code Explorer window b) in Code Completion popup and in c) Function/Method argument list tooltips.