MultiProject, MultiProjectBrowser: added capability to delete a project from disk.

Sat, 12 Jan 2019 18:25:04 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 12 Jan 2019 18:25:04 +0100
changeset 6652
dfc89403b426
parent 6651
e8f3b5568b21
child 6653
ac800d2700d2

MultiProject, MultiProjectBrowser: added capability to delete a project from disk.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.MultiProject.MultiProject.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.MultiProject.MultiProjectBrowser.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html file | annotate | diff | comparison | revisions
MultiProject/MultiProject.py file | annotate | diff | comparison | revisions
MultiProject/MultiProjectBrowser.py file | annotate | diff | comparison | revisions
changelog file | annotate | diff | comparison | revisions
i18n/eric6_cs.ts file | annotate | diff | comparison | revisions
i18n/eric6_de.qm file | annotate | diff | comparison | revisions
i18n/eric6_de.ts file | annotate | diff | comparison | revisions
i18n/eric6_empty.ts file | annotate | diff | comparison | revisions
i18n/eric6_en.ts file | annotate | diff | comparison | revisions
i18n/eric6_es.ts file | annotate | diff | comparison | revisions
i18n/eric6_fr.ts file | annotate | diff | comparison | revisions
i18n/eric6_it.ts file | annotate | diff | comparison | revisions
i18n/eric6_pt.ts file | annotate | diff | comparison | revisions
i18n/eric6_ru.ts file | annotate | diff | comparison | revisions
i18n/eric6_tr.ts file | annotate | diff | comparison | revisions
i18n/eric6_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Sat Jan 12 12:40:14 2019 +0100
+++ b/APIs/Python3/eric6.api	Sat Jan 12 18:25:04 2019 +0100
@@ -3628,6 +3628,7 @@
 eric6.MultiProject.MultiProject.MultiProject.checkDirty?4()
 eric6.MultiProject.MultiProject.MultiProject.clearRecent?4()
 eric6.MultiProject.MultiProject.MultiProject.closeMultiProject?4()
+eric6.MultiProject.MultiProject.MultiProject.deleteProject?4(uid)
 eric6.MultiProject.MultiProject.MultiProject.dirty?7
 eric6.MultiProject.MultiProject.MultiProject.getActions?4()
 eric6.MultiProject.MultiProject.MultiProject.getCategories?4()
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Jan 12 12:40:14 2019 +0100
+++ b/Documentation/Help/source.qhp	Sat Jan 12 18:25:04 2019 +0100
@@ -11309,6 +11309,7 @@
       <keyword name="MultiProject.checkDirty" id="MultiProject.checkDirty" ref="eric6.MultiProject.MultiProject.html#MultiProject.checkDirty" />
       <keyword name="MultiProject.clearRecent" id="MultiProject.clearRecent" ref="eric6.MultiProject.MultiProject.html#MultiProject.clearRecent" />
       <keyword name="MultiProject.closeMultiProject" id="MultiProject.closeMultiProject" ref="eric6.MultiProject.MultiProject.html#MultiProject.closeMultiProject" />
+      <keyword name="MultiProject.deleteProject" id="MultiProject.deleteProject" ref="eric6.MultiProject.MultiProject.html#MultiProject.deleteProject" />
       <keyword name="MultiProject.getActions" id="MultiProject.getActions" ref="eric6.MultiProject.MultiProject.html#MultiProject.getActions" />
       <keyword name="MultiProject.getCategories" id="MultiProject.getCategories" ref="eric6.MultiProject.MultiProject.html#MultiProject.getCategories" />
       <keyword name="MultiProject.getDependantProjectFiles" id="MultiProject.getDependantProjectFiles" ref="eric6.MultiProject.MultiProject.html#MultiProject.getDependantProjectFiles" />
@@ -11339,6 +11340,7 @@
       <keyword name="MultiProjectBrowser.__configure" id="MultiProjectBrowser.__configure" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__configure" />
       <keyword name="MultiProjectBrowser.__contextMenuRequested" id="MultiProjectBrowser.__contextMenuRequested" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__contextMenuRequested" />
       <keyword name="MultiProjectBrowser.__createPopupMenu" id="MultiProjectBrowser.__createPopupMenu" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__createPopupMenu" />
+      <keyword name="MultiProjectBrowser.__deleteProject" id="MultiProjectBrowser.__deleteProject" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__deleteProject" />
       <keyword name="MultiProjectBrowser.__findCategoryItem" id="MultiProjectBrowser.__findCategoryItem" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findCategoryItem" />
       <keyword name="MultiProjectBrowser.__findProjectItem" id="MultiProjectBrowser.__findProjectItem" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findProjectItem" />
       <keyword name="MultiProjectBrowser.__multiProjectClosed" id="MultiProjectBrowser.__multiProjectClosed" ref="eric6.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectClosed" />
--- a/Documentation/Source/eric6.MultiProject.MultiProject.html	Sat Jan 12 12:40:14 2019 +0100
+++ b/Documentation/Source/eric6.MultiProject.MultiProject.html	Sat Jan 12 18:25:04 2019 +0100
@@ -161,6 +161,9 @@
 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td>
 <td>Public slot to close the current multi project.</td>
 </tr><tr>
