That would be here, I think: https://github.com/pyzo/pyzo/blob/master/pyzo/core/editorTabs.py#L1596
If you're using the binary version of Pyzo, you can edit the code in pyzo_app/source/pyzo/core/editorTabs.py. Regards, Almar On Mon, Sep 16, 2019, at 15:31, Valentin Vinoles wrote: > Please do so, I am interested. Thanks you ! > > > Le lundi 16 septembre 2019 20:50:06 UTC+8, Almar Klein a écrit : >> There is no setting to make Pyzo behave this way. You could modify the >> source to do this. I could point you to the lines of code that you should >> remove/adjust, if you're interested :) >> >> - Almar >> >> On Mon, Sep 16, 2019, at 14:28, Valentin Vinoles wrote: >>> >>> Hello, >>> >>> when starting Pyzo, the previous .py files are loaded in the editor. For >>> instance, if I work on files named file1.py and file2.py in Pyzo, then >>> restarting Pyzo, file1.py and file2.py will be open in the editor. I want >>> to disable that so when starting Pyzo, there is nothing in the editor (or a >>> empty new .py file is ok too). >>> >>> Is it possible to do that ? >>> >>> Thanks ! >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Pyzo" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To view this discussion on the web, visit >>> https://groups.google.com/d/msgid/pyzo/ad9c8634-b649-4fcc-988d-5edd76a8012c%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/pyzo/ad9c8634-b649-4fcc-988d-5edd76a8012c%40googlegroups.com?utm_medium=email&utm_source=footer>. >> > > -- > You received this message because you are subscribed to the Google Groups > "Pyzo" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/pyzo/5bad1891-82ad-4680-aa7a-4503e8f55c68%40googlegroups.com > > <https://groups.google.com/d/msgid/pyzo/5bad1891-82ad-4680-aa7a-4503e8f55c68%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyzo/f2991ec0-2ecd-49f2-bfb9-bc00b665f2db%40www.fastmail.com.
