OSDN Git Service

Make XML code completion case insensitive
authorTor Norbye <tnorbye@google.com>
Fri, 4 Mar 2011 00:10:06 +0000 (16:10 -0800)
committerTor Norbye <tnorbye@google.com>
Fri, 4 Mar 2011 00:10:06 +0000 (16:10 -0800)
commit87d9cd4aa2104f5365165150283276e5176cba5c
tree028dccbb94ef01419ed1a1d65ebdabaadaff0141
parent9be69095bcb0d56373c0a0e52f0b3840aa0df127
Make XML code completion case insensitive

If you've typed "android:textsi" on a TextView, you currently get no
matches. This changeset makes the code completion case insensitive
(the way it is in Java) such that it for example will match
"android:textSize".

Change-Id: I0f698c2a4ee983d6c0fbcce272b851b2710c9a61
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/AndroidContentAssist.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/AndroidContentAssistTest.java [new file with mode: 0644]