Task #2097
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
Improve the delete TXM result pop up confirmation dialog and function.
* add "and close the result tab/editor?" to the message question
* close the result editor
location: /org.txm.rcp/src/main/java/org/txm/rcpapplication/commands/base/DeleteObject.java
see closeEditorOfSelection() based on CustomizableEditor(), need to modify that to use TXMEditorPart.getResult() instanceof objectToDelete but also objectToDelete.getParent()
* add "and close the result tab/editor?" to the message question
* close the result editor
location: /org.txm.rcp/src/main/java/org/txm/rcpapplication/commands/base/DeleteObject.java
see closeEditorOfSelection() based on CustomizableEditor(), need to modify that to use TXMEditorPart.getResult() instanceof objectToDelete but also objectToDelete.getParent()