errael commented on PR #4249:
URL: https://github.com/apache/netbeans/pull/4249#issuecomment-1160741625
Changed the event to `PROP_RELOADING`. Fire two events, start and end.
`evt.getNewValue() == true` indicates that a reloading is starting,
`evt.getNewValue() == false` means that reloading is finished. This is more
clear, requires only one listener in editor module and removes any potential
race condition.
--
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]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists