OSDN Git Service

Underline the error range for aapt errors
authorTor Norbye <tnorbye@google.com>
Fri, 11 Mar 2011 16:52:18 +0000 (08:52 -0800)
committerTor Norbye <tnorbye@google.com>
Fri, 11 Mar 2011 21:56:18 +0000 (13:56 -0800)
commit19e438f0504661707fc878a56e1c176b90e1f2f7
tree20610322fe4d29c8e7382d55231fdf34dfb547c1
parent97f1fba009d8643fb100433a3e63b1fc51497b1a
Underline the error range for aapt errors

Currently, aapt errors only show up as an error icon in the left hand
margin, and the user has to figure out from the error message where on
the line the error occurred.

This changeset uses information in the error message to identify the
specific range of text on the line that is affected, and underlines
it.

Change-Id: I322a8193af4e90bb972276aee80124771b6a46cd
eclipse/dictionary.txt
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/AaptParser.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/BaseProjectHelper.java