diff options
author | murphy <murphy@rubychan.de> | 2011-04-20 17:43:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-04-20 17:43:25 +0000 |
commit | bdf6cc8a14e42bb9c4061654954263b54c2f1720 (patch) | |
tree | 154520020264b7b77068bcd24263b00ba9dae214 /etc/coderay-complete.tmproj | |
parent | c4b03b3dbd730ae3430a99d96a5d50ce21771836 (diff) | |
download | coderay-bdf6cc8a14e42bb9c4061654954263b54c2f1720.tar.gz |
renaming coderay textmate projects
Diffstat (limited to 'etc/coderay-complete.tmproj')
-rw-r--r-- | etc/coderay-complete.tmproj | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/coderay-complete.tmproj b/etc/coderay-complete.tmproj new file mode 100644 index 0000000..2597bf4 --- /dev/null +++ b/etc/coderay-complete.tmproj @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>documents</key> + <array> + <dict> + <key>expanded</key> + <true/> + <key>name</key> + <string>coderay</string> + <key>regexFolderFilter</key> + <string>!.*/(\.[^/]*|CVS|_darcs|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string> + <key>sourceDirectory</key> + <string>..</string> + </dict> + </array> + <key>fileHierarchyDrawerWidth</key> + <integer>312</integer> + <key>metaData</key> + <dict/> + <key>showFileHierarchyDrawer</key> + <true/> + <key>windowFrame</key> + <string>{{1, 4}, {952, 774}}</string> +</dict> +</plist> |