Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Synchronize standard and error output in console

Thank you both. I didn't know about looking at HTML source, that is a useful tidbit for next time.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Thu, 8 Aug 2019 at 13:10, Paul Pazderski <paul-eclipse@xxxxxxxxxxxxx> wrote:
Hi Jonah,

it is implemented with
https://bugs.eclipse.org/bugs/show_bug.cgi?id=32205 which should also
contain all relevant details for adaption.
In case you don't know those N&N entries contain the most relevant bug
entries as HTML comments in there source.

But this feature has not so much implementation by itself. Mostly the
GUI option which sets a launch attribute. It is the responsibility of
the launch delegate to start the process in a way that stderr is
redirected to stdout.

The primary impact is that Eclipse Console can not distingish stderr
from stdout and therefore will color error output the same as standard
output.

Best regards
Paul

Am 08.08.2019 um 18:20 schrieb Jonah Graham:
> Hi folks, 
>
> can someone point me at where the following was implemented? I would
> like to consider doing the same for CDT and understand its impact. 
> https://www.eclipse.org/eclipse/news/4.13/jdt.php#console-output-synchronization  
>
> Thank you
> Jonah
> ~~~
> Jonah Graham
> Kichwa Coders
> www.kichwacoders.com <http://www.kichwacoders.com>
>
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jdt-dev
>

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top