Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Status concatenates Opening... and Downloading... messages from PropLoader #267

Open
PropGit opened this issue Dec 22, 2016 · 0 comments
Assignees
Labels

Comments

@PropGit
Copy link
Contributor

PropGit commented Dec 22, 2016

I can't understand why this is happening, but some messages from PropLoader are concatenated by SimpleIDE on the Build Status window.

One such case is the Opening... and Downloading messages...

For example, with the Blank Simple Project, at the point of downloading, Build Status looks like:

Opening file 'cmm/Blank Simple Project.elf'Downloading file to port /dev/cu.usbserial-WX9S5M0
8296 bytes sent

Verifying RAM
Download successful!

Notice that most of the messages appear on separate lines (as they do with PropLoader on the command line) but the Opening... and Downloading... messages are concatenated together on the first line.

The IDE Debug Info looks like this: "Opening file 'cmm/Blank Simple Project.elf'\nDownloading file to port /dev/cu.usbserial-WX9S5M0\n..."

I've seen occasional other messages appear concatenated too, but at the moment I don't see that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants