Not signed in (Sign In)

Categories

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

    • CommentAuthorDarkRaver
    • CommentTimeMar 29th 2007 edited
     permalink

    Has someone converted the Javascript Mootools bundle ?

    Thanks

    •  
      CommentAuthortstrokes
    • CommentTimeMar 29th 2007
     permalink

    If you get the tmbundle you want I can convert it.

    • CommentAuthorDarkRaver
    • CommentTimeMar 29th 2007
     permalink

    You can get it there : http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript%20MooTools.tmbundle/
    Thanks by advance ;)

    •  
      CommentAuthorFrederick
    • CommentTimeMar 30th 2007
     permalink

    Oh, that would be awesome. I’m using mootools and a while ago was looking for a bundle, I heard someone had made one but couldn’t find it

    If you can convert it I’d give you a wet kiss.

    •  
      CommentAuthortstrokes
    • CommentTimeApr 3rd 2007
     permalink

    I’ve added Mootools to my post.

    • CommentAuthorDarkRaver
    • CommentTimeApr 3rd 2007
     permalink

    Thanks, you’re the man ;)

    •  
      CommentAuthorFrederick
    • CommentTimeApr 4th 2007 edited
     permalink

    Intype freezes when I choose this as the active grammar for any JS file.

    •  
      CommentAuthortstrokes
    • CommentTimeApr 4th 2007
     permalink

    K, I’ll check it out.

    •  
      CommentAuthortstrokes
    • CommentTimeApr 4th 2007 edited
     permalink

    Starting on line 789
    change:
    begin: /^(?=(\t| ))/
    to:
    begin: /^(?=(\t|\x20\x20))/

    and line 828
    change:
    match: /( )( )?( )?( )?( )?( )?( )?( )?( )?( )?( )?/
    to:
    match: /(\x20\x20)(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?/

    •  
      CommentAuthorFrederick
    • CommentTimeApr 6th 2007
     permalink

    Thanks, working.