summaryrefslogtreecommitdiff
path: root/android/testData/dom
diff options
context:
space:
mode:
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-08-30 22:40:19 +0400
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-08-30 22:40:19 +0400
commit6234bdacf4b8bf830fc2748461266d8ef949e9fd (patch)
tree5916b131a523c040935e7b092f8bd1095d0c335d /android/testData/dom
parent4439bc0ba3ab866505d23b1a28bc1d271d0d080b (diff)
downloadidea-6234bdacf4b8bf830fc2748461266d8ef949e9fd.tar.gz
spellchecker: suggest to renaming of value resource, ID, app package to update all usages
Diffstat (limited to 'android/testData/dom')
-rw-r--r--android/testData/dom/manifest/spellchecker1.xml8
-rw-r--r--android/testData/dom/manifest/spellchecker2.xml6
-rw-r--r--android/testData/dom/resources/spellchecker1.xml3
-rw-r--r--android/testData/dom/resources/spellchecker2.xml3
4 files changed, 20 insertions, 0 deletions
diff --git a/android/testData/dom/manifest/spellchecker1.xml b/android/testData/dom/manifest/spellchecker1.xml
new file mode 100644
index 00000000000..b71c1ac893c
--- /dev/null
+++ b/android/testData/dom/manifest/spellchecker1.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="p1.<TYPO>alola</TYPO>">
+ <uses-permission android:name="android.permission.BRICKP"/>
+ <uses-permission android:name="android.permission.BIND_APPWIDGET"/>
+ <application>
+ </application>
+</manifest> \ No newline at end of file
diff --git a/android/testData/dom/manifest/spellchecker2.xml b/android/testData/dom/manifest/spellchecker2.xml
new file mode 100644
index 00000000000..b2d4ff5afdd
--- /dev/null
+++ b/android/testData/dom/manifest/spellchecker2.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="p1.alola">
+ <application>
+ </application>
+</manifest> \ No newline at end of file
diff --git a/android/testData/dom/resources/spellchecker1.xml b/android/testData/dom/resources/spellchecker1.xml
new file mode 100644
index 00000000000..18287ef39b2
--- /dev/null
+++ b/android/testData/dom/resources/spellchecker1.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="hello_<TYPO>worlld</TYPO>">Hello, <TYPO>worlld</TYPO></string>
+</resources> \ No newline at end of file
diff --git a/android/testData/dom/resources/spellchecker2.xml b/android/testData/dom/resources/spellchecker2.xml
new file mode 100644
index 00000000000..ececae82af7
--- /dev/null
+++ b/android/testData/dom/resources/spellchecker2.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="hello_worlld">Hello, world</string>
+</resources> \ No newline at end of file