https://github.com/sproutcore/add-ons
Developer tool add-ons for SproutCore
https://github.com/sproutcore/add-ons
Last synced: 25 days ago
JSON representation
Developer tool add-ons for SproutCore
- Host: GitHub
- URL: https://github.com/sproutcore/add-ons
- Owner: sproutcore
- Created: 2013-05-14T04:05:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T15:33:18.000Z (about 13 years ago)
- Last Synced: 2025-02-24T14:52:54.683Z (over 1 year ago)
- Language: JavaScript
- Size: 2.66 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# SproutCore Developer Add-ons
This repository contains 3rd party tools and extensions for use while developing SproutCore applications.
## Chrome Extension
This extension, available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni), adds some useful debugging information for SproutCore applications running in Chrome. With the extension installed, when you use the elements inspector pane, the view backing any highlighted element will be available on the console as $0v ($0 is the element itself). As well, the parent of the selected view is available in the console as $0pv.
The extension also adds an extra panel to the elements pane called "SC.View Properties", this panel displays useful information about the currently selected element's SC.View instance, such as the layout, frame, observers, bindings and any other important properties found on the view.
## TextMate Bundle
A TextMate bundle for SproutCore.