Use explicit bundle name in UIText to aid IDE integration
commitc7d0ccbec7eb464864806eee02f1a84d99432ef4
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 8 Apr 2009 15:51:30 +0000 (8 17:51 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 9 Apr 2009 14:32:10 +0000 (9 07:32 -0700)
tree82f86c40e344564937b4452e61c6f3e413e547a3
parent52b5da31df3b136ce816e00193f89b00e90d8f37
Use explicit bundle name in UIText to aid IDE integration

When the bundle name is specified as a raw string Eclipse will pick up
the location of the uitext.properties file and display the actual string
value when hovering over UIText declarations. It also allows direct
navigation to the uitext.properties string from a declaration.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java