Child pages
  • 2019.03 Whats new

Versions Compared

Key

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

Eclipse is upgraded to 2018.12 (4.10) the side effect of this is that only 64 bit Java vm's are now supported. Because Eclipse dropped 32 bit support.

So the minimum Java that needs to be installed is a 64 bit Java 8 


Less support greatly enhanced 1> import

  • Import statements are supported

...

  • Servoy theme works now through the use of import statements

...

  • Servoy themes properties editor is default empty and supports 2 and 3 way

...

  • compare 
     (what is changed related to the version you point to and compared to the previous versions default if you upgrade to a later version)

...

  • Support for compiling less files at runtime when deployed as War.
     (War exporter will still pre compile solution less media up front, but runtime changed less files will be runtime compiled)

...

  • None Active solutions export that also have less files are now using the runtime support for compiling their less files.

...

  • Fixed media relative urls in pre compiled less files (now it will pick up the media just besides the less file)

...

  • Servoy theme is upgraded to the latest version of the theme roller (and we have version support now in the editor)

...

  • Greatly improved the speed of compiling by using a Java based implementation of a Less compiler.
      You can switch between the javascript based less compiler version 3.9 by setting this property: 'servoy.less.compiler' to 'lessjs'

New Solution Wizard enhancements 1> simplified

  • Simplified first look

...

  • Optionally import default servoy solutions like svySearch or svyUtils

...

  • Imports for a new nglient solution default the most common packages. (servoy-extra, bootstrap-components, ng-grid)

JSDoc @typedef is supported better now and over Scopes, so they should be use able now everywhere.

Changed defaults: 1> show

  • Show line numbers

...

  • by default in editors
  • Double click actions

...

  • in the Solution Explorer Tree on Form or Scripts now open the item (instead of expand/collapse)
  • Default pk sequence type is now uuid

...

  • No default navigator

...

  • Form.controller is default now public (encapsulation)


Media popup menu enhancements 1> sub

  • Sub folders have to also the same actions as the parent (create,delete)

...

  • Open with-> menu on media to be able to open the media on a selected editor


Template support through the outline (and various template fixes related to css positioning and not be able to mix anchored with css pos templates)

...