aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/icons
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-02-14 16:58:08 -0800
committerTor Norbye <tnorbye@google.com>2012-02-15 09:57:33 -0800
commitd91de0dae79d468a9a7b11b2e19721f12fedd861 (patch)
treeacfb49a41d1c940f8070808cdefdc07ec8f89c9e /eclipse/plugins/com.android.ide.eclipse.adt/icons
parentfaf7b68609a860c9f818bc7c8c01c14a3d969e18 (diff)
downloadsdk-d91de0dae79d468a9a7b11b2e19721f12fedd861.zip
sdk-d91de0dae79d468a9a7b11b2e19721f12fedd861.tar.gz
sdk-d91de0dae79d468a9a7b11b2e19721f12fedd861.tar.bz2
Add suppress-this to Lint View, and preserve tree expansion state
This changeset adds a new toolbar button to the Lint View: "Suppress this error with an annotation/attribute". This is enabled when the selected warning is for a Java or XML file, and it adds the annotation or suppress attribute in the relevant source file for the warning. It also adds some handling to preserve the expanded tree state in the Lint View when the view is refreshed, which happens automatically whenever a fix is applied or a file is saved and the marker set changes. Change-Id: I393ee5f6e062a0e08a7e9457a03f37d8899a4df8
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/icons')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all-disabled.pngbin332 -> 392 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all.pngbin509 -> 635 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this-disabled.pngbin0 -> 332 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this.pngbin0 -> 509 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all-disabled.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all-disabled.png
index 0576450..56f0098 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all-disabled.png
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all-disabled.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all.png
index 3e66d82..581e323 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all.png
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-all.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this-disabled.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this-disabled.png
new file mode 100644
index 0000000..0576450
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this-disabled.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this.png
new file mode 100644
index 0000000..3e66d82
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ignore-this.png
Binary files differ