aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/fragmentlayout-expected-navigate13.txt
blob: ae30d58a3eb1690a110f788c1534423717211224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Go To Declaration in fragmentlayout.xml for android:name="com.android.ecl^ipse.tests.TestFragment":
Open XML Declaration :  [com.android.eclipse.tests.TestFragment]


After open, the selected text is:
[^public class TestFragment extends Fragment {
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        return null;
    }
}]