We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43bbef commit 8a774efCopy full SHA for 8a774ef
spyder/plugins/editor/widgets/main_widget.py
@@ -1627,7 +1627,7 @@ def register_editorstack(self, editorstack):
1627
editorstack.text_changed_at.connect(self.text_changed_at)
1628
editorstack.current_file_changed.connect(self.current_file_changed)
1629
editorstack.plugin_load.connect(self.load)
1630
- editorstack.plugin_load[()].connect(self.load)
+ editorstack.plugin_load[()].connect(self._plugin.main.load_files)
1631
editorstack.edit_goto.connect(self.load)
1632
editorstack.sig_save_as.connect(self.save_as)
1633
editorstack.sig_prev_edit_pos.connect(self.go_to_last_edit_location)
0 commit comments