Author: vrubezhny
Date: 2011-10-14 10:48:23 -0400 (Fri, 14 Oct 2011)
New Revision: 35665
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/info/ELInfoHoverMessages.properties
Log:
JBIDE-9909 Let's use a bold font for tooltip of message bundles in ELs
Labels like Base Name, Property name, Resource Bundle and Value are made to be bold.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/info/ELInfoHoverMessages.properties
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/info/ELInfoHoverMessages.properties 2011-10-14
14:26:08 UTC (rev 35664)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/info/ELInfoHoverMessages.properties 2011-10-14
14:48:23 UTC (rev 35665)
@@ -3,10 +3,10 @@
ELInfoHover_noAttachedJavadoc= <em>Note: This element has no attached Javadoc and
the Javadoc could not be found in the attached source.</em>
ELInfoHover_noInformation= <em>Note: The Javadoc for this element could neither be
found in the attached source nor the attached Javadoc.</em>
ELInfoHover_error_gettingJavadoc= <em>Note: An exception occurred while getting the
Javadoc. See log for details.</em>
-ELInfoHover_baseName=Base Name: {0}<br>
-ELInfoHover_propertyName=Property: {0}<br>
-ELInfoHover_resourceBundle=Resource Bundle: {0}<br>
-ELInfoHover_resourceBundlePropertyValue=Value: {0}{1}<br>
+ELInfoHover_baseName=<b>Base Name:</b> {0}<br>
+ELInfoHover_propertyName=<b>Property:</b> {0}<br>
+ELInfoHover_resourceBundle=<b>Resource Bundle:</b> {0}<br>
+ELInfoHover_resourceBundlePropertyValue=<b>Value:</b> {0}{1}<br>
ELInfoHover_resourceBundlePropertyValueNotDefined=[Value not defined]
ELInfoHover_resourceBundleNotDefined=[Resource Bundle not defined]
ELInfoHover_newLine=<br>