kiegroup / kie-tooling-store

5 stars 5 forks source link

Permit xml edit to diagrams #59

Closed Fjordo closed 3 years ago

Fjordo commented 3 years ago

The extension should be capable of letting the user modify the underlying xml code of a bpmn2 file. A new button should be placed alog side the "show properties" and "show diagram" buttons, in the rigth top corner.

tiagobento commented 3 years ago

@Fjordo Hi! So for editing a BPMN file as text, you can use VS Code's "Open with.." menu. Then you can select "Text editor" and edit your file normally.

Fjordo commented 3 years ago

Hi, and thanks for the answer. I know you can do that way but a shorcut would be interesting feature and a nice UX improvement.

tiagobento commented 3 years ago

@Fjordo Since VS Code already has this capability and we aim to be as integrated as possible with the platform, we won't be adding this capability for now. Thanks for the suggestion!