Child pages
  • New in 7.3

Versions Compared

Key

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

...

  • SVY-4744 Script editor now supports @typedef (https://developers.google.com/closure/compiler/docs/js-for-compiler) where you can have a variable that is then an alias for a more complex type. The variable name can then be used in @param {varname} or @type {varname}
  • SVY-2826 Added a Code Template for FoundSet loops
  • SVY-4567 Added support for the standard GIT setup in Servoy Developer
    Servoy Developer now also supports working with projects ( == solutions) that don't contain all the project files inside the project directory in the workspace, but in a different location, like a GIT Repository which is located somewhere else on the file system
  • SVY-4893 Made application.output() statements with WARNING and ERROR level appear in red in the Console in Servoy Developer, so they stand out more
  • SVY-4548 Support for @protected annotation on members of constructor functions
  • SVY-4964 Added i18n key selector to dataprovider title editor
  • SVY-4226 Prevent insertion of scope prefix when moving code from the Solution Explorer into the same scope
  • SVY-3049 Support to have only hte header comments in the SCript Editor folded initially
  • SVY-3555 Enabled the strike-through of deprecated member declarations in the Script Editor

Solution Development

  • SVY-4869 Ability to specify the PK column in databaseManager.createDataSource()
  • SVY-4547 Added support to the RESTfull WebServices plugin to receive multi-part post 
  • SVY-4281 Added option to retrieve fallbackValueList on JSValueList
  • SVY-1873 Added option to launch a Smart Client without initial MenuBar/ToolBar/StatusBar
  • SVY-2003 Added option to open files in the Web Client, instead of downloading them
  • ??? SVY-4799 Added APPLICATION_TYPES.MOBILE
  • SVY-1088 Added support to call databaseManager.saveData(JSRecord/JSFoundSet) from within table events on related records
    This allows the creation and succesive save of related records when a parent records gets inserted/updated
  • SVY-3611 Exposed formIndex property on elements
  • SVY-4504 Added JSDataSet.getColumnNames()
  • SVY-2241 Added JSComponent.getDesigntimePropertyNames()
  • SVY-1978 Support for working with literal values in relation through the solutionModel
  • SVY-937 Encapsulation support on ValueLists, Relations and Media
  • SVY-3259 Made the Form Encapsulation property clearer
  • SVY-4734 Support to deprecate Forms, ValueLists, Relations and Media's

...