Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for built in commands #2

Open
RasmusWL opened this issue Feb 22, 2013 · 1 comment
Open

Option for built in commands #2

RasmusWL opened this issue Feb 22, 2013 · 1 comment

Comments

@RasmusWL
Copy link

Really nice plugin. I'd like to see access to the built in commands: http://www.sublimetext.com/docs/commands

Currently I can achieve this by adding them manually to the settings, but this is a boring process. Like this:

"text_commands": [
        {
            "name": "paste"
        }
]
@qfel
Copy link
Owner

qfel commented Feb 23, 2013

Boring indeed:) I initially wanted to parse default .sublime- files and extract used commands and their arguments, but this does not yield command type (text, window, application), which I need to know to call the API. I'm certainly not going to go through the list and test each command type, but I have no problem accepting pull requests with some more built in commands defined.

PS. The link you specified concerns ST1, not ST2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants