* [EGIT PATCH] Use explicit bundle name in UIText to aid IDE integration
@ 2009-02-22 10:20 Tor Arne Vestbø
0 siblings, 0 replies; only message in thread
From: Tor Arne Vestbø @ 2009-02-22 10:20 UTC (permalink / raw)
To: Shawn O. Pearce, Robin Rosenberg; +Cc: git
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>
---
.../src/org/spearce/egit/ui/UIText.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java b/org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java
index bd64ca1..0740f09 100644
--- a/org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java
+++ b/org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java
@@ -1022,7 +1022,6 @@
public static String DecoratorPreferencesPage_iconsShowAssumeValid;
static {
- initializeMessages(UIText.class.getPackage().getName() + ".uitext",
- UIText.class);
+ initializeMessages("org.spearce.egit.ui.uitext", UIText.class);
}
}
--
1.6.1.2.309.g2ea3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-22 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22 10:20 [EGIT PATCH] Use explicit bundle name in UIText to aid IDE integration Tor Arne Vestbø
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).