Bug 292916

Summary: Support bash colorization escape codes
Product: [Applications] kdevelop Reporter: David <daviddoria>
Component: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist CC: thothonegan
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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