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.
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.
Related JIRA: JBIDE-13743
Forge Tools
JST / JSF / HTML Editor
Hyperlink Detection for Missing Files
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.
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.
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.
Related JIRA: JBIDE-15905