Skip to content

Commit

Permalink
remove references to old code
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Oct 30, 2013
1 parent bb9d148 commit db20a71
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 143 deletions.
2 changes: 1 addition & 1 deletion QuickLookStephenProject/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1.4.1</string>
<string>1.4.2</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand Down
7 changes: 0 additions & 7 deletions QuickLookStephenProject/QLStephenDirectoriesBlackList.plist

This file was deleted.

25 changes: 0 additions & 25 deletions QuickLookStephenProject/QLStephenExtensionsBlackList.plist

This file was deleted.

17 changes: 0 additions & 17 deletions QuickLookStephenProject/QLStephenWhiteList.plist

This file was deleted.

11 changes: 0 additions & 11 deletions QuickLookStephenProject/URLChecker.h

This file was deleted.

48 changes: 0 additions & 48 deletions QuickLookStephenProject/URLChecker.m

This file was deleted.

35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ QLStephen is a QuickLook plugin that lets you view plain text files without a fi
CHANGELOG
etc...

You can also customise the plugin to determine which files it previews. See [*Customizing white/black lists*](#customizing-whiteblack-lists---step-by-step), below.


## Installation


Expand All @@ -28,36 +25,6 @@ Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
file into the relevant `QuickLook` folder (as above).



## Customizing white/black lists - Step by Step

Want to change the current behaviour? Just follow the instructions below.

**Note:**
Plists used here are not same as user defaults, so you won’t find
them in `~/Library/Preferences`. Instead, you need to edit the plist
files inside the bundle—in this case, the plugin file:
`QLStepehen.qlgenerator`.


#### 1. Show the contents of the bundle.

If you installed the plugin, it should be in `~/Library/QuickLook/`.

<a href="http://a.yfrog.com/img740/933/tipb.png"><img src="http://a.yfrog.com/img740/933/tipb.png" width="300"/></a>


#### 2. Edit the appropriate plist file in your favorite text editor.

<a href="http://a.yfrog.com/img878/3563/hd9w.png"><img src="http://a.yfrog.com/img878/3563/hd9w.png" width="400"/></a>

Plist files:

* **`QLStephenWhiteList.plist`** : files with these names will **always** be previewed
* **`QLStephenExtensionsBlackList.plist`** : files with these extensions will **never** be previewed
* **`QLStephenDirectoriesBlackList.plist`** : files contained by these directories will **never** be previewed


## Trouble?

If you’ve installed the plugin, but don’t see any changes:
Expand All @@ -77,7 +44,7 @@ Because I was listening to [Adam and Joe](http://www.bbc.co.uk/blogs/adamandjoe/

**Original author:** Duncan Robertson

Special thanks to the following people for submitting patches:
Special thanks to the following people for submitting patches over the years:

* [Guillermo Ignacio Enriquez Gutierrez](https://github.com/nacho4d)
* [Rob Lourens](https://github.com/roblourens)
Expand Down

0 comments on commit db20a71

Please sign in to comment.