Author: yradtsevich
Date: 2012-05-16 07:39:47 -0400 (Wed, 16 May 2012)
New Revision: 41058
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/Messages.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
Log:
https://issues.jboss.org/browse/JBIDE-11739 : browsersim does not set the right height if
monitor has lower resolution - should handle/warn about it
- sorted Messages
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/Messages.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/Messages.java 2012-05-16
11:35:54 UTC (rev 41057)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/Messages.java 2012-05-16
11:39:47 UTC (rev 41058)
@@ -17,6 +17,7 @@
*/
public class Messages {
private static final String BUNDLE_NAME =
Messages.class.getName().toString().toLowerCase();
+
public static String BrowserSim_ADDRESS;
public static String BrowserSim_BROWSER_SIM;
public static String BrowserSim_COULD_NOT_OPEN_DEFAULT_BROWSER;
@@ -42,39 +43,39 @@
public static String EditDeviceDialog_WIDTH;
public static String ExceptionNotifier_APPLE_APPLICATION_SUPPORT_IS_NOT_FOUND;
public static String ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START;
+ public static String ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START_ON_LINUX;
+ public static String ExceptionNotifier_OK;
public static String ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS;
- public static String ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START_ON_LINUX;
public static String ManageDevicesDialog_ADD;
+ public static String ManageDevicesDialog_ALWAYS_TRUNCATE;
public static String ManageDevicesDialog_CANCEL;
public static String ManageDevicesDialog_DEFAULT;
public static String ManageDevicesDialog_DEVICES;
public static String ManageDevicesDialog_EDIT;
public static String ManageDevicesDialog_HEIGHT;
+ public static String ManageDevicesDialog_LOAD_DEFAULTS;
public static String ManageDevicesDialog_NAME;
- public static String ManageDevicesDialog_NONE;
+ public static String ManageDevicesDialog_NEVER_TRUNCATE;
public static String ManageDevicesDialog_NEW_DEVICE;
public static String ManageDevicesDialog_NEW_USER_AGENT;
+ public static String ManageDevicesDialog_NONE;
public static String ManageDevicesDialog_OK;
public static String ManageDevicesDialog_PREFERENCES;
+ public static String ManageDevicesDialog_PROMPT;
public static String ManageDevicesDialog_REMOVE;
public static String ManageDevicesDialog_REVERT_ALL;
public static String ManageDevicesDialog_SKIN;
- public static String ManageDevicesDialog_LOAD_DEFAULTS;
+ public static String ManageDevicesDialog_SKINS_OPTIONS;
+ public static String ManageDevicesDialog_TRUNCATE_THE_DEVICE_WINDOW;
+ public static String ManageDevicesDialog_USE_SKINS;
public static String ManageDevicesDialog_USER_AGENT;
public static String ManageDevicesDialog_WIDTH;
+ public static String SizeWarningDialog_CANCEL;
+ public static String SizeWarningDialog_DESKTOP_SIZE_TOO_SMALL_HORIZONTAL;
+ public static String SizeWarningDialog_DESKTOP_SIZE_TOO_SMALL_VERTICAL;
public static String SizeWarningDialog_DEVICE_SIZE_WILL_BE_TRUNCATED;
- public static String SizeWarningDialog_DESKTOP_SIZE_TOO_SMALL_VERTICAL;
- public static String SizeWarningDialog_DESKTOP_SIZE_TOO_SMALL_HORIZONTAL;
+ public static String SizeWarningDialog_OK;
public static String SizeWarningDialog_REMEMBER_MY_DECISION;
- public static String SizeWarningDialog_OK;
- public static String SizeWarningDialog_CANCEL;
- public static String ManageDevicesDialog_SKINS_OPTIONS;
- public static String ManageDevicesDialog_USE_SKINS;
- public static String ManageDevicesDialog_TRUNCATE_THE_DEVICE_WINDOW;
- public static String ManageDevicesDialog_ALWAYS_TRUNCATE;
- public static String ManageDevicesDialog_NEVER_TRUNCATE;
- public static String ManageDevicesDialog_PROMPT;
- public static String ExceptionNotifier_OK;
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-16
11:35:54 UTC (rev 41057)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-16
11:39:47 UTC (rev 41058)
@@ -24,6 +24,7 @@
ExceptionNotifier_APPLE_APPLICATION_SUPPORT_IS_NOT_FOUND=Apple Application Support is not
found.\n\
Please install <a
href\="http\://www.apple.com/quicktime/download/">Apple
QuickTime</a> or <a
href\="http\://www.apple.com/itunes/download/">Apple iTunes</a> to run
BrowserSim.\nAlso see <a
href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim FAQ</a>.
ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START=BrowserSim is failed to start with the
following error\:\n"{0}"\nAlso see <a
href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim
FAQ</a>.
+ExceptionNotifier_OK=OK
ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS=BrowserSim is not supported
with 64-bit Eclipse/JBDS on MS Windows.\n\
Please install 32-bit Eclipse/JBDS to run BrowserSim.\n\
Also see <a
href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim
FAQ</a>.
@@ -31,6 +32,7 @@
Please note that WebKitGTK 1.2.0 or newer must be installed and available in the library
load path.\n\
If not, use your package manager to install libwebkitgtk.\nAlso see <a
href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim
FAQ</a>.
ManageDevicesDialog_ADD=Add
+ManageDevicesDialog_ALWAYS_TRUNCATE=Always truncate
ManageDevicesDialog_CANCEL=Cancel
ManageDevicesDialog_DEFAULT=DEFAULT
ManageDevicesDialog_DEVICES=Devices
@@ -38,15 +40,20 @@
ManageDevicesDialog_HEIGHT=Height
ManageDevicesDialog_NAME=Name
ManageDevicesDialog_NONE=None
+ManageDevicesDialog_NEVER_TRUNCATE=Never truncate
ManageDevicesDialog_NEW_DEVICE=New Device
ManageDevicesDialog_NEW_USER_AGENT=New User-Agent
ManageDevicesDialog_OK=OK
ManageDevicesDialog_PREFERENCES=Preferences
+ManageDevicesDialog_PROMPT=Prompt
ManageDevicesDialog_REMOVE=Remove
ManageDevicesDialog_REVERT_ALL=Revert All
ManageDevicesDialog_SKIN=Skin
+ManageDevicesDialog_SKINS_OPTIONS=Skins options
+ManageDevicesDialog_TRUNCATE_THE_DEVICE_WINDOW=Truncate the device window when it does
not fit display
ManageDevicesDialog_LOAD_DEFAULTS=Load Defaults
ManageDevicesDialog_USER_AGENT=User-Agent
+ManageDevicesDialog_USE_SKINS=Use skins
ManageDevicesDialog_WIDTH=Width
SizeWarningDialog_DEVICE_SIZE_WILL_BE_TRUNCATED=Device size will be truncated
SizeWarningDialog_DESKTOP_SIZE_TOO_SMALL_VERTICAL=Your desktop size ({0}x{1} pixels) is
smaller than what {2} needs in vertical layout ({3}x{4}).\n\
@@ -56,10 +63,3 @@
SizeWarningDialog_REMEMBER_MY_DECISION=Remember my decision (this can be changed in the
Preferences dialog later).
SizeWarningDialog_OK=OK (recommended)
SizeWarningDialog_CANCEL=Cancel, show me actual size
-ManageDevicesDialog_SKINS_OPTIONS=Skins options
-ManageDevicesDialog_USE_SKINS=Use skins
-ManageDevicesDialog_TRUNCATE_THE_DEVICE_WINDOW=Truncate the device window when it does
not fit display
-ManageDevicesDialog_ALWAYS_TRUNCATE=Always truncate
-ManageDevicesDialog_NEVER_TRUNCATE=Never truncate
-ManageDevicesDialog_PROMPT=Prompt
-ExceptionNotifier_OK=OK