diff options
author | murphy <murphy@rubychan.de> | 2008-12-25 01:22:30 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2008-12-25 01:22:30 +0000 |
commit | 79a313948f2277cf0f2e238d5765a71fee03e089 (patch) | |
tree | 7f6c2de879231f1b7a30d9ba481984e79fede9c1 /etc | |
parent | bca06f1ec361537c4c7f1368ca8838be2940dafe (diff) | |
download | coderay-79a313948f2277cf0f2e238d5765a71fee03e089.tar.gz |
Fixes for Ruby 1.9.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/coderay-lib.tmproj | 10 | ||||
-rw-r--r-- | etc/coderay.tmproj | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/coderay-lib.tmproj b/etc/coderay-lib.tmproj index 19c8e34..7173916 100644 --- a/etc/coderay-lib.tmproj +++ b/etc/coderay-lib.tmproj @@ -5,6 +5,8 @@ <key>documents</key> <array> <dict> + <key>expanded</key> + <true/> <key>name</key> <string>lib</string> <key>regexFolderFilter</key> @@ -83,14 +85,12 @@ <string>../diff</string> <key>lastUsed</key> <date>2008-09-30T16:57:58Z</date> - <key>selected</key> - <true/> </dict> <dict> <key>filename</key> <string>../TODO</string> <key>lastUsed</key> - <date>2008-01-21T03:03:08Z</date> + <date>2008-11-06T18:26:56Z</date> </dict> <dict> <key>name</key> @@ -104,7 +104,9 @@ <key>filename</key> <string>../test/scanners/coderay_suite.rb</string> <key>lastUsed</key> - <date>2008-09-30T15:54:46Z</date> + <date>2008-12-25T01:19:30Z</date> + <key>selected</key> + <true/> </dict> <dict> <key>filename</key> diff --git a/etc/coderay.tmproj b/etc/coderay.tmproj index 1ac5706..2597bf4 100644 --- a/etc/coderay.tmproj +++ b/etc/coderay.tmproj @@ -11,8 +11,6 @@ <string>coderay</string> <key>regexFolderFilter</key> <string>!.*/(\.[^/]*|CVS|_darcs|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string> - <key>selected</key> - <true/> <key>sourceDirectory</key> <string>..</string> </dict> |