Skip to content

pysmath/editmenu

 
 

Repository files navigation

editmenu

This script is intended to be placed within the pythonista action menu. When run, it provides a small toolbar on the right that stays up while editing files, and has some useful buttons.

Indent will indent the selected lines. Unindent completely unindents the lines to match the least indented..., rather than try to figure out how many indents the current block is.

Execlines takes the current block -- which could be at some arbitrary indent, and executes it in the console, useful for debugging.

Latest file includes comment/uncomment block, and select/copy/paste.

About

Pythonista editor sidebar utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%