Changes between Version 21 and Version 22 of TextMate
- Timestamp:
- Mar 30, 2011, 3:32:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TextMate
v21 v22 9 9 There's a Django bundle, though it's not among the ones included with the application; you have to fetch it from the repository. It handles both Django templates and Django Python code. The bundle's Python snippets are built for the magic-removal branch of Django. 10 10 11 = Install = 12 13 {{{ 14 % mkdir -p /Library/Application\ Support/TextMate/Bundles 15 % cd /Library/Application\ Support/TextMate/Bundles 16 % svn co http://svn.textmate.org/trunk/Bundles/Python%20Django.tmbundle/ 17 }}} 18 19 20 11 21 The !TextMate blog lists instructions here: 12 22 … … 16 26 17 27 18 The bundle s resideat:28 The bundle resides at: 19 29 20 30 http://svn.textmate.org/trunk/Bundles/Python%20Django.tmbundle 21 22 http://svn.textmate.org/trunk/Bundles/Python%20Django%20Templates.tmbundle23 31 24 32 The Django-Python syntax in particular is a work in progress, and suggestions and contributions are welcome.