ianharper / AccuTermClient

Use AccuTerm to interact with a MultiValue server from Sublime Text.
MIT License
4 stars 0 forks source link

Command preferences #14

Closed ianharper closed 5 years ago

ianharper commented 5 years ago

Added a menu item to easily create new Sublime commands. This allows the user to define custom commands using AccuTermClient commands like execute. The end result could be a MultiValue command in the Sublime command palette. The default command settings shows a command that will run "TERM 150,0" on the MV server.

This branch also adds command expansion for the AccuTermClient Execute. This enables creating commands like "CT ${FILE} ${ITEM} which will have the "${FILE}" & "${ITEM}" replaced by the currently active MV file and item.