Changes between Version 2 and Version 3 of PadrePluginSnippet
- Timestamp:
- 03/05/12 09:25:03 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginSnippet
v2 v3 1 This is used to document the finding about the Padre::Plugin::Snippets plugin and the TextMate/snipMate integration that i have been planning with {{{bowtie (Kevin)}}}. 1 This is used to document the finding about the Padre::Plugin::Snippets plugin and the {{{TextMate/snipMate}}}integration that i have been planning with {{{bowtie (Kevin)}}}. 2 3 - Snippet mode can be entered through TAB 4 - Shift-TAB traverses all variables (circular is a useful snipMate feature). Does not break snippet mode 5 - Up/down/right/left/page up/page down/home/end/delete automatically kill snippet mode 6 - 2 7 3 8 … … 5 10 - Snippet mode OFF: 6 11 - {{{$line}}} = the current line text preceding the cursor 7 - Find {{{$trigger}}} for {{{$line}}} and the current active snippet bundle 8 - Find snippet of trigger 9 - 12 - Find {{{$trigger}}} for {{{$line}}} and the current active snippet bundle or exit 13 - Find the snippet associated with trigger or exit 14 - Find all variables in snippet of the form: 15 {{{ $1, ${1:...}, ${1} }}} 16 - Find the first variable that starts with with 1 10 17 - Snippet mode ON: 11 18
