##// END OF EJS Templates
Merge pull request #12169 from meeseeksmachine/auto-backport-of-pr-12167-on-7.x...
Matthias Bussonnier -
r25572:07330e3c merge
parent child Browse files
Show More
@@ -322,6 +322,7 b' class TerminalInteractiveShell(InteractiveShell):'
322 322 mouse_support=self.mouse_support,
323 323 enable_open_in_editor=self.extra_open_editor_shortcuts,
324 324 color_depth=self.color_depth,
325 tempfile_suffix=".py",
325 326 **self._extra_prompt_options())
326 327
327 328 def _make_style_from_name_or_cls(self, name_or_cls):
@@ -250,7 +250,6 b' def newline_autoindent_outer(inputsplitter) -> Callable[..., None]:'
250 250
251 251
252 252 def open_input_in_editor(event):
253 event.app.current_buffer.tempfile_suffix = ".py"
254 253 event.app.current_buffer.open_in_editor()
255 254
256 255
General Comments 0
You need to be logged in to leave comments. Login now