FlashSystems / LogView

Logfile viewer and highlighter for Sublime Text 3
MIT License
25 stars 3 forks source link

HowTo color text instead of highlighting the whole line #2

Closed andreabenini closed 7 years ago

andreabenini commented 8 years ago

Hi and thank you for this wonderful plugin. I just like to ask a question abount its customization, is there a way to color the text instead of applying a colored border to the entire line ? It could be a nice thing because when you have a different color in each single line it might be more unreadable when compared to a colored text. Is there a way to do it ?

Thanks Ben

FlashSystems commented 8 years ago

I don't think Sublime Text can do this. Coloring the text (or the background) can (afaik) only be done by a syntax highlighter. As soon as time permits I'll look into this suggestion. If it's possible without using a syntax highlighter (because this would make the configurable keywords impossible) I'll implement a config option for this.

abdulloh-abid commented 7 years ago

hi, is there any update on highlighting the error messages with different font colour, please?

this plugin is excellent, however it can be improved by adding extra functionality mentioned above

FlashSystems commented 7 years ago

I've just released a new version of this plugin that enhances the configuration options for the line highlighting. Maybe one of the new coloring styles suites your needs. Coloring the text is still not possible, though. This is the domain of the syntax highlighter and I don't want to interfere with that. If you want colored text, you need to build a new syntax file that colors the lines you want.