Sublime Forum

API request: command progress indicator

#1

I’m developing some commands that perform HTTP requests. As a result, they take a non-trivial amount of time to complete, during which the editor UI becomes unresponsive.

TextMate’s Ruby support library includes a call_with_progress method that enables a command to perform a lengthy task in the background, while the editor displays a modal pop-up containing a progress bar. I’d love ST2 to offer the same.

0 Likes