Skip to content
  • Eike Ziller's avatar
    EditorManager: Auto-suspend editors · 92e352f4
    Eike Ziller authored
    
    
    Adds an option (enabled by default) to close older documents when
    opening new documents. These documents are put into "suspended" state,
    similar to when restoring sessions: They editors and document are
    removed, freeing the memory from their content and attached resources
    (e.g. code model resources), but keeping the entry in the open editor
    list (and history list, of course).
    This is limited to editor/document types that can restore their UI state
    when the document is reopened.
    
    Task-number: QTCREATORBUG-10016
    Change-Id: Icb5595aec950e3f666d42177fe2fd233954f2772
    Reviewed-by: default avatarDavid Schulz <david.schulz@theqtcompany.com>
    Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
    92e352f4