Changeset 8962
- Timestamp:
- 03/01/08 14:01:24 (8 months ago)
- Files:
-
- spinoffs/pdoc/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/class.tmSnippet (modified) (1 diff)
- spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/event.tmSnippet (modified) (1 diff)
- spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/namespace.tmSnippet (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/pdoc/trunk/CHANGELOG
r8961 r8962 1 * Update TextMate bundle to reflect latest syntax changes. [Tobie] 2 1 3 * Modify syntax for specifying language type in description code blocks. [Tobie] 2 4 spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/class.tmSnippet
r8951 r8962 6 6 <string>/** 7 7 * class ${1:class name}${2: < ${3:super class}} 8 * ${4: includes ${5:mixin}}8 * ${4: includes: ${5:mixin}} 9 9 * $0 10 10 * spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/event.tmSnippet
r8951 r8962 4 4 <dict> 5 5 <key>content</key> 6 <string>fires ${2:namespace}:${4:eventName}$0</string>6 <string>fires: ${2:namespace}:${4:eventName}$0</string> 7 7 <key>name</key> 8 8 <string>event</string> spinoffs/pdoc/trunk/PDoc.tmbundle/Snippets/namespace.tmSnippet
r8951 r8962 6 6 <string>/** 7 7 * ${1:namespace name} 8 * ${2: includes ${3:mixin}}8 * ${2: includes: ${3:mixin}} 9 9 * $0 10 10 *