Skip to content

anthonykoch/SublimeTools

Repository files navigation

SublimeTools

Some reusable tools I use when writing sublime plugins.

Installation

Download or clone the repo into your packages directory with the name SublimeTools.

Included

Settings.py

A wrapper around sublime.Settings object that automatically updates the underlying settings when they are updated by the user.

EventEmitter.py

A node like event emitter.

Exec.py

Contains helpers for executing shell commands, based on sublimes own AsyncProcess class that it uses.

Utils.py

A bunch of random stuff.

Credit where credit is due

cuid is a package by necaris, which is based on Eric Elliots cuid implementation.

EventEmitter is a package created by riga

About

Reusable tools I use when writing Sublime Text 3 plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages