File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11Python Tools TextMate Bundle
22============================
33
4+ Installation
5+ ------------
6+
7+ 1. Clone the repo::
8+ git clone https://dcramer@github.com/dcramer/python-tools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
9+ 2. Reload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles.
10+
11+ Click the "Download Source" button.
12+ Unzip the download
13+ Rename the folder to JavaScript-tools.tmbundle
14+ Double-click
15+ TextMate handles the rest!
16+
417PyFlakes
5- ========
18+ --------
619
720* *Validate Syntax * (⌃⇧V) validates the syntax of the file using PyFlakes and shows the results in a new window.
821* *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.
922
1023Credits
11- =======
24+ -------
1225
1326Based on the `JavaScript Tools Bundle <https://github.com/johnmuhl/javascript-tools-tmbundle >`_.
You can’t perform that action at this time.
0 commit comments