History log of /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/OverviewLinksPart.java
Revision Date Author Comments
b9e43549c362979758bee841a57b69a7ed9851a1 05-Mar-2011 Raphael Moll <ralf@android.com> ADT: differentiate icons in from editors.

In ElementDescriptor, provide 2 icon methods:
- getIcon() returns a generic icon whatever the descriptor.
This is used by the XML content assist.
- getFormIcon() return an icon specific to the descriptor.
This is used by the form editor in the block/detail tree.

The icons are the same auto-generated stuff than before.
A changeset with specific 'pretty' icons would be more than welcome.

Change-Id: Ib0ff8298101462a7dd7e8e92f671eb0171e46c48
23da069e4f407df1b06e7db2324e3247496abe3d 05-Jan-2011 Tor Norbye <tnorbye@google.com> Fix NON-NLS tokens

There were a number of // $NON-NLS-1$ references in the codebase.
Eclipse's "Externalize Strings" functionality will not handle these
correctly; there must not be a space between the "//" and the "$NON"
tokens.

(I left AndroidXmlEditor.xml alone; it is the file I discovered
the problem in but I fixed those references as part of another
pending checkin.)

Change-Id: If185c88a667273af614f0bee5959fd2618756c05
d4963dc4347c871be5faa76920709001490e1d2a 24-Feb-2010 The Android Open Source Project <initial-contribution@android.com> snapshot
e13151727c63786342cddc3ea355425582bd4e7a 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
69425d803b34589309a69eddc53a338e1409b30c 14-May-2009 Xavier Ducrohet <xav@android.com> ADT: Move more packages into internal:

editors -> adt.internal.editors.

This also marks the final refactoring of combining previous editors/common
plugin under the adt package.