Richard Lewis

Results 72 comments of Richard Lewis
trafficstars

Thanks for reporting this. I can reproduce it with JSON files and it seems that suplemon is missing some mappings from pygments lexers to text mate themes and that's why...

It doesn't refer to exactly that but code folding would sure be nice to have! It's also something worth taking into account when doing this refactor so thanks for mentioning...

I agree that the key legend at the bottom isn't very pretty. I think it's good to have it for the new users though. There's a config option to hide...

> If a module does not offer get_components() but offers the old interface (options["status"], get_status) it will wrap those functions in a StatusComponentShim. Love this compatibility :+1: Seems like a...

I found a slight bug: when lots of files are opened and they don't fit in the top bar, the clock is still shown correctly but the left most items...

Ah, ok! I'd forgot that the current version of suplemon doesn't handle that. The entire status line is just truncated if it's too long... It would be nice to somehow...

Hey thanks! The default behavior and colors now look really nice. Way fancier than what I had implemented.

A few comments that I thought of when testing this: - The logging could probably be shown as DEBUG instead of INFO. That way they won't be printed by default...

It's broad in some places intentionally, but there's probably many that don't need to be. Could you provide some specific examples?

Ok! I did a quick search too and found lots of "catch all" except statements. I'll also try to fix them slowly but surely while I work on other things.