OSDN Git Service

Combine missing class errors with logger errors
authorTor Norbye <tnorbye@google.com>
Sat, 15 Jan 2011 01:32:29 +0000 (17:32 -0800)
committerTor Norbye <tnorbye@google.com>
Mon, 17 Jan 2011 04:14:37 +0000 (20:14 -0800)
commitbf92db481ddb90a41e8bb21b9bfe52756f2c4e55
tree2b245a52fdd57421dea3bf4c91c4b25a93fdcae5
parent798d453d27485eb49ed45393eab868f5b2491739
Combine missing class errors with logger errors

When there are missing custom classes, or classes that cannot be
instantiated, a special error display is shown with hyperlinks to the
classes. However, this view does not incorporate the other logging
errors, such as resource failures.

This changeset combines the output so that you see everything --
missing and broken classes, resource warnings, and any other rendering
problems.

It also makes the hyperlinks pointing to classes in the error output
*open* the class if it already exists, and if not, continue to open
the New Class wizard as before.

Change-Id: Ic79282b8f502f03f587028040150e2cca3395fd9
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/GraphicalEditorPart.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/Hyperlinks.java