Changes between Version 3 and Version 4 of TextMate


Ignore:
Timestamp:
Feb 26, 2006, 9:29:10 PM (19 years ago)
Author:
Paul Bissex
Comment:

cleaned up, added info about Django bundle

Legend:

Unmodified
Added
Removed
Modified
  • TextMate

    v3 v4  
    1 !TextMate is a popular programmers-editor for OS X.
    2 Homepage: http://macromates.com/
     1!TextMate is a popular programmers-editor for OS X. http://macromates.com/
    32
    4 One of the most interesting feature is the ability to define "Snippets", abbreviations which can be expanded into larger blocks of text.
     3One of the most interesting features is the ability to define "snippets", abbreviations which can be expanded into larger blocks of text containing placeholders. 
    54
    6 This advert was brought to you by Wiki-Spam: using other people's trusting nature for their own ends.
     5TextMate organizes most of its features, including snippets, macros, templates, and drag-and-drop behaviors, into language-specific "bundles."  There's a Django bundle, though it is not among the ones included with the application; you have to fetch it from the repository (instructions here: http://macromates.com/wiki/Main/Bundles). It handles both Django templates and Django Python code.
     6
     7----
    78
    89Remember: winners use Vim.
Back to Top