[SVN] r8774 (Groovy)

Luke Daley ld at ldaley.com
Fri Jan 11 00:22:24 UTC 2008


Improved a whole heap of iteration snippets.

Changed:
U   branches/Groovy.tmbundle/Snippets/all{ e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/any{ e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/collect { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/downto(num) { n -> __ }.tmSnippet
D   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
U   branches/Groovy.tmbundle/Snippets/eachDirMatch { dir -> … }.tmSnippet
U   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
U   branches/Groovy.tmbundle/Snippets/every { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/find { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/findAll { e -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/grep(:pattern:) { match -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/new File(__)_eachLine { __ }.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
U   branches/Groovy.tmbundle/Snippets/shouldFail(__) { __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/sort { __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/splitEachLine(separator) { line -> __ } copy.tmSnippet
U   branches/Groovy.tmbundle/Snippets/step(to,amount) { n -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/times { n -> __ }.tmSnippet
U   branches/Groovy.tmbundle/Snippets/upto(num) { n -> __ }.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
U   branches/Groovy.tmbundle/info.plist



More information about the textmate-dev mailing list