Skip to content

Output panel should open immediately at press of "verify" or "upload" #1175

Closed
@ubidefeo

Description

@ubidefeo

Describe the request

Modify the behaviour of the output panel upon "verify" or "upload" actions being triggered

As requested by @tigoe in #279 we should better communicate to the user the following as bare minimum:

  • something is happening
  • what is happening
    • verify start
    • verify success
    • upload start
    • upload success
  • interleave these messages to the tools' standard output we'd see when "verbose" is on

Describe the current behavior

The behaviour of the output panel differs from IDE 1.x as it won't open immediately at begin of "verify" or "upload" actions.
When compile/upload verbose is disabled, especially since the buttons are disabled at click, this can create the impression that nothing is happening until successful compilation (or error) output needs to be displayed triggering the opening of the output panel.

Arduino IDE version

2.0 (all)

Operating system

N/A

Operating system version

n/a

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
    I verified the feature was still missing when using the latest nightly build
    My request contains all necessary details

Activity

removed their assignment
on Jul 13, 2022
kittaakos

kittaakos commented on Jul 15, 2022

@kittaakos
Contributor
  • something is happening

  • what is happening

    • verify start
    • verify success
    • upload start
    • upload success

We agreed on the followings:

  • IDE2 does not add additional content to the Output (such as verify started, upload completed, etc. messages) but uses the out_stream and err_stream from the CLI as they are (see: CompileResponse, UploadResponse, UploadUsingProgrammerResponse, and BurnBootloaderResponse),
  • For the verify and compile commands, IDE2 will support progress indication as part of Show 'progress' indicator during verify/upload #575.
added 5 commits that reference this issue on Jul 28, 2022
e475926
8d7f888
633fd9c
3789ec4
d930d8f
added a commit that references this issue on Jun 21, 2024
e156dcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @kittaakos@ubidefeo@AlbyIanna@per1234@91volt

    Issue actions

      Output panel should open immediately at press of "verify" or "upload" · Issue #1175 · arduino/arduino-ide