You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:33:12 UTC

[GitHub] [netbeans] sdedic opened a new pull request #2516: Ensure document state is consistent after unnamed is saved.

sdedic opened a new pull request #2516:
URL: https://github.com/apache/netbeans/pull/2516


   In a scenario when the user initially presses `CTRL-N` in VS Code, then saves a file with some contents, a sequence `didOpen`, `didChange` is fired that requires the server to create an empty content file in its internal buffer although the file is already saved on the disk with non-empty content.
   
   Fixed in `TextDocumentServiceImpl` and added a relevant testcase.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #2516: Ensure document state is consistent after unnamed is saved.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2516:
URL: https://github.com/apache/netbeans/pull/2516


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists