Ouput window bug
The output window does not handle ctrl-c properly, as the copy to clipboard
is done but the character is not consumed, so an unprintable character is
inserted into the output window.
This is present in 3.3.2 and 3.4RC1
I am using jdk 1.4.0-b92 on windows 2000
Mike Skells
# 1
Hi Mike,
unfortunately that is already reported bug, see:
http://www.netbeans.org/issues/show_bug.cgi?id=17337
Regards,
-Ales
Mike Skells wrote:
> The output window does not handle ctrl-c properly, as the copy to clipboard
> is done but the character is not consumed, so an unprintable character is
> inserted into the output window.
> This is present in 3.3.2 and 3.4RC1
>
> I am using jdk 1.4.0-b92 on windows 2000
>
> Mike Skells