-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
1.6.0 IDE verbose compile output misdirected while compiling with multiple projects open at same time #2680
Comments
That's an old issue, although never reported before. Thanks, we'll fix it asap |
This will be hard to fix. IDE uses plain access to stdout/stderr, which is intercepted and duplicated on both original stdour/err and current editor console. This means that the IDE is unable to understand the difference between something happening on one window and something happening on another window. Solution is to replace each stdour/err call to a call to the local editor console. They are everywhere, so it will take time |
IMO, consider this more of a request for enhancement than a bug - I'm That said, it is not unusual to see multi-arduino projects in the wild - Unfortunately, there are many obstacles to overcome, the biggest being that Since this isn't that request, and until a larger project addresses these Peace, On Mon, Jun 29, 2015 at 6:54 AM, Federico Fissore [email protected]
|
@plocher the points you mention are real, however IMHO none of it a show-stopper
IMHE(xperience) a couple hours at best. maybe even a couple more to think up some missing bits. grand total 1/2 day at best. but say I am completely wrong, and it takes 1 full day. this spring cleaning will also address #4221 before someone asks, my codebase has diverged a lot (looks more like a 2.0 at this point) last week when I added multi editor types (a match for Arduino Create, see #4197), but if not obvious (a subjective topic by all means) it is IMHE easy (measured by amount of code) to make these changes |
[LMDONE] |
MacOS Java6 IDE 1.6.0
BUG: watch the first sketch's compile output be redirected to the second sketch's window's output region.
The text was updated successfully, but these errors were encountered: