Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.62k stars 576 forks source link

[feature request] text color highlighting filter #770

Open antCamon opened 8 years ago

antCamon commented 8 years ago

example: highlight the text color or row background color in red if the word "error" is present.

see app baretail for example

latonita commented 8 years ago

I also vote for this. Just simple text highlighting with settings - word + color. That's it. will help a lot when a lot of text being threw out to console from build/make/logs/etc...

Maximus5 commented 7 years ago

https://conemu.github.io/en/AnsiEscapeCodes.html#Compiler_error_highlighting

nevfo commented 5 years ago

I agree! But not only compiler highlight, it would be great if it can hight all kinds of outputs :)

hekensway commented 5 years ago

it would be great if it can hight all kinds of outputs!

Barrbarossa commented 3 years ago

2021 , its a pitty still no highlighting keywords functionality :)

Maximus5 commented 3 years ago

The backlog is long but time is limited ;) PRs are very welcome as always

MikeKholomeev commented 3 years ago

Can you, at least, point me out to the most suitable place in code where it is better to add this functionality?

Maximus5 commented 3 years ago

I guess the most suitable place is near text selection processing. ConEmu already changes text color in the selected region. But I'm afraid of implementation. A good one should not impact drawing speed.

https://github.com/Maximus5/ConEmu/blob/master/src/ConEmu/RealBuffer.cpp#L6265