OSDN Git Service

Support onClick method handlers in Hyperlink navigation
authorTor Norbye <tnorbye@google.com>
Wed, 2 Feb 2011 15:58:54 +0000 (07:58 -0800)
committerTor Norbye <tnorbye@google.com>
Fri, 4 Feb 2011 19:31:22 +0000 (11:31 -0800)
commit918af5b309f888804ba6152537a4b5a72a6b5b16
tree84e9bc933356f5e08a44ad99754b2e5755f77482
parent8818812b7d824bcd52bb730c6bf659227fb86177
Support onClick method handlers in Hyperlink navigation

This uses the JDT to search for method names matching the required
signature for XML-declarations of method handles, and opens the
method.

It searches first in the Activity classes, then globally.

Change-Id: I378a3abaf16aee28fb6fe6dc304ed061942c3774
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/Hyperlinks.java