+<td><a href="#MultiProject.deleteProject">deleteProject</a></td>
+<td>Public slot to delete project(s) from the multi project and disk.</td>
+</tr><tr>
 <td><a href="#MultiProject.getActions">getActions</a></td>
 <td>Public method to get a list of all actions.</td>
 </tr><tr>
@@ -428,6 +431,17 @@
 <dd>
 flag indicating success (boolean)
 </dd>
+</dl><a NAME="MultiProject.deleteProject" ID="MultiProject.deleteProject"></a>
+<h4>MultiProject.deleteProject</h4>
+<b>deleteProject</b>(<i>uid</i>)
+<p>
+        Public slot to delete project(s) from the multi project and disk.
+</p><dl>
+<dt><i>uid</i> (str)</dt>
+<dd>
+UID of the project to be removed from the multi
+            project
+</dd>
 </dl><a NAME="MultiProject.getActions" ID="MultiProject.getActions"></a>
 <h4>MultiProject.getActions</h4>
 <b>getActions</b>(<i></i>)
--- a/Documentation/Source/eric6.MultiProject.MultiProjectBrowser.html	Sat Jan 12 12:40:14 2019 +0100
+++ b/Documentation/Source/eric6.MultiProject.MultiProjectBrowser.html	Sat Jan 12 18:25:04 2019 +0100
@@ -75,6 +75,9 @@
 <td><a href="#MultiProjectBrowser.__createPopupMenu">__createPopupMenu</a></td>
 <td>Private method to create the popup menu.</td>
 </tr><tr>
+<td><a href="#MultiProjectBrowser.__deleteProject">__deleteProject</a></td>
+<td>Private method to handle the Delete context menu entry.</td>
+</tr><tr>
 <td><a href="#MultiProjectBrowser.__findCategoryItem">__findCategoryItem</a></td>
 <td>Private method to find the item for a category.</td>
 </tr><tr>
@@ -173,6 +176,11 @@
 <b>__createPopupMenu</b>(<i></i>)
 <p>
         Private method to create the popup menu.
+</p><a NAME="MultiProjectBrowser.__deleteProject" ID="MultiProjectBrowser.__deleteProject"></a>
+<h4>MultiProjectBrowser.__deleteProject</h4>
+<b>__deleteProject</b>(<i></i>)
+<p>
+        Private method to handle the Delete context menu entry.
 </p><a NAME="MultiProjectBrowser.__findCategoryItem" ID="MultiProjectBrowser.__findCategoryItem"></a>
 <h4>MultiProjectBrowser.__findCategoryItem</h4>
 <b>__findCategoryItem</b>(<i>category</i>)
--- a/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html	Sat Jan 12 12:40:14 2019 +0100
+++ b/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html	Sat Jan 12 18:25:04 2019 +0100
@@ -287,7 +287,7 @@
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-reference to the node (jasy.js.parse.Node.Node)
+reference to the node (jasy.script.parse.Node.Node)
 </dd>
 </dl><a NAME="Visitor.visit_function" ID="Visitor.visit_function"></a>
 <h4>Visitor.visit_function</h4>
@@ -297,7 +297,7 @@
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-reference to the node (jasy.js.parse.Node.Node)
+reference to the node (jasy.script.parse.Node.Node)
 </dd>
 </dl><a NAME="Visitor.visit_noop" ID="Visitor.visit_noop"></a>
 <h4>Visitor.visit_noop</h4>
@@ -307,7 +307,7 @@
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-reference to the node (jasy.js.parse.Node.Node)
+reference to the node (jasy.script.parse.Node.Node)
 </dd>
 </dl><a NAME="Visitor.visit_property_init" ID="Visitor.visit_property_init"></a>
 <h4>Visitor.visit_property_init</h4>
@@ -317,7 +317,7 @@
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-reference to the node (jasy.js.parse.Node.Node)
+reference to the node (jasy.script.parse.Node.Node)
 </dd>
 </dl><a NAME="Visitor.visit_var" ID="Visitor.visit_var"></a>
 <h4>Visitor.visit_var</h4>
@@ -327,7 +327,7 @@
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-reference to the node (jasy.js.parse.Node.Node)
+reference to the node (jasy.script.parse.Node.Node)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/MultiProject/MultiProject.py	Sat Jan 12 12:40:14 2019 +0100
+++ b/MultiProject/MultiProject.py	Sat Jan 12 18:25:04 2019 +0100
@@ -10,6 +10,7 @@
 from __future__ import unicode_literals
 
 import os
+import shutil
 
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QFileInfo, QFile, \
     QIODevice, QObject
@@ -414,6 +415,21 @@
             self.projectRemoved.emit(project)
             self.setDirty(True)
     
