Skip to content

Commit

Permalink
prepare for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaby committed May 30, 2011
1 parent 7482789 commit 67e7e94
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 13 deletions.
19 changes: 19 additions & 0 deletions License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (C) 2011 by Majd Taby

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Waldo (Current Version: 0.2)
# Waldo (Current Version: 0.3)

Waldo is a port of TextMate's Find-in-Project feature, designed to work with [MacVim.app](https://github.com/b4winckler/macvim)

Expand All @@ -13,26 +13,28 @@ Waldo is a port of TextMate's Find-in-Project feature, designed to work with [Ma
- Launch Waldo.app to install the Vim plugin
- Open MacVim.app and trigger Waldo using the `<leader>f` mapping

*NOTE:* Make sure you `cd` into your project folder. If you don't,
*NOTE:* If you do not have your `.vim/` folder in your home directory, you must manually place Waldo.vim (found inside the .app package) in your `.vim/plugins` directory.

*NOTE:* Make sure you `cd` into your project folder. If you don't, then the window won't start-up and you won't get any feedback. I am trying to get that fixed for 0.4

## Changelog

### Version 0.3
- Auto-install vim plugin on first launch (thanks zef)
- Add support for case-sensitive searches (thanks zef)
- Add support for regex searches (thanks zef)
- Launch Waldo as a menu item (thanks ashchan)

### Version 0.2
- Perform ack subprocess on a separate thread
- Support for Sparkle.framework to ship updates automatically
- Prevent multiple instances of Waldo to open when you trigger `<leader>f`

## Roadmap

### Version 0.3
### Version 0.4
- Ability to specify project root in Waldo.app
- Add safe-guards against generic project roots (~, /, etc.)
- Auto-install vim plugin on first launch (thanks zef)
- Add support for case-sensitive searches (thanks zef)
- Add support for regex searches (thanks zef)
- Launch Waldo as a menu item (thanks ashchan)

### Version 0.4
- Keyboard navigation
- Launch as menu item (not dock app)

Expand All @@ -48,7 +50,6 @@ I highly encourage you to fork my project and implement any of the features in t
- [Zef Houssney](http://madebykiwi.com)
- [James Chen](http://ashchan.com)


## License

Copyright (C) 2011 by Majd Taby
Expand Down
4 changes: 2 additions & 2 deletions VimAck/Waldo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<string>0.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Waldo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
/* Begin PBXLegacyTarget section */
A9105FFE137D8624005E57AD /* Deployment */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "--compile --embed --no-stdlib";
buildArgumentsString = "--compile --embed";
buildConfigurationList = A9106016137D8624005E57AD /* Build configuration list for PBXLegacyTarget "Deployment" */;
buildPhases = (
);
Expand Down
Binary file modified resources/waldo_shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67e7e94

Please sign in to comment.