[SVN] r9391 (Java)

Luke Daley ld at ldaley.com
Mon Apr 14 13:09:54 UTC 2008


• Added snippets for common modifiers and constructs.

Instead of trying to make super flexible snippets that cover all modifiers for given constructs, we separate modifers from the constructs to enable sequences like the following…

fi⇥ab⇥pu⇥m⇥

Which becomes…

final abstract public void method() throws … {}

Changed:
A   trunk/Review/Bundles/Java.tmbundle/Snippets/abstract.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/class.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/final.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/method.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/private.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/protected.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/public.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/static.tmSnippet
A   trunk/Review/Bundles/Java.tmbundle/Snippets/variable.tmSnippet
U   trunk/Review/Bundles/Java.tmbundle/info.plist



More information about the textmate-dev mailing list