Sublime Forum

How can I add a plugin to a pulldown menu?

#1

I’d like to develop a plugin to interface with Mercurial.

I looked at the SVN plugin for guidance, but didn’t really find what I was looking for.

I’d like to make a pull down menu for my plugin. How can I do this?

Also, how do I make a package installer?

0 Likes

#2

Thanks for the help!

Is there way to make a nested menu? Such as:
Tools->
Packages->
MyPlugin->
Add
Remove
OtherStuff

And I agree that shortcuts will be good (I’ll put some in), but version control isn’t done so often as to demand its own shortcuts (IMO).

0 Likes

#3

Exactly what I was looking for! Thanks!

Hopefully I’ll be able to get the plugin in order and contribute it!

0 Likes

#4

Alright thanks. This looks like it will be a pretty doable task.

0 Likes