[SVN] r8581 (Groovy)

Luke Daley ld at ldaley.com
Mon Dec 3 03:44:28 UTC 2007


Rationalised Snippets

Changed:
U   branches/Groovy.tmbundle/Snippets/#!:usr:local:bin:groovy -w.tmSnippet
A   branches/Groovy.tmbundle/Snippets/@author.tmSnippet
A   branches/Groovy.tmbundle/Snippets/@param copy.tmSnippet
A   branches/Groovy.tmbundle/Snippets/@param.tmSnippet
U   branches/Groovy.tmbundle/Snippets/Ant __ replace.tmSnippet
A   branches/Groovy.tmbundle/Snippets/Block Comment.tmSnippet
A   branches/Groovy.tmbundle/Snippets/Constructor.tmSnippet
A   branches/Groovy.tmbundle/Snippets/Continue Block Comment.tmSnippet
U   branches/Groovy.tmbundle/Snippets/Hash Pair — key : "value".tmSnippet
U   branches/Groovy.tmbundle/Snippets/New Closure.tmSnippet
U   branches/Groovy.tmbundle/Snippets/New Method.tmSnippet
D   branches/Groovy.tmbundle/Snippets/Private Variable.tmSnippet
U   branches/Groovy.tmbundle/Snippets/Thread_start { __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/Thread_startDaemon { __ } .tmSnippet
U   branches/Groovy.tmbundle/Snippets/all{ e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/any{ e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/assert(__).tmSnippet
U   branches/Groovy.tmbundle/Snippets/assertEquals(__).tmSnippet
U   branches/Groovy.tmbundle/Snippets/assertNotEquals(__).tmSnippet
U   branches/Groovy.tmbundle/Snippets/assertNotNull(__).tmSnippet
U   branches/Groovy.tmbundle/Snippets/assertNull(__).tmSnippet
D   branches/Groovy.tmbundle/Snippets/class … .tmSnippet
U   branches/Groovy.tmbundle/Snippets/class __ .tmSnippet
U   branches/Groovy.tmbundle/Snippets/class __ singleton.tmSnippet
D   branches/Groovy.tmbundle/Snippets/class __ with constructor.tmSnippet
D   branches/Groovy.tmbundle/Snippets/class __ with cunstructor, parent.tmSnippet
U   branches/Groovy.tmbundle/Snippets/class ___ TestCase.tmSnippet
D   branches/Groovy.tmbundle/Snippets/collect element.tmSnippet
U   branches/Groovy.tmbundle/Snippets/collect { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/copy__ file.tmSnippet
U   branches/Groovy.tmbundle/Snippets/copy__ fileset include:exclude.tmSnippet
U   branches/Groovy.tmbundle/Snippets/copy__ fileset.tmSnippet
A   branches/Groovy.tmbundle/Snippets/def … (variable).tmSnippet
D   branches/Groovy.tmbundle/Snippets/def __ Object.tmSnippet
U   branches/Groovy.tmbundle/Snippets/def __ closure = {__} .tmSnippet
U   branches/Groovy.tmbundle/Snippets/def __ method() {__}.tmSnippet
D   branches/Groovy.tmbundle/Snippets/def test __ {__}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/downto(num) { n -> __ }.tmSnippet
D   branches/Groovy.tmbundle/Snippets/each element.tmSnippet
U   branches/Groovy.tmbundle/Snippets/each pair map.tmSnippet
U   branches/Groovy.tmbundle/Snippets/each { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachByte { byte -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachDir { dir -> __ } .tmSnippet
A   branches/Groovy.tmbundle/Snippets/eachDirMatch { dir -> … }.tmSnippet
A   branches/Groovy.tmbundle/Snippets/eachDirRecurse { dir -> … }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachFile { file -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachFileMatch { file -> __ } .tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachFileRecurse { file -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachKey { key -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachLine { line -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachMatch(regex) { match -> __ } .tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachObject { obj -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachValue { val -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/eachWithIndex { e, i -> __ }.tmSnippet
D   branches/Groovy.tmbundle/Snippets/eachWithIndex.tmSnippet
A   branches/Groovy.tmbundle/Snippets/else ….tmSnippet
U   branches/Groovy.tmbundle/Snippets/elseif ___.tmSnippet
U   branches/Groovy.tmbundle/Snippets/every { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/find { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/findAll { e -> __ }.tmSnippet
D   branches/Groovy.tmbundle/Snippets/for … in … {} 2.tmSnippet
U   branches/Groovy.tmbundle/Snippets/for … in … {}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/gcl__ parseClass.tmSnippet
U   branches/Groovy.tmbundle/Snippets/grep(:pattern:) { match -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/if … else …{__}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/if … {__}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/mkdir.tmSnippet
U   branches/Groovy.tmbundle/Snippets/new File(__)_eachLine { __ }.tmSnippet
A   branches/Groovy.tmbundle/Snippets/private ….tmSnippet
A   branches/Groovy.tmbundle/Snippets/private method() { … }.tmSnippet
A   branches/Groovy.tmbundle/Snippets/private static ….tmSnippet
U   branches/Groovy.tmbundle/Snippets/private static final String.tmSnippet
D   branches/Groovy.tmbundle/Snippets/private static final.tmSnippet
A   branches/Groovy.tmbundle/Snippets/private static method() { … }.tmSnippet
A   branches/Groovy.tmbundle/Snippets/private void method() { … }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/replaceAll(regex) { match -> __}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/reverseEach { e -> __ } .tmSnippet
U   branches/Groovy.tmbundle/Snippets/run after.tmSnippet
A   branches/Groovy.tmbundle/Snippets/setUp().tmSnippet
U   branches/Groovy.tmbundle/Snippets/shouldFail(__) { __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/sleep(secs) { __ :: on interrupt }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/sort { __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/splitEachLine(separator) { line -> __ } copy.tmSnippet
A   branches/Groovy.tmbundle/Snippets/static ….tmSnippet
D   branches/Groovy.tmbundle/Snippets/static .tmSnippet
A   branches/Groovy.tmbundle/Snippets/static final ….tmSnippet
D   branches/Groovy.tmbundle/Snippets/static final String.tmSnippet
D   branches/Groovy.tmbundle/Snippets/static final.tmSnippet
U   branches/Groovy.tmbundle/Snippets/static main method.tmSnippet
A   branches/Groovy.tmbundle/Snippets/static method() { … }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/step(to,amount) { n -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/switch__case.tmSnippet
U   branches/Groovy.tmbundle/Snippets/switch__case__default.tmSnippet
A   branches/Groovy.tmbundle/Snippets/tearDown().tmSnippet
A   branches/Groovy.tmbundle/Snippets/test case.tmSnippet
U   branches/Groovy.tmbundle/Snippets/times { n -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/try __ catch__ finally.tmSnippet
U   branches/Groovy.tmbundle/Snippets/try __ catch__.tmSnippet
U   branches/Groovy.tmbundle/Snippets/upto(num) { n -> __ }.tmSnippet
A   branches/Groovy.tmbundle/Snippets/void method() { … }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/while ___ {___}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withInputStream { in -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withOutputStream { out -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withPrintWriter { pw -> __}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withReader { r -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withStream { in -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withStreams { Socket s -> __}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withWriter { w -> __}.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withWriter(charset) { w -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/withWriterAppend(charset) { __ }.tmSnippet



More information about the textmate-dev mailing list