forked from cakephp/cakephp-netbeans
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
31 lines (24 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** KEEP THIS FILE UPDATED OR REMOVE IT COMPLETELY ***
2010/07/16
WHAT WORKS:
- badge icon
- configuration files
- ignored files
- actions: bake, go to view, go to action
WHAT NEEDS TO BE DONE:
- non-interactive way for creating new CakePHP projects (CakePHP's side and then PhpModuleExtender)
- list of possible cake's commands in XML format (CakePHP's side and then FrameworkCommandSupport)
- code completion support (NetBeans internal: ideally move NB's editor API to PHP API)
HOW TO RUN:
- download development build of NetBeans [1] (the newer the better, at least build 2071 needed)
- manually install NBM file
HOW TO DEVELOP:
- read this page [2] for the general overview but notice that current sources need to be used (NB 6.9 won't work), then
- checkout NB sources via Mercurial [3] (preferred, easy updates) or download archive with latest NB sources from NB download site [4]
- Tools > NetBeans Platforms - add new platform "NetBeans IDE Dev" that points to the cloned/downloaded sources
- if not done yet, open this module in NetBeans
- Run
[1] http://bertram.netbeans.org/hudson/job/PHP-build/
[2] http://wiki.netbeans.org/PhpFrameworkDevelopment
[3] http://wiki.netbeans.org/WorkingWithNetBeansSources
[4] http://bits.netbeans.org/download/trunk/nightly/latest/zip/