Skip to content

Conversation

@deathaxe
Copy link
Member

Resolves #175

This PR replaces ActivityIndicator.width attribute by ActivityIndicator.frames, to enable users to specify any sort of animation.

By default a compact single-char frameset is specified, but frames can also take a list of strings.

Example:

from sublime_lib import ActivityIndicator as AI

ai = AI(sublime.active_window().active_view())
ai.frames = ["[=   ]", "[ =  ]", "[  = ]", "[   =]"]
ai.start()

@deathaxe deathaxe merged commit 27e6ba1 into master Jan 20, 2026
1 check passed
@deathaxe deathaxe deleted the feat/activity-indicator branch January 20, 2026 16:48
@FichteFoll FichteFoll added this to the 2.1.0 milestone Jan 21, 2026
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

Successfully merging this pull request may close these issues.

Compact ActivityIndicator animation

3 participants