Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorque
    • CommentTimeJan 21st 2007
     permalink

    Select Ruby or ROR bundle and press
    r tab tab
    Colon snippet triggered inside attr_reader
    I’m not sure, but maybe intype should ignore tab triggers while executing snippet?

    I’ve just tested this in textmate – no problem here.

  1.  permalink

    Yep, that’s good suggestion.

    •  
      CommentAuthorFrederick
    • CommentTimeJan 23rd 2007
     permalink

    Nested snippets have been suggested also… Hmm…

    • CommentAuthorstijnster
    • CommentTimeJan 23rd 2007 edited
     permalink

    I’ve also noticed other;

    asser tab becomes asseattr_reader
    assert tab becomes asserender

    probably has to do with the r (= attr_reader) and rt (= render text) at the end of the word. Is this fixable, or is this a feature?

    Because I see all those snippets work like that (e.g.) testhead tab gives you;
    test<head>
    ... head code …
    </head>

  2.  permalink

    This is actually a bug. Described and reported here.