Skip to content

Missing line break between compiler warning and multiple libraries notification #3308

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

Closed
per1234 opened this issue Jun 9, 2015 · 4 comments
Assignees
Labels
Component: IDE user interface The Arduino IDE's user interface
Milestone

Comments

@per1234
Copy link
Collaborator

per1234 commented Jun 9, 2015

Using Arduino IDE 1.6.5 Hourly Build 2015/06/08 03:34 under Windows 7 64 bit
Very minor issue but I thought I'd mention:

  • Include library that has multiple copies installed.
  • Add code to sketch that causes a compiler warning.
  • Compile sketch - there is no line break between the last warning and the multiple libraries notification.
    clipboard01
    If I paste the text here I do get the line break in the proper place.
@ffissore ffissore self-assigned this Jun 9, 2015
@ffissore ffissore added the Component: IDE user interface The Arduino IDE's user interface label Jun 9, 2015
@ffissore ffissore modified the milestones: Release 1.6.5, Release 1.6.6 Jun 9, 2015
@per1234
Copy link
Collaborator Author

per1234 commented Jun 26, 2015

This issue is not limited to the multiple libraries notification. For example when
compiling the Ethernet library AdvancedChatServer example with Compiler warnings: All:
clipboard01
There is a missing line break between two warnings.

@ffissore
Copy link
Contributor

I've started working on a fix by reimplementing the EditorConsole. Some initial work is available at https://github.com/ffissore/Arduino/tree/new-console but it's still not mature enouhg

@ffissore
Copy link
Contributor

Give a try to #3433 it's ready to be merged, it needs just some positive feedback

@per1234
Copy link
Collaborator Author

per1234 commented Jun 30, 2015

Works fine for me. Thanks!

@per1234 per1234 closed this as completed Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface
Projects
None yet
Development

No branches or pull requests

2 participants