.. _Editor Notification:

Editor Notification
===================


You may see notifications like these in the top-right corner of the source code editors:

.. figure:: ../../images/common/editor_notifications.png
	:align: center




They show up when DVT automatically detects issues with your project, such as:

- a huge number of files and directories or a slow filesystem, which may lead to Eclipse Platform slow-downs, see :ref:`DVT Resource Monitor`  
- changes in the code or project configuration which cannot be handled incrementally, leading to an out of sync database, see :ref:`Incremental Compilation`

Click the "+" on the left for more details:

.. figure:: ../../images/common/details_editor_notification.png
	:align: center




Hover the button on the right to see the proposed fixing action:

.. figure:: ../../images/common/hover_editor_notification_fix.png
	:align: center




Click the right button to trigger the operation.

.. note:: 

 The fixing operation might be computationally intensive (for example a project rebuild) or might have a significant impact on the resources from the workspace.


