Skip to content

Releases: pmd/pmd-designer

6.17.0

26 Jul 16:15
Compare
Choose a tag to compare

Main change: added test case edition features. This significantly changes the interface. Usage is documented on the wiki. Preview:

testing-designer

Please send us feedback about the workflow, or things we can improve. The app's Help menu can now be used to lookup the documentation or open a ticket here (in your web browser).

6.16.0

29 Jun 19:18
Compare
Choose a tag to compare
  • Added the possibility to search the treeview. Press CTRL+F when it's focused, or click on the Search 🔎 button and enter a search query. You can cycle through results with CTRL+TAB or CTRL+F3, and cycle back with CTRL+SHIFT+TAB or CTRL+SHIFT+F3.

TreeView search demo

  • Fix some bugs with XPath autocompletion

6.14.0

28 Apr 09:14
Compare
Choose a tag to compare
  • Added the possibility to select a node directly from the code area.
    To use this, hold the CTRL key pressed for a second. The code area should
    change colors. In that state, hovering above some text should select the
    node to which it corresponds:

Node selection demo

  • Added a crumb bar that displays the ancestors of the currently selected node.

  • When you have selected a node and start editing the code again, your selection
    should be preserved in most cases (on a best-effort basis) instead of reset.

  • Improved the XPath export wizard

  • Allow multiple independent xpath editors