We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5326f5f commit 18d108dCopy full SHA for 18d108d
larray_editor/editor.py
@@ -956,6 +956,7 @@ def complete_slice(s):
956
if 'commands were written to file' not in stdout:
957
raise Exception(stdout)
958
self.recent_saved_scripts.add(filepath)
959
+ self.statusBar().showMessage(f"Command history was saved to {os.path.basename(filepath)}", 6000)
960
except Exception as e:
961
QMessageBox.critical(self, "Error", f"Cannot save history as {os.path.basename(filepath)}:\n{e}")
962
0 commit comments