Changes between Version 2 and Version 3 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/05/10 18:39:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v2 v3 1 = Eclipse = 2 Eclipse is a full IDE supporting Debugging & Code Completion. 3 4 PyDev is an Eclipse module which supports Python. 5 6 It takes a little configuration to get it going with Web2Py: 7 * http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/ 8 * (Simplier Instructions) http://allisterx.blogspot.com/2009/06/using-web2py-framework-on-eclipse.html 9 10 11 == Detailed Installation steps == 1 12 http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr 2 13 Help > Install New Software … … 7 18 8 19 9 Bzr integration :20 Bzr integration (optional): 10 21 * http://wiki.bazaar.canonical.com/BzrEclipse 22 23 Related Links: 24 * [wiki:DeveloperGuidelinesTips#Pythondebugging Debugging Web2Py] 11 25 12 26 ----