diff --git a/autotests/folding/test.logcat.fold b/autotests/folding/test.logcat.fold --- a/autotests/folding/test.logcat.fold +++ b/autotests/folding/test.logcat.fold @@ -88,3 +88,19 @@ [ 02-29 16:51:18.902 188: 199 F/libc ] When he woke up, the dinosaur was still there + +--------- error (different formats) + +02-30 20:00:00.123 188 193 E error line : When he woke up, the dinosaur was still there +02-30 20:00:01.112 188 193 E error line : When he woke up, the dinosaur was still there + +13.418 188 193 E test : When he woke up, the dinosaur was still there +E( 148) When he woke up, the dinosaur was still there +E/test : When he woke up, the dinosaur was still there +E( 1664: 2269) When he woke up, the dinosaur was still there +02-30 20:00:03.240 E/test ( 188): When he woke up, the dinosaur was still there + +[ 02-30 20:00:04.001 188: 195 E/Error ] +When he woke up, + the dinosaur + was still there diff --git a/autotests/html/test.logcat.html b/autotests/html/test.logcat.html --- a/autotests/html/test.logcat.html +++ b/autotests/html/test.logcat.html @@ -94,4 +94,20 @@ [ 02-29 16:51:18.902 188: 199 F/libc ] When he woke up, the dinosaur was still there + +--------- error (different formats) + +02-30 20:00:00.123 188 193 E error line : When he woke up, the dinosaur was still there +02-30 20:00:01.112 188 193 E error line : When he woke up, the dinosaur was still there + +13.418 188 193 E test : When he woke up, the dinosaur was still there +E( 148) When he woke up, the dinosaur was still there +E/test : When he woke up, the dinosaur was still there +E( 1664: 2269) When he woke up, the dinosaur was still there +02-30 20:00:03.240 E/test ( 188): When he woke up, the dinosaur was still there + +[ 02-30 20:00:04.001 188: 195 E/Error ] +When he woke up, + the dinosaur + was still there diff --git a/autotests/input/test.logcat b/autotests/input/test.logcat --- a/autotests/input/test.logcat +++ b/autotests/input/test.logcat @@ -88,3 +88,19 @@ [ 02-29 16:51:18.902 188: 199 F/libc ] When he woke up, the dinosaur was still there + +--------- error (different formats) + +02-30 20:00:00.123 188 193 E error line : When he woke up, the dinosaur was still there +02-30 20:00:01.112 188 193 E error line : When he woke up, the dinosaur was still there + +13.418 188 193 E test : When he woke up, the dinosaur was still there +E( 148) When he woke up, the dinosaur was still there +E/test : When he woke up, the dinosaur was still there +E( 1664: 2269) When he woke up, the dinosaur was still there +02-30 20:00:03.240 E/test ( 188): When he woke up, the dinosaur was still there + +[ 02-30 20:00:04.001 188: 195 E/Error ] +When he woke up, + the dinosaur + was still there diff --git a/autotests/reference/test.logcat.ref b/autotests/reference/test.logcat.ref --- a/autotests/reference/test.logcat.ref +++ b/autotests/reference/test.logcat.ref @@ -88,3 +88,19 @@
[ 02-29 16:51:18.902 188: 199 F/libc ]
When he woke up, the dinosaur was still there
+
+--------- error (different formats)
+
+02-30 20:00:00.123 188 193 E error line : When he woke up, the dinosaur was still there
+02-30 20:00:01.112 188 193 E error line : When he woke up, the dinosaur was still there
+
+13.418 188 193 E test : When he woke up, the dinosaur was still there
+E( 148) When he woke up, the dinosaur was still there
+E/test : When he woke up, the dinosaur was still there
+E( 1664: 2269) When he woke up, the dinosaur was still there
+02-30 20:00:03.240 E/test ( 188): When he woke up, the dinosaur was still there
+
+[ 02-30 20:00:04.001 188: 195 E/Error ]
+When he woke up,
+ the dinosaur
+ was still there
diff --git a/data/syntax/logcat.xml b/data/syntax/logcat.xml --- a/data/syntax/logcat.xml +++ b/data/syntax/logcat.xml @@ -29,10 +29,15 @@ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========================================================================================== + + NOTE: [March 03 2019, KF5.55.0] Temporarily, the "Error" lines are highlighted + with "dsWarning", due to a bug with the use of "dsError" + underline="0". + This is a problem, since in the Solarized schemes, "Error" (dsWarning) and + "Info" (dsPreprocessor) have the same color. Modify when the bug is corrected. --> - - + + +