diagonalworks / diagonal-b6

b6: Diagonal's geospatial analysis engine.
Apache License 2.0
24 stars 3 forks source link

feat: add copy to clipboard to outliners #288

Closed biamalveiro closed 3 months ago

biamalveiro commented 3 months ago

Goal

This feature will enable users to copy the value or expression of an outliner to the clipboard.

Description

We are introducing a new line action type called 'copy'. When enabled, it will display an icon button for the copy action. The copy action function will copy either the value if the line is an atomic value or the expression of the respective outliner. This copy action will be added only to the first line of an outliner, similar to the close and toggle visibility actions.