Open antCamon opened 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...
I agree! But not only compiler highlight, it would be great if it can hight all kinds of outputs :)
it would be great if it can hight all kinds of outputs!
2021 , its a pitty still no highlighting keywords functionality :)
The backlog is long but time is limited ;) PRs are very welcome as always
Can you, at least, point me out to the most suitable place in code where it is better to add this functionality?
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
example: highlight the text color or row background color in red if the word "error" is present.
see app baretail for example