https://github.com/cakephp/cakephp-netbeans
CakePHP support in NetBeans
https://github.com/cakephp/cakephp-netbeans
Last synced: 7 months ago
JSON representation
CakePHP support in NetBeans
- Host: GitHub
- URL: https://github.com/cakephp/cakephp-netbeans
- Owner: cakephp
- Created: 2010-07-14T13:35:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-16T07:46:36.000Z (over 15 years ago)
- Last Synced: 2023-10-20T18:39:05.502Z (over 2 years ago)
- Language: Java
- Homepage: http://cakephp.org
- Size: 124 KB
- Stars: 58
- Watchers: 28
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
*** 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/