8000 NOVA - Properly handling opening files on the device and REPL auto clear · Issue #341 · JetBrains/intellij-micropython · GitHub
[go: up one dir, main page]

Skip to content
NOVA - Properly handling opening files on the device and REPL auto clear #341
@lukaskremla

Description

@lukaskremla

In the latest pre-alpha 12 opening a file on the device file system with Auto Clear REPL enabled doesn't clear the REPL terminal like it did in the previous versions, but each time a file is transferred via serial communication, so that it can be accessed, the intro message gets printed:

MicroPython v1.24.0 on 2024-10-25; Generic ESP32S2 module with ESP32S2
Type "help()

Now, if I am not mistaken, the file transfer halts the program running on the device, and the only way to make it run again is to flash a new file or send the RESET command either via a GUI action or via a shortcut, all of these options should correctly trigger the Auto Clear REPL functionality.

Would it be possible to also suppress the intro message specifically for the file transfers which happen to facilitate the "Open File" functionality?

If so, it seems like the last step necessary to polish the interaction between the file opening and REPL auto clearing functionalities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0