Use explicit bundle name in UIText to aid IDE integration
commit6a62090521c200962f5363556423a2bf5510da35
authorTor Arne Vestbø <torarnv@gmail.com>
Sun, 22 Feb 2009 10:20:43 +0000 (22 11:20 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 23 Feb 2009 15:43:49 +0000 (23 07:43 -0800)
tree0b46d54b429803a66d57cd3f4952b6955eb1e351
parentc029eada1679c6250dfbc1b02016770beac8243d
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: Tor Arne Vestbø <torarnv@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java