Pricefx Studio v14 Release Notes

IntelliJ IDEA supported versions: 2023.1 – 2024.3.x
JDK – version 17 or higher is recommended

Pricefx Studio 14.1.0 (IDEA 2023.1 - 2024.3.x)

New Features

  • PFAUT-1147 All operators for filters are now fully supported, like in Unity. Used in various input types. So the gap is now closed.

  • Elements in the "Elements" tab of the logic editor can be now moved using the new "Cut" button (Ctrl+X) and "Paste" button (Ctrl+V). (Copy/Paste buttons were already there).

Changed

  • PFAUT-1150 Elements are now opened inside the logic editor (in tabs "Elements" and "Results")! Less switching between tabs "Results" and "Elements"!  Alt+doubleclick opens them maximized, like it was before. Ctrl+Shift+W closes the element.  Tab "Code" in "Results" shows source code while browsing the element or result list. 

  • PFAUT-1150 Result details were moved from the logic editor to 'Results' tool window like for Groovy console results. This allows to edit an element and see results of another one at the same time! Use shortcut Ctrl+Alt+0 to collapse/expand it. Drag the iccon to the side (for highcharts development) or to the bottom (for checking data queries).

  • Fixed navigation in error popup balloons to the element code and concrete place of the error. Works for both: parse and runtime errors and also for groovy consoles.

Bug Fixes

  • PFAUT-1150 Fixed navigation in error popup balloons to the element code and concrete place of the error. Works for both: parse and runtime errors and errors in groovy libraries. And the same in groovy consoles.

  • PFAUT-1148 Fixed auto-suggestion of possible values of the context inputs.

  • PFAUT-1152 Deploy tool window: popup dialog was incorrectly raised when selecting objects in actual commit

  • PFAUT-1149 Disabling Studio functions (such as various groovy auto-completion) for non-Studio projects

  • Opening the calculation logic editor should be faster since backend queries needed by inputs are now run in another thread.

Pricefx Studio 14.0.1 (IDEA 2022.3 - 2024.3.x)

Bug Fixes

  • fixed action refresh in fetch/deploy tool windows

  • improved speed of delete items in fetch tool window

Pricefx Studio 14.0.0 (IDEA 2022.3 - 2024.3.x)

New Features

  • PFAUT-1144 Added info icon with pfxpackage version and pfx libraries and javadoc versions in Fetch/Deploy tool window

Changed

  • Upgrade of javadoc and core libraries to 14.0 Caribou Lou.

  • Upgrade of Package tool to version 3.34.1.

  • Improved auto-completion of QueryAPI and query generation

  • PFAUT-1141 Config.json editor: it is now possible to drag the partition to a different environment

  • PFAUT-997 Integer inputs in logic editor respect now the validation from - to

  • PFAUT-1080 Auto-completion for QueryAPI improved

  • PFAUT-762 Element template 'AbortInputGeneration' is now created with display mode 'Never'

Bug Fixes

  • PFAUT-1145 DmFilter input in logic editor was showing wrong values in the dropdown

  • Testing Model Class logics failed due Model Object not found