-
Notifications
You must be signed in to change notification settings - Fork 178
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
Changing position of status icon on bottom bar has no effect #720
Comments
@tfausak I think the removal of this feature was intentional as it was blocking a lot of optimizations and wasn't really important to anyone. Furthermore, It's a bad thing from the UX point of view that the messages are on the left side and you have to move your eyes to the other side of the screen just to see the status. |
If that's the case, shouldn't the setting be removed? I would like the status icon to be on the right side, and I don't understand how it would be bad UX. Just to be clear, this is what I'm talking about: The "No Issues" label is what I wanted to move by changing the setting from "Left" to "Right". My reasoning is the same as given in #575:
|
Yep, it should've been removed.
There's two parts of the bottom bar, left and right. Left is for the stuff that you need to see pretty often, stuff like error messages and statuses. the right part is about stuff that you should just see and forget about. so instead of requesting a new feature that's gonna make the uncomfortable to you too, I would suggest you just get used to this new, better design :) |
I can get used to it, but I don't agree with your evaluation. Is it stated anywhere that the left side of the bottom bar is for frequently changing stuff? For instance, the right side of the bar has the Git status, which changes pretty frequently.
That's the thing, though. I don't have the rest of the (Linter's) bottom bar enabled because I don't care about it. I agree that all of the Linter's bottom bar items should be grouped together. I'm arguing that they should be allowed to be on the right side instead of the left. |
Ahh, it does make sense when you have disabled the rest of the bottom bar, but still IMO you don't read those added-or-removed lines every time you save your file or stop writing, do you? |
I'm running the same config as @tfausak and with those settings the icon functions better on the right next to all of the other counters (deprecations, line change count, updates, etc...) |
+1 for reverting to the right side, it's kind of driving me nuts. |
@jonathandelgado I have it planned, will be doing soon |
@steelbrain Did this get overlooked, or still on the todo list? Thanks again. |
@jonathandelgado well. 😛 not a priority. |
@steelbrain Would you accept a PR? I can just throw in a quick switch on that view class with the previous config key? |
@jonathandelgado I can't see why not. |
Linter 1.2.3, Atom 1.0.2, OS X 10.10.4
I tried moving the status icon to the right side of the bottom bar, but it stayed on the left side. My
config.cson
has the following:This option was added in #642. However it looks like it is now hard coded to add the icon to the left:
I think #664 introduced the regression. Furthermore, I don't see how the tests for this feature can possibly be passing:
Note that both checks use
getRgihtTiles
.The text was updated successfully, but these errors were encountered: