Provides syntax highlighting, code snippets, quick documentation reference and robust code generating commands. You can even interact directly with FileMaker Pro's clipboard from within this bundle.
This project was forked from a simpler version by Matt Petrowsky. His bundle was a simplification of the original bundle by Charles Ross. My version mostly adds to the commands.
For more information, please see the help file. You can access that in the bundle menu or in the support folder.
Sublime Text users, see my FileMaker project instead.
For OS X 10.9 and older, see the Pre OSX 10.10 release.
- Tab triggers for FileMaker functions
- Documentation for functions, script steps and error codes
- Commands
- Manipulating/generating calculations
- Manipulating/generating FileMaker clipboard XML
- Extracting data from the DDR
- Extracting data from import.log files
- Syntax highlighting
- FileMaker
- FileMaker Clipboard
- FileMaker Log
- Code folding
- Help section
- Full documention on most commands (displayed when running command with empty input)
- Install TextMate
- Download these files. (zip and tar formats available)
- Uncompress/extract the package contents, if necessary.
- Rename the folder to "FileMaker.tmbundle". (You will have to remove some metadata from the name.)
- Double-click on the file.
That's it! TextMate will install the bundle automatically into "~/Library/ApplicationSupport/TextMate/Bundles"
You can set up the bundle as a Git repository right where TextMate installs it. Just copy the appropriate commands below into your Terminal.
TextMate 1
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/DonovanChan/filemaker.tmbundle.git "FileMaker.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
TextMate 2
mkdir -p ~/Library/Application\ Support/Avian/Bundles
cd ~/Library/Application\ Support/Avian/Bundles
git clone git://github.com/DonovanChan/filemaker.tmbundle.git "FileMaker.tmbundle"
If you simply downloaded the zip files, you'll need to download and move them again. If you cloned the repository, you can pull down the latest updates like this:
TextMate 1
# Update FileMaker bundle for TextMate 1
cd ~/Library/Application\ Support/TextMate/Bundles/filemaker.tmbundle
git pull
TextMate 2
# Update FileMaker bundle for TextMate 2
cd ~/Library/Application\ Support/Avian/Bundles/filemaker.tmbundle
git pull
See license.txt
Donovan Chandler
Beezwax Datatools, Inc.
[email protected]
Original bundle by Charles Ross, [email protected]
Forked 3/12/11 by Donovan Chandler from Matt Petrowsky