Skip to content

psparrow/lithium_textmate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lithium_textmate

A TextMate Bundle for Lithium

This TextMate bundle includes grammar and completions for the Lithium API, plus common code-generation snippets.

Installation

Fire up Terminal, and enter the following commands:

cd /path/to/libraries
git clone https://github.com/bruensicke/lithium_textmate.git

rm -rf ~/Library/Application\ Support/TextMate/Bundles/Lithium.tmbundle
ln -s `pwd`/lithium_textmate/Lithium.tmbundle ~/Library/Application\ Support/TextMate/Bundles/

Then, select Reload Bundles from the Bundles > Bundle Editor menu in TextMate.

Themes

The plugin also includes two themes (light and dark) in the /themes folder. Each of these will be installed to TextMate automatically on opening.

The Union of RAD dev theme

Error Linking

The TextMate bundle itself is now wrapped in a plugin that provides some additional integration for Lithium. To take advantage, add the following to config/bootstrap/libraries.php:

Libraries::add('lithium_textmate');

Finally, be sure to clear your cache (typically APC or file).

Now, when running the test suite, failures and exceptions will be linked to the file and line number where they occurred, and clicking them will open the file in TextMate, with the line number selected.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published