Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Setting up Netbeans: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 3: Line 3:
Netbeans has got a good PHP support.
Netbeans has got a good PHP support.


1. Checkout your Moodle project with CVS. You can use Tortoise CVS on Windows. I personaly prefer to get an external client to realise the Delete operation on my files.
1. Checkout your Moodle project with a CVS client. You can use Tortoise CVS on Windows for example. I personaly prefer to use an external client in order to realise the CVS Delete operation on my own. It's why I use another client for file deletion operation.


2. Download Netbeans Early Access for PHP
2. Download [http://www.netbeans.org/ Netbeans Early Access for PHP]


3. Install and Use it
3. Install and Use it

Revision as of 01:27, 19 May 2008

--- IN CONSTRUCTION ---

Netbeans has got a good PHP support.

1. Checkout your Moodle project with a CVS client. You can use Tortoise CVS on Windows for example. I personaly prefer to use an external client in order to realise the CVS Delete operation on my own. It's why I use another client for file deletion operation.

2. Download Netbeans Early Access for PHP

3. Install and Use it


- CVS integration: see all changes, lines deletion, diff in real time - Ctrl+Click: Go to declaration - Apply Diff Patch - Easy to navigate - List of functions - Search very quick (you can still work during) - Very few bug (I only had two Notice during I set up my projects)