Skip to content

inkdeep/firebug-console.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textmate bundle for Firebug Console

Features

Snippets for inserting console API commands into JavaScript code.

Documentation of the console API commands. Original content here: http://getfirebug.com/wiki/index.php/Console_API

Documentation of console.table() command. Original article here: http://www.softwareishard.com/blog/firebug/tabular-logs-in-firebug/

Use ⌥⌘K (option-command-k) to show a list of the most common logging commands to choose from.

Installation

To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/inkdeep/firebug-console.tmbundle.git "Firebug Console.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

To install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/inkdeep/firebug-console.tmbundle/tarball/master
tar zxf inkdeep-firebug-console.tmbundle*.tar.gz
rm inkdeep-firebug-console.tmbundle*.tar.gz
mv inkdeep-firebug-console.tmbundle* "Firebug Console.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

About

Textmate bundle for Firebug Console API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published