This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187939

Summary: Output window does not support the / r / b output
Product: platform Reporter: gohsy
Component: Output WindowAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ppis
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description gohsy 2010-06-22 12:20:36 UTC
Product Version = NetBeans IDE 6.9 (Build 201006101454)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_17
Runtime = Java HotSpot(TM) Client VM 14.3-b01

e.g. 例如,在java模式中,我使用 
system.out.print("a123/r");
system.out.print("b321/r");
在windows shell中是在同一行输出的,但在netbeans的输出窗口中,却是连续输出的,没有按照表达式的原意输出,这个应该是一个不完善的bug吧。
Comment 1 Peter Pis 2010-06-22 12:31:59 UTC
In English please.
Comment 2 Marian Mirilovic 2010-06-28 07:30:18 UTC
Translate by Google:
e.g. For example, in java mode, I use
system.out.print("a123/r");
system.out.print("b321/r");
In the windows shell is output in the same line, but in netbeans output window, but it is a continuous output, with no expression of intent in accordance with the output, this should be a bug it imperfect.
Comment 3 Martin Entlicher 2011-01-22 00:35:33 UTC
You mean backslash instead of slash...
Duplicate of issue #130857.
There's issue #142692 for \b.

*** This bug has been marked as a duplicate of bug 130857 ***