A JBoss Project
Red Hat
This is the archived New & Noteworthy page that is also part of  4.1.1.Final

What's New in 4.1.1.CR1

BrowserSim

InAppBrowser plugin support in CordovaSim

Now CordovaSim is able to simulate the inAppBrowser API. The InAppBrowser is a web browser view that displays when calling window.open(). The InAppBrowser window behaves like a standard web browser, and cannot access Cordova APIs.

CordovaSim running InAppBrowser example from PhoneGap API Documentation

Related JIRA: JBIDE-15512

ChildBrowser plugin support in CordovaSim

Now CordovaSim has ChildBrowser plugin support. ChildBrowser plugin is considered to be deprecated (InAppBrowser is an up-to-date substitution), nevertheless it’s one of the most popular plugins overall.

CordovaSim running Twitter OAuth example using ChildBrowser API

Related JIRA: JBIDE-13743


Forge Tools

New Embedded Forge 1 Runtime

The embedded runtime is now Forge 1.4.3.Final!

forge1

Experimental Forge 2 Support

Good news related to the Forge2 support. The included runtime is now Forge 2.0.0.Beta3. Bring up the pop up with possible commands using the Cmd+5 key combination.

forge2

JST / JSF / HTML Editor

When hyperlink is detected for references to missing resources new Hyperlink Detector offers to create new file. There are two options either just create empty file or start specific New Wizard found by file extension.

CreateMissingFile1

New Hyperlink Detector supports files with extensions: ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml".

If 'Use New Wizard' is selected corresponding wizard started with file name matching the missing file name and you can continue to select template for default content in new file.

CreateMissingFile2

Related JIRA: JBIDE-15348


OpenShift

Preferences

Remote request Timeout

There is now a preference available to set the timeout used when waiting for OpenShift requests to complete. We’re using a default of 120 seconds (2 minutes) if no preference value (0) is provided. You can try raise this value if you are getting time out errors when using OpenShift.

openshift client timeout

Related JIRA: JBIDE-15905


back to top