Thu, 29 Jun 2017 18:51:03 +0200
Fixed an issue in the single application client.
(grafted from 3a8bedba97ab2185b912f3e0614c8b3bb9074b3f)
# -*- coding: utf-8 -*- # Copyright (c) 2004 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the XML handling module of eric6. This module includes XML handlers and writers for <ul> <li>Project files</li> <li>User project data files</li> <li>Multi-project files</li> <li>Session files</li> <li>Shortcuts files</li> <li>Debugger Properties files</li> <li>Tasks files</li> <li>Templates files</li> <li>Highlighting styles</li> <li>Plugiin repository (handler only)</li> </ul> """