forked from petrowsky/filemaker.tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 15
Tab Triggers
DonovanChan edited this page Jul 28, 2011
·
3 revisions
Tab triggers exist for every native FileMaker function. Templates are included for function parameters to allow you to tab through them. To discover or modify the abbreviated tab triggers, find the function in the FileMaker bundle menu (Bundles>FileMaker>[Function Category]>[Function Name]). You can also search for them by pressing ⌘^T.
Keyword shorthand versions of words:
| Word | Shortcut |
|---|---|
| record | rec |
| number | num |
| summary | sum |
| timestamp | ts |
| evaluate | eval |
| object | ob |
| value(s) | val |
For example, typing "leftval" will expand to "LeftValues ( template1 ; template2 )"
Previous incarnations of the bundle included snippets for things like the PHP API, SmartPill PHP and zippScript. If you would like any of those added. Let us know via email or, preferably, by submitting an issue on the github page.