wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 47 forks source link

WakaTime hides other messages in sublime #97

Closed KES777 closed 4 years ago

KES777 commented 5 years ago

_

When I am searching something there are messages from search panel on status bar.

But those messages are hidden by waka

alanhamlett commented 5 years ago

Is this a bug in Sublime Text?

We use the official Sublime Text API to set the wakatime status bar text: https://github.com/wakatime/sublime-wakatime/blob/cde8f8f1de1e0b527ae53a18680801f0846b83d7/WakaTime.py#L213

JosephusPaye commented 4 years ago

Just came to report the same issue 😄.

While we wait for a potential fix in Sublime, would it be possible perhaps to have an option that disables the status messages?

OpenWaygate commented 4 years ago

I came across this problem and created an issue here. I have to disable it every time I want search something.

arnemahl commented 4 years ago

While we wait for a potential fix in Sublime, would it be possible perhaps to have an option that disables the status messages?

I agree. I would prefer being able to use all the features of Sublime over getting the WakaTime status there. (After all it's really easy to open the WakaTime dashboard from Sublime whenever I want that info :pray:)

Also, I'm not sure Sublime will make a "fix", as they would have to redesign the editor to create a new status area dedicated to plugins. To me this seems more like an issue with this plugin.

OpenWaygate commented 4 years ago

I have commented these lines in \Packages\WakaTime\WakaTime.py (the line number may different)

https://github.com/wakatime/sublime-wakatime/blob/cde8f8f1de1e0b527ae53a18680801f0846b83d7/WakaTime.py#L209-L213

The message in status line from wakatime disappears but dashboard still update your coding activity.