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 237304 - multi-row tabs creates new line when clicking on output/search window
Summary: multi-row tabs creates new line when clicking on output/search window
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 10:38 UTC by Syco
Modified: 2014-07-03 14:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screen1 (121.08 KB, image/png)
2013-10-18 13:17 UTC, Syco
Details
screen2 (126.92 KB, image/png)
2013-10-18 13:18 UTC, Syco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Syco 2013-10-18 10:38:53 UTC
I've enabled multi-row tabs, with one row per project, but when I click on an error in the output window the editor doesn't jump to the file already opened, instead it creates a new row in the multi-row with only this file.
Is it possible to make it understand the file is already open and/or the project has already a line?
Comment 1 Stanislav Aubrecht 2013-10-18 10:41:25 UTC
Please provide a screen shot and exact steps to reproduce the problem and reopen, thanks.

Also, how does it behave when you disable multi-row tabs?
Comment 2 Syco 2013-10-18 13:17:46 UTC
Created attachment 141255 [details]
screen1
Comment 3 Syco 2013-10-18 13:18:06 UTC
Created attachment 141256 [details]
screen2
Comment 4 Syco 2013-10-18 13:23:18 UTC
I have this qt project open, I did some changes that introduced errors and then compiled.
The files changed are Lead.cpp and Lead.h, the error is in AgentDialler.cpp.
AgentDialler.cpp is in the same project of the other 2 files.
When I click on the error in the output window AgentDialler.cpp is opened in a new row (you can see it in the second screenshot), is it correct? Or it should be in the same row of the other files?

If from this state I disable the multi-row functionality the interface is updated correctly with all the files in one row.
Comment 5 Stanislav Aubrecht 2013-10-18 14:36:54 UTC
Seems to work fine in Java projects. Can try creating a simple Java project to reproduce the problem? Thanks
Comment 6 Syco 2013-10-18 15:03:33 UTC
It works fine with java projects,
working more with this qt project I noticed also that it happens randomly.
To take the screenshots I couldn't reproduce it, I had to wait it to happen again.
Comment 7 Stanislav Aubrecht 2014-07-03 14:38:13 UTC
Multi-row tabs have been updated in the dev builds, so please reopen if still reproducible, thanks.