+    def deleteProject(self, uid):
+        """
+        Public slot to delete project(s) from the multi project and disk.
+        
+        @param uid UID of the project to be removed from the multi
+            project
+        @type str
+        """
+        if uid in self.__projects:
+            project = self.__projects[uid]
+            projectPath = os.path.dirname(project["file"])
+            shutil.rmtree(projectPath, True)
+            
+            self.removeProject(uid)
+    
     def __newMultiProject(self):
         """
         Private slot to build a new multi project.
--- a/MultiProject/MultiProjectBrowser.py	Sat Jan 12 12:40:14 2019 +0100
+++ b/MultiProject/MultiProjectBrowser.py	Sat Jan 12 18:25:04 2019 +0100
@@ -9,10 +9,14 @@
 
 from __future__ import unicode_literals
 
+import os
+import glob
+
 from PyQt5.QtCore import Qt
 from PyQt5.QtWidgets import QTreeWidget, QTreeWidgetItem, QDialog, QMenu
 
 from E5Gui.E5Application import e5App
+from E5Gui import E5MessageBox
 
 import UI.PixmapCache
 
@@ -291,6 +295,65 @@
             if uid:
                 self.multiProject.removeProject(uid)
     
+    def __deleteProject(self):
+        """
+        Private method to handle the Delete context menu entry.
+        """
+        itm = self.currentItem()
+        if itm is not None and itm.parent() is not None:
+            projectFile = itm.data(0, MultiProjectBrowser.ProjectFileNameRole)
+            projectPath = os.path.dirname(projectFile)
+            
+            if self.project.getProjectPath() == projectPath:
+                E5MessageBox.warning(
+                    self,
+                    self.tr("Delete Project"),
+                    self.tr("""The current project cannot be deleted."""
+                            """ Please close it first."""))
+            else:
+                projectFiles = glob.glob(os.path.join(projectPath, "*.e4p"))
+                if not projectFiles:
+                    # Oops, that should not happen; play it save
+                    res = False
+                elif len(projectFiles) == 1:
+                    res = E5MessageBox.yesNo(
+                        self,
+                        self.tr("Delete Project"),
+                        self.tr("""<p>Shall the project <b>{0}</b> (Path:"""
+                                """ {1}) really be deleted?</p>""").format(
+                            itm.text(0), projectPath))
+                else:
+                    res = E5MessageBox.yesNo(
+                        self,
+                        self.tr("Delete Project"),
+                        self.tr("""<p>Shall the project <b>{0}</b> (Path:"""
+                                """ {1}) really be deleted?</p>"""
+                                """<p><b>Warning:</b> It contains <b>{2}</b>"""
+                                """ sub-projects.</p>""").format(
+                            itm.text(0), projectPath, len(projectFiles)))
+                if res:
+                    for subprojectFile in projectFiles:
+                        # remove all sub-projects before deleting the directory
+                        if subprojectFile != projectFile:
+                            projectData = {
+                                'name': "",
+                                'file': subprojectFile,
+                                'master': False,
+                                'description': "",
+                                'category': "",
+                                'uid': "",
+                            }
+                            pitm = self.__findProjectItem(projectData)
+                            if pitm:
+                                uid = pitm.data(
+                                    0, MultiProjectBrowser.ProjectUidRole)
+                                if uid:
+                                    self.multiProject.removeProject(uid)
+                        
+                    uid = itm.data(0, MultiProjectBrowser.ProjectUidRole)
+                    if uid:
+                        self.multiProject.deleteProject(uid)
+    
     def __showProjectProperties(self):
         """
         Private method to show the data of a project entry.
