Git Product home page Git Product logo

filemaker.tmbundle's Introduction

TextMate bundle for FileMaker Pro

Introduction

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.

Features

  • 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)

Installing

For easy installation

  1. Install TextMate
  2. Download these files. (zip and tar formats available)
  3. Uncompress/extract the package contents, if necessary.
  4. Rename the folder to "FileMaker.tmbundle". (You will have to remove some metadata from the name.)
  5. Double-click on the file.

That's it! TextMate will install the bundle automatically into "~/Library/ApplicationSupport/TextMate/Bundles"

For easy upgrades

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"

Updating

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

License

See license.txt

Contact

Donovan Chandler
Beezwax Datatools, Inc.
[email protected]

History

Original bundle by Charles Ross, [email protected]
Forked 3/12/11 by Donovan Chandler from Matt Petrowsky

filemaker.tmbundle's People

Contributors

donovanchan avatar petrowsky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.