symbian-qemu-0.9.1-12/python-2.6.1/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 <plist version="1.0"> |
|
4 <dict> |
|
5 <key>beforeRunningCommand</key> |
|
6 <string>nop</string> |
|
7 <key>command</key> |
|
8 <string># XXX Worth supporting using a local copy? |
|
9 |
|
10 # Dumb luck that an unrecognized number leads to a 0 being used. |
|
11 open `printf "http://www.python.org/dev/peps/pep-%04d" $(cat)`</string> |
|
12 <key>fallbackInput</key> |
|
13 <string>word</string> |
|
14 <key>input</key> |
|
15 <string>selection</string> |
|
16 <key>name</key> |
|
17 <string>Open PEP</string> |
|
18 <key>output</key> |
|
19 <string>discard</string> |
|
20 <key>uuid</key> |
|
21 <string>EDBB037F-AAE3-4512-863F-D9AA82C9E51E</string> |
|
22 </dict> |
|
23 </plist> |