@@ -330,7 +393,10 @@
         """
         self.__menu = QMenu(self)
         self.__menu.addAction(self.tr("Open"), self.__openItem)
-        self.__menu.addAction(self.tr("Remove"), self.__removeProject)
+        self.__menu.addAction(self.tr("Remove from Multi Project"),
+                              self.__removeProject)
+        self.__menu.addAction(self.tr("Delete from Disk"),
+                              self.__deleteProject)
         self.__menu.addAction(self.tr("Properties"),
                               self.__showProjectProperties)
         self.__menu.addSeparator()
--- a/changelog	Sat Jan 12 12:40:14 2019 +0100
+++ b/changelog	Sat Jan 12 18:25:04 2019 +0100
@@ -4,6 +4,9 @@
 - bug fixes
 - Editor
   -- added cpability to suppress some markers in the marker map
+- Multi Project
+  -- added capability to the multi project browser to delete a project
+     from disk
 - Third Party packages
   -- updated coverage.py to 4.5.2
   -- updated jasy to 1.5-beta6 (latest release available)
--- a/i18n/eric6_cs.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_cs.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -47121,212 +47121,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Uložit soubor</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Nový...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Otevřít...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Zavřít</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Uložit</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Uložit j&amp;ako...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
         <source>Add &amp;project...</source>
         <translation>Přidat &amp;projekt...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Natavení...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Otevřít poslední multip&amp;rojekty</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Vyčistit</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Načíst soubor multiprojektu</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Uložit soubor multiprojektu</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Otevřít multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Uložit multiprojekt jako</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Zavřít multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Aktuální multiprojekt obsahuje neuložené změny.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Nový multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Vygenerovat nový multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nový...&lt;/b&gt;&lt;p&gt;Otevře se dialogové okno pro zadání informací o novém multiprojektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Otevřít existující multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Otevřít....&lt;/b&gt;&lt;p&gt;Otevře existující multiprojekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Zavřít multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Uzavře aktuální multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zavřít&lt;/b&gt;&lt;p&gt;Aktuální multiprojekt se uzavře.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Uložit multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Uložit aktuální multiprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit&lt;/b&gt;&lt;p&gt;Aktuální multiprojekt se uloží.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Uloží aktuální multiprojekt do nového souboru</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Uložit jako&lt;/b&gt;&lt;p&gt;Uloží aktuální mulktiprojekt do nového souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Přidat projekt do multiprojektu</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Projekt se přidá do aktuálního multiprojektu</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Uloží aktuální multiprojekt do nového souboru</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Uložit jako&lt;/b&gt;&lt;p&gt;Uloží aktuální mulktiprojekt do nového souboru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Přidat projekt do multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Projekt se přidá do aktuálního multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přidat projekt...&lt;/b&gt;&lt;p&gt;Otevře dialog pro přidání projektu do aktuálního multiprojektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Nastavení multiprojektu</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Zobrazit nastavení projektu</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení multiprojektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor multiprojektu &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Do souboru multiprojektu &lt;b&gt;{0}&lt;/b&gt; nelze zapisovat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation type="unfinished">Soubory multiprojektu (*.e4m) {5m?}</translation>
     </message>
@@ -47334,35 +47334,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Otevřít</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Odebrat</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Odebrat</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Nastavení</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Konfigurovat...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
Binary file i18n/eric6_de.qm has changed
--- a/i18n/eric6_de.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_de.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45908,212 +45908,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Datei sichern</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Neu...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Öffnen...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>Schl&amp;ießen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Speichern</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Speichern &amp;unter...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
         <source>Add &amp;project...</source>
         <translation>&amp;Projekt hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Eigenschaften...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Zu&amp;letzt geöffnete Mehrfachprojekte</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Löschen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Mehrfachprojektdatei lesen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Mehrfachprojektdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Mehrfachprojektdatei speichern</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Mehrfachprojektdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Mehrfachprojekt öffnen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Mehrfachprojekt speichern unter</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Mehrfachprojekt schließen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Das aktuelle Mehrfachprojekt hat ungesicherte Änderungen.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Neues Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Erstelle ein neues Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neu...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Mehrfachprojektes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Öffnet ein bestehendes Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Öffnen...&lt;/b&gt;&lt;p&gt;Dies öffnet ein bestehendes Mehrfachprojekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Mehrfachprojekt schließen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Schließt das aktuelle Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schließen&lt;/b&gt;&lt;p&gt;Dies schließt das aktuelle Mehrfachprojekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Mehrfachprojekt speichern</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Speichert das aktuelle Mehrfachprojekt</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Speichern&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Mehrfachprojekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Speichert das aktuelle Mehrfachprojekt in eine neue Datei</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Speichern unter&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Mehrfachprojekt in eine neue Datei.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Projekt zum Mehrfachprojekt hinzufügen</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Ein Projekt zum aktuellen Mehrfachprojekt hinzufügen</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Speichert das aktuelle Mehrfachprojekt in eine neue Datei</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Speichern unter&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Mehrfachprojekt in eine neue Datei.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Projekt zum Mehrfachprojekt hinzufügen</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Ein Projekt zum aktuellen Mehrfachprojekt hinzufügen</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Projekt hinzufügen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, mit dem ein Projekt zum aktuellen Mehrfachprojekt hinzugefügt werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Mehrfachprojekteigenschaften</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Zeigt die Mehrfachprojekt-Eigenschaften an</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eigenschaften...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog an, mit dem die Mehrfachprojekt-Eigenschaften bearbeitet werden können.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>Mehrfachprojekt-Dateien (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>Mehrfachprojekt-Dateien (*.e5m)</translation>
     </message>
@@ -46121,35 +46121,60 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Öffnen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
-        <source>Remove</source>
-        <translation>Entfernen</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Einstellungen</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Einstellungen...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>Projekt hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>Nicht kategorisiert</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation>Projekt löschen</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation>Das aktuelle Projekt kann nicht gelöscht werden. Bitte schließen sie es zuerst.</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Soll das Projekt &lt;b&gt;{0}&lt;/b&gt; (Pfad: {1}) wirklich gelöscht werden?&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Soll das Projekt &lt;b&gt;{0}&lt;/b&gt; (Pfad: {1}) wirklich gelöscht werden?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warnung:&lt;/b&gt; Es enthält &lt;b&gt;{2}&lt;/b&gt; Unterprojekte.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation>Aus Mehrfachprojekt löschen</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation>Von Platte löschen</translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_empty.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_empty.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45670,212 +45670,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation type="unfinished"></translation>
     </message>
@@ -45883,35 +45883,60 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
-        <source>Remove</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_en.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_en.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45715,212 +45715,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -45928,35 +45928,60 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
-        <source>Remove</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_es.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_es.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45911,212 +45911,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Guardar archivo</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Nuevo...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Cerrar</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Guardar</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Guardar co&amp;mo...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
         <source>Add &amp;project...</source>
         <translation>Añadir &amp;proyecto...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propiedades...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Abrir Multiproyectos &amp;recientes</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Borrar</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Leer archivo de multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Guardar archivo de multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Abrir Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Guardar multiproyecto como</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Cerrar Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>El multiproyecto actual tiene cambios sin guardar.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Nuevo Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Generar un nuevo multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuevo...&lt;/b&gt;&lt;p&gt;Abre un diálogo para introducir la información para un nuevo multiproyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Abrir un multiproyecto existente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abrir...&lt;/b&gt;&lt;p&gt;Abre un multiproyecto existente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Cerrar Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Cierra el multiproyecto actual</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cerrar&lt;/b&gt;&lt;p&gt;Cierra el multiproyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Guardar multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Guarda el multiproyecto actual</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar&lt;/b&gt;&lt;p&gt;Guarda el multiproyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Guardar el multiproyecto actual en un nuevo archivo</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Guardar como&lt;/b&gt;&lt;p&gt;Guarda el multiproyecto en nuevo archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Añadir proyecto al multiproyecto</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Añadir un nuevo proyecto al multiproyecto actual</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Guardar el multiproyecto actual en un nuevo archivo</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Guardar como&lt;/b&gt;&lt;p&gt;Guarda el multiproyecto en nuevo archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Añadir proyecto al multiproyecto</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Añadir un nuevo proyecto al multiproyecto actual</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Añadir proyecto...&lt;/b&gt;&lt;p&gt;Abre un diálogo para añadir un proyecto al multiproyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Propiedades del multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Ver las propiedades del multiproyecto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propiedades...&lt;/b&gt;&lt;p&gt;Muestra un diálogo para editar las propiedades del multiproyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de multiproyecto &lt;b&gt;{0}&lt;/b&gt; no ha podido ser leído.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de multiproyecto &lt;b&gt;{0}&lt;/b&gt; no ha podido ser guardado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>Archivos de Multiproyecto (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>Archivos de Multiproyecto (*.e5m)</translation>
     </message>
@@ -46124,35 +46124,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Abrir</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Eliminar</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Eliminar</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Propiedades</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>Añadir Proyecto...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>Sin categoría</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_fr.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_fr.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -46817,212 +46817,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Lecture d&apos;un fichier multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Enregistre le fichier multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Ouvrir un multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Enregistre le fichier multi-projet en tant que</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Enregistrer fichier</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Ferme le multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Le multi-projet courant a des modifications non-enregistrées.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Nouveau multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Nouveau...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Génère un nouveau multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nouveau...&lt;/b&gt;&lt;p&gt;Ouvre une boite de dialogue pour saisir les informations du nouveau multi-projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Ouvrir...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Ouvre un multi-projet existant</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ouvre...&lt;/b&gt;&lt;p&gt;Ouvre un multi-projet existant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Ferme le multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Fermer</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Fermer le multi-projet en cours</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fermer&lt;/b&gt;&lt;p&gt;Ferme le multi-projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Enregistre le multiprojet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Enregistrer</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Enregistre le multi-projet courant</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer&lt;/b&gt;&lt;p&gt;Enregistre le multi-projet courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>&amp;Enregistrer sous...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Enregistre le multi-projet courant dans un nouveau fichier</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Enregistrer sous&lt;/b&gt;&lt;p&gt;Enregistre le multi-projet en cours dans un nouveau fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Ajoute un projet au multi-projet</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation>Ajouter un &amp;projet...</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Ajoute un projet au multi-projet courant</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Enregistre le multi-projet courant dans un nouveau fichier</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Enregistrer sous&lt;/b&gt;&lt;p&gt;Enregistre le multi-projet en cours dans un nouveau fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Ajoute un projet au multi-projet</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation>Ajouter un &amp;projet...</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Ajoute un projet au multi-projet courant</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ajouter un projet...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d&apos;ajouter un projet au multi-projet courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Propriétés du multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propriétés...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Affiche les propriétés du multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propriétés...&lt;/b&gt;&lt;p&gt;Affiche une boite de dialogue pour éditer les propriétés du multi-projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Ouvre les multi-projets &amp;récents</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Multi-projet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Effacer</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt;existe déjà. Écraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation type="unfinished">Fichiers multi-projets (*.e4m) {5m?}</translation>
     </message>
@@ -47030,35 +47030,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Ouvrir</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Supprimer</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Supprimer</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Propriétés</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Configuration...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_it.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_it.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -46153,212 +46153,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Leggi file multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Salva file multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Apri multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Salva multiprogetto come</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Salva file</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Chiudi Multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Il multiprogetto corrente ha delle modifiche non salvata.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Nuovo multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Nuovo...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Genera un nuovo multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuovo...&lt;/b&gt;&lt;p&gt;Apre un dialogo per l&apos;inserimento delle informazioni per un nuovo multiprogetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Apri...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Apri un multiprogetto esistente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Apri...&lt;/b&gt;&lt;p&gt;Apre un multiprogetto esistente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Chiudi multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Chiudi</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Chiudi il multiprogetto corrente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chiudi&lt;/b&gt;&lt;p&gt;Chiude l&apos;attuale multiprogetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Salva multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Salva</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Salva il multiprogetto corrente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva&lt;/b&gt;&lt;p&gt;Salva l&apos;attuale multiprogetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>S&amp;alva come...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Salva il multiprogetto attuale come un nuovo file</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Salva as &lt;/b&gt;&lt;p&gt;Salva l&apos;attuale multiprogetto come nuovo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Aggiungi un progetto al multiprogetto</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation>Aggiungi &amp;progetto...</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Aggiunti un progetto al multiprogetto corrente</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Salva il multiprogetto attuale come un nuovo file</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Salva as &lt;/b&gt;&lt;p&gt;Salva l&apos;attuale multiprogetto come nuovo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Aggiungi un progetto al multiprogetto</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation>Aggiungi &amp;progetto...</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Aggiunti un progetto al multiprogetto corrente</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aggiungi progetto...&lt;/b&gt;&lt;p&gt;Apre un dialogo per aggiungere un progetto al corrente multiprogetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Proprietà multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Proprietà...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Mostra le proprietà del multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Proprietà...&lt;/b&gt;&lt;p&gt;Mosta un dialogo per modificare le proprietà di un multiprogetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Apri un multiprogetto &amp;recente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Multiprogetto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>Pulis&amp;ci</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file multiprogetto &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file multiprogetto &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; esiste già. Sovrascriverlo ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>File multiprogetto (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>File multiprogetto (*.e5m) </translation>
     </message>
@@ -46366,35 +46366,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Apri</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Rimuovi</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Rimuovi</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Proprietà</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Configura...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>Aggiungi progetto...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>Non categorizzato</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_pt.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_pt.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -47555,212 +47555,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Ler ficheiro de multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Não se pôde ler o ficheiro de multiprojeto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Gravar ficheiro de multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Não se pôde escrever o ficheiro de multiprojeto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Abrir multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Gravar multiprojeto como</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Gravar Ficheiro</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; já existe. Sobreescrever?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Fechar Multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>O multiprojeto atual tem alterações por gravar.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Multiprojeto novo</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Novo...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Criar um multiprojeto novo</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Novo...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para introduzir a informação para um multiprojeto novo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Abrir um multiprojeto existente</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abrir...&lt;/b&gt;&lt;p&gt;Isto abre um multiprojeto existente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Fechar multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>Fe&amp;char</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Fechar o multiprojeto atual</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fechar&lt;/b&gt;&lt;p&gt;Fecha o multiprojeto atual&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Gravar multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Gravar</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Gravar o multiprojeto actual</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gravar&lt;/b&gt;&lt;p&gt;Guarda o multiprojeto atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Gr&amp;avar como...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Gravar o multiprojeto atual num ficheiro novo</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Gravar como&lt;/b&gt;&lt;p&gt;Guarda o multiprojeto atual para um ficheiro novo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Adicionar projeto ao multiprojeto</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation>Adicionar &amp;projeto...</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Adicionar um projeto ao multiprojeto atual</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Gravar o multiprojeto atual num ficheiro novo</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Gravar como&lt;/b&gt;&lt;p&gt;Guarda o multiprojeto atual para um ficheiro novo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Adicionar projeto ao multiprojeto</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation>Adicionar &amp;projeto...</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Adicionar um projeto ao multiprojeto atual</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Adicionar projeto...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para adicionar um projeto ao multiprojeto atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Propriedades do multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propriedades...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Mostrar as propriedades do multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propriedades...&lt;/b&gt;&lt;p&gt;Mostra uma caixa de diálogo para editar as propriedades do multiprojeto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Abrir Multiprojetos &amp;Recentes</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Multiprojeto</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Limpar</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>Ficheiros Multiprojeto (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>Ficheiros Multiprojeto (*.e5m)</translation>
     </message>
@@ -47768,35 +47768,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Abrir</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Retirar</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Retirar</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Propriedades</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>Adicionar Projeto...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>Sem categoria</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_ru.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_ru.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45997,212 +45997,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Загрузить файл мультипроекта</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл мультипроекта: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Сохранить файл мультипроекта</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно сохранить файл мультипроекта: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Открыть мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Сохранить файл мультипроекта как</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Сохранить файл</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Закрыть мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Изменения в текущем мультипроекте не сохранены.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Новый мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>&amp;Новый...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Создать новый мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новый...&lt;/b&gt;&lt;p&gt;Открытие диалога ввода информации о новом мультипроекте.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Открыть...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Открыть существующий мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Открыть...&lt;/b&gt;&lt;p&gt;Открыть существующий мультипроект.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Закрыть мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Закрыть</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Закрыть текущий мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть&lt;/b&gt;&lt;p&gt;Закрытие текущего мультипроекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Сохранить мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Сохранить</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Закрыть текущий мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть&lt;/b&gt;&lt;p&gt;Закрытие текущего мультипроекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Сохранить текущий мультипроект в новый файл</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Сохранить как&lt;/b&gt;&lt;p&gt; Сохранение текущего мультипроекта в новый файл.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Добавить проект в мультипроект</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation>Добавить &amp;проект...</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Добавить проект в текущий мультипроект</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Сохранить текущий мультипроект в новый файл</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Сохранить как&lt;/b&gt;&lt;p&gt; Сохранение текущего мультипроекта в новый файл.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Добавить проект в мультипроект</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation>Добавить &amp;проект...</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Добавить проект в текущий мультипроект</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить проект...&lt;/b&gt;&lt;p&gt;Открытие диалога добавления проекта в текущий мультипроект.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Свойства мультипроекта</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Свойства...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Свойства мультипроекта</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Свойства...&lt;/b&gt;&lt;p&gt;Отображение диалога редактирования свойств мультипроекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Открыть &amp;недавние мультипроекты</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Мультипроект</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>&amp;Очистить</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>Файлы мультипроектов (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>Файлы мультипроектов (*.e4m) {5m?}</translation>
     </message>
@@ -46210,35 +46210,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Открыть</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Удалить</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Удалить</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Свойства</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Настроить...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>Добавить проект...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>Не отсортирован</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_tr.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_tr.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -46938,212 +46938,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>Çokluproje dosyasını oku</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Çoklu Proje dosyası &lt;b&gt;{0}&lt;/b&gt; okunamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>Çokluproje Dosyasını kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Çoklu Proje dosyası &lt;b&gt;{0}&lt;/b&gt; yazılamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>Çokluproje Aç</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>Çokluprojeleri olarak kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>Dosyayı Kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>Çokluprojeyi Kapat</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>Geçerli çokluprojede kaydedilmemiş değişiklikler var.</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>Yeni Çokluproje</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>Ye&amp;ni...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>Yeni bir Çokluproje üret</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yeni...&lt;/b&gt;&lt;p&gt;Bu yeni bir çokluproje için gerekli bilgilerin girileceği bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>&amp;Aç...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>Var olan Çokluprojeyi aç</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aç...&lt;/b&gt;&lt;p&gt;Bu varolon bir projeyi açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>Çokluprojeyi kapat</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>&amp;Kapat</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>Geçerli çokluprojeyi kapat</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kapat&lt;/b&gt;&lt;p&gt;Bu geçerli çokluprojeyi kapatır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>Çokluprojeyi kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>&amp;Kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>Geçerli çokluprojeyi kaydet</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kaydet&lt;/b&gt;&lt;p&gt;Bu geçerli çokluprojeyi kaydeder.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>Farklı k&amp;aydet...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>Geçerli çokluprojeyi yeni bir dosya olarak kaydet</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Farklı kaydet&lt;/b&gt;&lt;p&gt;Bu geçerli çokluprojeyi yeni bir dosyaya kaydeder.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>Çokluprojeye proje ekle</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation>&amp;Proje ekle...</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>Geçerli çokluprojeye bir proje ekle</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>Geçerli çokluprojeyi yeni bir dosya olarak kaydet</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Farklı kaydet&lt;/b&gt;&lt;p&gt;Bu geçerli çokluprojeyi yeni bir dosyaya kaydeder.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>Çokluprojeye proje ekle</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation>&amp;Proje ekle...</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>Geçerli çokluprojeye bir proje ekle</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Proje ekle...&lt;/b&gt;&lt;p&gt;Bu geçerli çokluprojeye bir proje eklemek için diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>Çokluproje özellikleri</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Özellikler...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>Çokluproje özelliklerini göster</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Özellikler...&lt;/b&gt;&lt;p&gt;Bu çokluproje özelliklerini düzenlemek için sir diyalog gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>&amp;Çokluproje</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>Geçmiş Çoklup&amp;rojeleri Aç</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>Çokluproje</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>T&amp;emizle</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; dosyası halen mevcut. Üzerine yazılsın mı?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation type="unfinished">Çokluproje Dosyaları (*.e4m) {5m?}</translation>
     </message>
@@ -47151,35 +47151,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>Aç</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>Kaldır</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">Kaldır</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>Özellikler</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>
--- a/i18n/eric6_zh_CN.ts	Sat Jan 12 12:40:14 2019 +0100
+++ b/i18n/eric6_zh_CN.ts	Sat Jan 12 18:25:04 2019 +0100
@@ -45831,212 +45831,212 @@
 <context>
     <name>MultiProject</name>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>Read multiproject file</source>
         <translation>读取多重项目文件</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>Save multiproject file</source>
         <translation>保存多重项目文件</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>Open multiproject</source>
         <translation>打开多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save multiproject as</source>
         <translation>多重项目另存为</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>Save File</source>
         <translation>保存文件</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>Close Multiproject</source>
         <translation>关闭多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="571"/>
+        <location filename="../MultiProject/MultiProject.py" line="587"/>
         <source>The current multiproject has unsaved changes.</source>
         <translation>当前多重项目的更改未保存。</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>New multiproject</source>
         <translation>新建多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="625"/>
+        <location filename="../MultiProject/MultiProject.py" line="641"/>
         <source>&amp;New...</source>
         <translation>新建(&amp;N)…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="630"/>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
         <source>Generate a new multiproject</source>
         <translation>生成一个新多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="631"/>
+        <location filename="../MultiProject/MultiProject.py" line="647"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;新建…&lt;/b&gt;&lt;p&gt;打开一个对话框为新多重项目输入信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="639"/>
+        <location filename="../MultiProject/MultiProject.py" line="655"/>
         <source>&amp;Open...</source>
         <translation>打开(&amp;O)…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="644"/>
+        <location filename="../MultiProject/MultiProject.py" line="660"/>
         <source>Open an existing multiproject</source>
         <translation>打开一个存在的多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <location filename="../MultiProject/MultiProject.py" line="661"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;打开….&lt;/b&gt;&lt;p&gt;打开一个存在的多重项目。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>Close multiproject</source>
         <translation>关闭多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="652"/>
+        <location filename="../MultiProject/MultiProject.py" line="668"/>
         <source>&amp;Close</source>
         <translation>关闭(&amp;C)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="656"/>
+        <location filename="../MultiProject/MultiProject.py" line="672"/>
         <source>Close the current multiproject</source>
         <translation>关闭当前多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="658"/>
+        <location filename="../MultiProject/MultiProject.py" line="674"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;关闭&lt;/b&gt;&lt;p&gt;关闭当前多重项目。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>Save multiproject</source>
         <translation>保存多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="665"/>
+        <location filename="../MultiProject/MultiProject.py" line="681"/>
         <source>&amp;Save</source>
         <translation>保存(&amp;S)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="669"/>
+        <location filename="../MultiProject/MultiProject.py" line="685"/>
         <source>Save the current multiproject</source>
         <translation>保存当前多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="670"/>
+        <location filename="../MultiProject/MultiProject.py" line="686"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存&lt;/b&gt;&lt;p&gt;保存当前多重项目。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="677"/>
+        <location filename="../MultiProject/MultiProject.py" line="693"/>
         <source>Save &amp;as...</source>
         <translation>另存为(&amp;A)…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="682"/>
-        <source>Save the current multiproject to a new file</source>
-        <translation>将当前多重项目保存到一个新文件中</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="684"/>
-        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;另存为&lt;/b&gt;&lt;p&gt;将当前多重项目保存到一个新文件中。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add project to multiproject</source>
-        <translation>为多重项目添加项目</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="691"/>
-        <source>Add &amp;project...</source>
-        <translation type="unfinished">添加项目(&amp;P)…</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProject.py" line="696"/>
-        <source>Add a project to the current multiproject</source>
-        <translation>将项目添加到当前多重项目中</translation>
-    </message>
-    <message>
         <location filename="../MultiProject/MultiProject.py" line="698"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation>将当前多重项目保存到一个新文件中</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="700"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;另存为&lt;/b&gt;&lt;p&gt;将当前多重项目保存到一个新文件中。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add project to multiproject</source>
+        <translation>为多重项目添加项目</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Add &amp;project...</source>
+        <translation type="unfinished">添加项目(&amp;P)…</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="712"/>
+        <source>Add a project to the current multiproject</source>
+        <translation>将项目添加到当前多重项目中</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="714"/>
         <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
         <translation>&lt;b&gt;添加项目…&lt;/b&gt;&lt;p&gt;打开一个对话框将项目添加到当前多重项目中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>Multiproject properties</source>
         <translation>多重项目属性</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="706"/>
+        <location filename="../MultiProject/MultiProject.py" line="722"/>
         <source>&amp;Properties...</source>
         <translation>属性(&amp;P)…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="711"/>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
         <source>Show the multiproject properties</source>
         <translation>显示多重项目属性</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="713"/>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;属性…&lt;/b&gt;&lt;p&gt;显示一个对话框编辑多重项目属性。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="733"/>
+        <location filename="../MultiProject/MultiProject.py" line="749"/>
         <source>&amp;Multiproject</source>
         <translation>多重项目(&amp;M)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="734"/>
+        <location filename="../MultiProject/MultiProject.py" line="750"/>
         <source>Open &amp;Recent Multiprojects</source>
         <translation>打开最近的多重项目(&amp;R)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="775"/>
+        <location filename="../MultiProject/MultiProject.py" line="791"/>
         <source>Multiproject</source>
         <translation>多重项目</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="834"/>
+        <location filename="../MultiProject/MultiProject.py" line="850"/>
         <source>&amp;Clear</source>
         <translation>清除(&amp;C)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="233"/>
+        <location filename="../MultiProject/MultiProject.py" line="234"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="278"/>
+        <location filename="../MultiProject/MultiProject.py" line="279"/>
         <source>&lt;p&gt;The multiproject file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="546"/>
+        <location filename="../MultiProject/MultiProject.py" line="562"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 已经存在。是否覆盖?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="467"/>
+        <location filename="../MultiProject/MultiProject.py" line="483"/>
         <source>Multiproject Files (*.e5m *.e4m)</source>
         <translation>多重项目文件 (*.e5m *.e4m)</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProject.py" line="531"/>
+        <location filename="../MultiProject/MultiProject.py" line="547"/>
         <source>Multiproject Files (*.e5m)</source>
         <translation>多重项目文件 (*.e5m)</translation>
     </message>
@@ -46044,35 +46044,65 @@
 <context>
     <name>MultiProjectBrowser</name>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="332"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="395"/>
         <source>Open</source>
         <translation>打开</translation>
     </message>
     <message>
         <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/>
         <source>Remove</source>
-        <translation>移除</translation>
-    </message>
-    <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="334"/>
+        <translation type="obsolete">移除</translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="400"/>
         <source>Properties</source>
         <translation>属性</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="346"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="412"/>
         <source>Configure...</source>
         <translation>配置…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="343"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="409"/>
         <source>Add Project...</source>
         <translation>添加项目…</translation>
     </message>
     <message>
-        <location filename="../MultiProject/MultiProjectBrowser.py" line="238"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="242"/>
         <source>Not categorized</source>
         <translation>未分类</translation>
     </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="308"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="319"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="396"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="398"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>MultiProjectPage</name>

eric ide

mercurial