https://github.com/dcramer/python-tools-tmbundle
Adds support for automated PyFlakes linting in TextMate
https://github.com/dcramer/python-tools-tmbundle
Last synced: 9 months ago
JSON representation
Adds support for automated PyFlakes linting in TextMate
- Host: GitHub
- URL: https://github.com/dcramer/python-tools-tmbundle
- Owner: dcramer
- Created: 2010-11-30T22:08:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-29T23:17:01.000Z (over 14 years ago)
- Last Synced: 2025-03-15T15:17:41.257Z (9 months ago)
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 58
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Python Tools TextMate Bundle
============================
Installation
------------
1. Clone the repository from GitHub.
::
git clone https://github.com/dcramer/python-tools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
cd ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
git submodule update --init
git submodule foreach git pull origin master
2. Reload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles.
PyFlakes
--------
* *Validate Syntax* (⇧⌥V) validates the syntax of the file using PyFlakes and shows the results in a new window.
* *Validate Syntax Quick* (⌘S) same as above except that instead of a dedicated window you simply get a tooltip showing the the errors and warnings.
Credits
-------
Based on the `JavaScript Tools Bundle `_.