Child pages
  • New in 7.4

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SVY-3659 HTML-based Form Editor (currently only in use for Servoy Mobile)
    By default Servoy Mobile Forms  will still open in the existing Form Editor. To enable the HTML-based form Editor, go to Window > Preferences > Servoy > Form Editor  and uncheck the "Use classic form editor for mobile forms" checkbox.
    Note that by default the browser provided by the operating system is used as internal browser in Servoy Developer. For the best experience it is advised to replace the default browser with the Mozilla XulRunner browser component. See Install Mozilla XulRunner as internal browser for the steps involved.
  • Made Mozilla XulRunner available as plugin to replace the OS-specific browser using as internal browser inside Servoy Developer
    See Install Mozilla XulRunner as internal browser for the installation steps.
  • SVY-3518 Upgraded to Eclipse 4.3.1
    • Color preview on hover over color declarations in the CSS Editor
    • SVY-5252 Support for CSS3 in the CSS Editor: this does not enable CSS3 usage in StyleSheets used on Forms, but allows setting a CSS3 Profile on .css files stored in the media library.
      To set the CSS Profile, open the Navigator View, locate the .ccs file, select 'Properties' from the context menu > Web Content Settings > select desired CSS Profile)
  • SVY-170 Added support to group Forms together in the Solution Explorer
    The context the forms node of the Solution Explorer provides an entry to "Add working set". Through this option a 'folder' can be created, into which Forms can be dragged and dropped.
    The  folders or working sets are stored in the Resources project and thus can be shared with other developers through the team provider used
  • SVY-5033 Added ability to drag and drop media entries around folders inside the media library
  • SVY-5202 Grouped layout related properties in the Properties View
  • SVY- 4448SVY-5195 Improved deleting of User Groups by allowing multi-select
  • SVY-375 Improved the "Select Dataprovider" dialog with option to create new scope variables
  • SVY-5145 Exposed encapsulation and deprecation properties in the ValueList and Relation Editors
  • SVY-3149 Ability to locate scopes using the Servoy Locator
  • SVY-132 Implemented Search for References on entries in the Media Library
  • SVY-5257 Better indication of what type of update is available through the auto-update mechanism
    The Servoy Developer entry in the overview of available updates will have a version that includes details on whether the update is a release candidate or final and similar information is provided in the Description area of the overview.
    Additionally, the non-final updates are exposed through a different new update site, which is disabled by default and should be enabled to receive updates for release candidate updates (see Window > Preferences > Install/Update > Available software Sites). The new update site will be available in new Developer installations from Servoy 7.4 onwards. In Developer installations that were created with Servoy versions prior to Servoy 7.4, the update site can be added manually. The url is https://www.servoy.com/developer/70x_updates/releasecandidate
  • SVY-5194 Improved error reporting when attempting to work on Solutions that are created/modified using a newer version of Servoy Developer

...

  • SVY-69 Disabled text-selection while a Drag 'n' Drop operation is taking place
    The side effect is that selecting text on elements that also have an onDragStart event handling that starts a Drag 'n' Drop event is not possible anymore 
  • SVY-521 Added ability to customize internal icons of Calendar and Image fields
    See Replacing default element imagesDefault Element Images
  • SVY-1419 Made Calendar  popup style able
    See Replacing default element imagesDefault Element Images
  • SVY-5176 Improved onRender performance on consecutive calls
    onRender will now only cause client side updates if there are actual changes to make. 
  • SVY-5701 Updated HTML Editor (in editable HTMLArea) to TimyMCETinyMCE
    The old editor was replaced as it was not supported anymore and caused issues on newer browsers
    The  TinyMCE integration is a basic version of TinyMCE. It can be customized through the APP_UI_PROPERTY.HTML_EDITOR_CONFIGURATION client property of the HTML Area element
  • SVY-5774 Option to hide the loading indicator separately from the blockInputOnRequest
    Whether or not the Loading indicator is visible can now be controlled through the servoy.webclient.hideloadingindicator setting on the Servoy Admin page. Prior to Servoy 7.4 when enabling the servoy.webclient.blockinputonrequest setting, the Loading indicator would be disabled automatically.
  • SVY-5730 Added Array Arrow Up/down keyboard navigation to TableViews

...