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 259070 - text is selected differently when wrapped by term or not
Summary: text is selected differently when wrapped by term or not
Status: REOPENED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 07:16 UTC by Vladimir Voskresensky
Modified: 2016-08-22 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-04-30 07:16:16 UTC
Let's say I have in terminal:
#cp /home/vv159170/devarea/sputnik-trunk/contrib/JConvert/build/tests/HeaderSearch.java /home/vv159170/devarea/sputnik-trunk/contrib/JConvert/build/tests/StringRef.java

In usual term both lines parts started by /home and ends by .java will be selected if dbl-click inside this line part. Even when line is printed on two line screens due to term width.
In our terminmal wrapped line will change selected:
if you dbl-click before wrap => first part will be selected
if you dbl-click after wrap => second part will be selected
Expected:
full line part should be selected (like unwrapped and line in usual term)
Comment 1 Quality Engineering 2016-05-13 10:28:15 UTC
Integrated into 'main-silver', will be available in build *201605130844* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3f6ed7340b29
User: Ilia Gromov <ilia@netbeans.org>
Log: additional fix - #259070 text is selected differently when wrapped by term or not