public
Description: "Ack in Project" TextMate bundle
Clone URL: git://github.com/protocool/ack-tmbundle.git
Search Repo:
rewire checkboxes to defaults (grumble) and update readme
protocool (author)
Fri May 23 03:15:16 -0700 2008
commit  ff7c9c8e25f3b8e606ef1ef10a1e57fc2d2233b0
tree    5b5ac8eb39fa70a1a3023f7c4d19fb0ed0ade2ae
parent  e8b1f7255dc9301839674bde8bf347f524763ba1
...
14
15
16
17
 
18
19
20
21
 
 
 
 
 
 
 
22
23
24
...
14
15
16
 
17
18
19
20
 
21
22
23
24
25
26
27
28
29
30
0
@@ -14,11 +14,17 @@ cd ~/Library/Application\ Support/TextMate/Bundles
0
 git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle
0
 </pre>
0
 
0
-<h2>Prerequisites</h2>
0
+<h2>Notes</h2>
0
 
0
 The ack-standalone.sh script from <a href="http://petdance.com/ack/">http://petdance.com/ack/</a> is included in this bundle. You can use a different version of ack by setting the TM_ACK environment variable to point to your version.
0
 
0
-Note - this bundle has only been tested against this particular version of ack-standalone.
0
+This bundle has only been tested against this particular version of ack-standalone.
0
+
0
+<h2>Per-project .ackrc</h2>
0
+
0
+Ack normally honors the settings in your $HOME/.ackrc file. Additionally, any .ackrc file in your project directory (TM_PROJECT_DIRECTORY) will also be read.
0
+
0
+You can switch-off loading of any .ackrc files in the 'Advanced options' drawer.
0
 
0
 <h2>Background</h2>
0
 
...
7
8
9
10
 
11
12
13
14
15
16
 
17
18
19
...
7
8
9
 
10
11
12
13
14
15
16
17
18
19
20
0
@@ -7,13 +7,14 @@
0
   <key>IBEditorPositions</key>
0
   <dict>
0
     <key>185</key>
0
- <string>761 638 214 136 0 0 1680 1028 </string>
0
+ <string>756 617 214 136 0 0 1680 1028 </string>
0
   </dict>
0
   <key>IBFramework Version</key>
0
   <string>443.0</string>
0
   <key>IBOpenObjects</key>
0
   <array>
0
     <integer>5</integer>
0
+ <integer>185</integer>
0
   </array>
0
   <key>IBSystem Version</key>
0
   <string>8S2167</string>

Comments

    No one has commented yet.