Bug 292916 - Support bash colorization escape codes
Summary: Support bash colorization escape codes
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 23:32 UTC by David
Modified: 2021-04-10 20:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2012-01-30 23:32:57 UTC
Version:           git master (using Devel) 
OS:                Linux

Current errors that use bash colorization escape codes look like this inside KDevelop - "[1;31mEuclidean distance between points is 0!". It would be nice if they were supported.

Reproducible: Always

Steps to Reproduce:
Use colorization codes.

Actual Results:  
Output looks like:

[1;31mEuclidean distance between points is 0!

Expected Results:  
Euclidean distance between points is 0!
but in red text