Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions AckMate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
outputFiles = (
"$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE)",
);
script = "/usr/bin/env ragel ${INPUT_FILE_DIR}/${INPUT_FILE_BASE}.rl -o ${DERIVED_FILES_DIR}/${INPUT_FILE_BASE}";
script = "/usr/local/bin/ragel ${INPUT_FILE_DIR}/${INPUT_FILE_BASE}.rl -o ${DERIVED_FILES_DIR}/${INPUT_FILE_BASE}";
};
/* End PBXBuildRule section */

Expand Down Expand Up @@ -295,7 +295,11 @@
};
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "AckMate" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* AckMate */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -384,6 +388,7 @@
1DEB913B08733D840010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand All @@ -394,6 +399,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
PRODUCT_NAME = AckMate;
SDKROOT = macosx;
WRAPPER_EXTENSION = tmplugin;
ZERO_LINK = YES;
};
Expand All @@ -402,38 +408,38 @@
1DEB913C08733D840010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
ppc,
i386,
);
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = AckMate_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
PRODUCT_NAME = AckMate;
SDKROOT = macosx;
WRAPPER_EXTENSION = tmplugin;
};
name = Release;
};
1DEB913F08733D840010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Debug;
};
1DEB914008733D840010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
6 changes: 3 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.jetpackpony.AckMate</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.2</string>
<string>1.1.3</string>
<key>NSPrincipalClass</key>
<string>AckMatePlugin</string>
</dict>
Expand Down
34 changes: 19 additions & 15 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
## Description
## Modifications

**AckMate** is a [TextMate](http://macromates.com/) plugin for running [Ack](http://betterthangrep.com) in a Cocoa window.
This is is a **modified version** of [AckMate](https://github.com/protocool/AckMate) Once/if [protocool](https://github.com/protocool) pulls these changes, I recommend switching back to his git repo. That said, some of my changes violate his rule about not changing ack; if they never make the cut, you'll still be able to find a copy here.

*This plugin is only compatible with Mac OS X 10.5 and above.*
Changes include:
- Added standard TextMate folder references via ack -G
- Updated the XCode build configuration for 10.6 (and modified ragel path to avoid build confusion)
- Added better UTF-8 error output

## Donations
## Description

Like many of you, I do this sort of thing to keep my family warm, clothed, and fed. Every hour I spend on AckMate is an hour that I'm not billing for.
**AckMate** is a [TextMate](http://macromates.com/) plugin for running [Ack](http://betterthangrep.com) in a Cocoa window.

If you find AckMate useful, a small [donation](http://pledgie.com/campaigns/9779) is a great way to show your appreciation.
*This plugin is only compatible with Mac OS X 10.6 and above.*

## Binary Installation

* Download the latest release from the [downloads section](http://github.com/protocool/AckMate/downloads)
* Save any unsaved documents you have open in TextMate
* Unpack the zip file and double-click the AckMate.tmplugin icon
- Download the latest release from the [downloads section](http://github.com/jswartwood/AckMate/downloads)
- Save any unsaved documents you have open in TextMate
- Unpack the zip file and double-click the AckMate.tmplugin icon

## Usage

Check the wiki for usage instructions.
Check the [wiki](https://github.com/protocool/AckMate/wiki) for usage instructions.

## Building From Source

AckMate's build process requires [Ragel](http://www.complang.org/ragel/) to be in your PATH.
AckMate's build process requires [Ragel](http://www.complang.org/ragel/) to be in */usr/local/bin* if you have it installed elsewhere please update XCode configuration or symlink to your install location.

## Contributing
Installing Ragel is easiest with [Homebrew](http://mxcl.github.com/homebrew/)

I'm always willing to look at a pull request.
brew install ragel

However, **any** pull requests that include changes to the `ackmate_ack.autogenerated` file will be ignored without comment.
## Contributing

Changes to ack itself should be directed to Andy Lester (the author of ack) via his [github repo](http://github.com/petdance/ack). I will periodically rebase AckMate's version of ack against the offical ack release.
I'm all ears... send pull requests if you have them.

If you find AckMate useful, donate to [protcool](http://pledgie.com/campaigns/9779) (the original author)
Loading