From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: spearce@spearce.org
Cc: git@vger.kernel.org, Robin Rosenberg <robin.rosenberg@dewire.com>
Subject: [EGIT PATCH 3/4] Use explicit bundle name in UIText to aid IDE integration
Date: Wed, 8 Apr 2009 17:51:30 +0200 [thread overview]
Message-ID: <1239205891-28236-3-git-send-email-robin.rosenberg@dewire.com> (raw)
In-Reply-To: <1239205891-28236-2-git-send-email-robin.rosenberg@dewire.com>
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>
---
.../src/org/spearce/egit/core/CoreText.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
index d81a008..46a7ef6 100644
--- a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
+++ b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
@@ -106,7 +106,6 @@
public static String PushOperation_taskNameNormalRun;
static {
- final Class c = CoreText.class;
- initializeMessages(c.getPackage().getName() + ".coretext", c);
+ initializeMessages("org.spearce.egit.core.coretext", CoreText.class);
}
}
--
1.6.2.2.446.gfbdc0
next prev parent reply other threads:[~2009-04-08 15:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-08 15:51 [EGIT PATCH 1/4] Add actual test for success to ConnectOperationTest Robin Rosenberg
2009-04-08 15:51 ` [EGIT PATCH 2/4] Add a method to RepositoryMapping to get the directory for not-yet-mapped projects Robin Rosenberg
2009-04-08 15:51 ` Robin Rosenberg [this message]
2009-04-08 15:51 ` [EGIT PATCH 4/4] Multi-project connect to Git provider Robin Rosenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1239205891-28236-3-git-send-email-robin.rosenberg@dewire.com \
--to=robin.rosenberg@dewire.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).