Skip to content

dcramer/python-tools-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. 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.

About

Adds support for automated PyFlakes linting in TextMate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages