Sublime Forum

Newbie how to write a plugin

#1

There are two simple features that keep a copy of TextMate on my drive and I’d like to have these in Sublime Text 2 (and then 3).

Are there any simple guides/tutorials to writing plugins?

The features are simply from Bundles > Text > Copy Matching Lines into New Document (and Non-Matching Lines).

Can anyone give me any hints on what objects/methods I’d need to research after reading any provided guides/tutorials on ST2 plugin authoring?

Thanks.

0 Likes

#2

The documentation for Sublime 3 lives here: sublimetext.com/docs/3/index.html

It also links to wbond’s excellent primer on writing Sublime 2 plugins, which is here: net.tutsplus.com/tutorials/pytho … -2-plugin/

0 Likes