Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 940 Bytes

README.md

File metadata and controls

49 lines (24 loc) · 940 Bytes

Pyzo plugins

This is a project that targets Pyzo IDE 4.7.1+

External Commands

Execute an external command that is not included in the Pyzo IDE.

Placeholders:

%b - Gets replaced by the selected text in the File Browser

%d - Gets replaced by the path to the directory of the active document

%e - Gets replaced by the name of the active document, including its extension

%f - Gets replaced by the local filepath to the active document

%n - Gets replaced by the name of the active document without its extension

%s - Gets replaced by the selected text in the active document

Linter

Static code analysis tool - pylint.

Outline

Shows the structure of your source code.

Snippet Manager

Shows the python snippets.

Toolbar

Show the toolbar.

Installation

Copy pyzoXXX directory to $PYZO_INSTALL_PATH/pyzo/tools or $USER/.pyzo/toolsdirectory.