--- a/RefactoringRope/i18n/rope_en.ts Fri Oct 06 18:39:09 2017 +0200 +++ b/RefactoringRope/i18n/rope_en.ts Fri Oct 06 18:49:50 2017 +0200 @@ -237,13 +237,32 @@ <context> <name>CodeAssistServer</name> <message> - <location filename="../CodeAssistServer.py" line="247"/> - <source>'{0}' is not supported because the configured interpreter could not be started.</source> + <location filename="../CodeAssistServer.py" line="241"/> + <source>The data received from the code assist server could not be decoded. Please report this issue with the received data to the eric bugs email address. +Error: {0} +Data: {1} +</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../CodeAssistServer.py" line="252"/> - <source>'{0}' is not supported because no suitable interpreter is configured.</source> + <location filename="../CodeAssistServer.py" line="251"/> + <source>An exception happened in the code assist client. Please report it to the eric bugs email address. +Exception: {0} +Value: {1} +Traceback: {2} +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../CodeAssistServer.py" line="283"/> + <source>'{0}' is not supported because the configured interpreter could not be started. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../CodeAssistServer.py" line="288"/> + <source>'{0}' is not supported because no suitable interpreter is configured. +</source> <translation type="unfinished"></translation> </message> </context> @@ -563,12 +582,12 @@ <context> <name>JsonServer</name> <message> - <location filename="../JsonServer.py" line="148"/> + <location filename="../JsonServer.py" line="151"/> <source>JSON Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonServer.py" line="148"/> + <location filename="../JsonServer.py" line="151"/> <source><p>The response received from the client could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message>