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