Josephblt opened a new issue, #1225:
URL: https://github.com/apache/incubator-kie-issues/issues/1225

   BPMN and DMN editors do not trigger the Text Document events:
   
   - onDidOpenTextDocument: 
[Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)>
   - onDidCloseTextDocument: 
[Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)>
   - onDidSaveTextDocument: 
[Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)>
   - onDidChangeTextDocument: 
[Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocumentChangeEvent](https://code.visualstudio.com/api/references/vscode-api#TextDocumentChangeEvent)>
   
   These are standard events for document manipulation, and to further improve 
editor capabilities we should support them.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to