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

Add user formatting control via template and other fixes #11

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Conversation

eugenesvk
Copy link

@eugenesvk eugenesvk commented Oct 27, 2024

A bunch of improvements:

  • add user settings to reorder count groups / individual counts via a status_template template string (partially addresses Redundant counts #10)
  • add minute_separator user setting for separating 5m 2s in time
  • add in_group_separator user setting for separating line/word/char counts
  • 🐞 don't leave old statusbar messages when changing its position via status_order_prefix (partially addresses Redundant counts #10)
  • add Command Palette commands to open settings files Preferences: WordingStatus Settings or WordingStatus Settings: User/WordingStatus Settings: Default

BUT

  • moderately reformatted since I was adding to my local plugin that I've made more readable to me (less whitespace, more tabular alignment etc)
  • moved to the new 3.8 Sublime Text plugin host, so the plugin manifest needs to be updated to reflect that (likely raising the min version to 4170) and a new tagging scheme needs to be introduced to make the new commits

So sorry about non-"atomic" PR

@eugenesvk eugenesvk changed the title Fr dev Add user formatting control via template and other fixes Oct 27, 2024
@evandrocoan
Copy link
Owner

Thanks for the pull request. I should be able to review it next weekend.

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.

2 participants