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 243405 - Git -> Pull/Push Command doesn't prompt the Output dialog.
Summary: Git -> Pull/Push Command doesn't prompt the Output dialog.
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 11:44 UTC by Christian Lenz
Modified: 2016-06-28 09:19 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-03-31 11:44:41 UTC
When I make Git -> pull from upstream (for example a HTML5 project) with mouse or with a hotkey, the output window will not appear. When I right click on Gruntfile.js and execute a grunt tast like build, the output window appears and show me the output. It would be very helpful to have the same behavior for Pull/Push or for all commands which do some output.


Regards

Chris
Comment 1 Ondrej Vrabec 2014-03-31 11:57:31 UTC
That's true intrusive for version control actions, it was decided a long time ago by the UI team not to automatically open the output window upon every version control action. Just make sure Tools -> Options -> Team -> Git -> Automatically open output tabs is on and the Output window is already open. Then a git action will open the tab in the window every time. But of course if you closed the output window it would not be opened again.
Comment 2 Christian Lenz 2014-03-31 12:33:01 UTC
The option is enabled and the window is open but undocked and if the output window has more tabs, for me I have 3 or 4 different tabs for differend git projects, on command execute, it will not switch to this tab.
Comment 3 Christian Lenz 2015-09-10 11:02:40 UTC
I think it's the same as here and in my case it's still broken:
https://netbeans.org/bugzilla/show_bug.cgi?id=233106
Comment 4 Ondrej Vrabec 2015-09-10 11:25:16 UTC
(In reply to ChrisLE from comment #3)
> I think it's the same as here and in my case it's still broken:
> https://netbeans.org/bugzilla/show_bug.cgi?id=233106
No, it's not the same.
Your request is about activating the output tab when you run pull/push. The output tab is opened, but still not activated (focused).
Comment 5 Christian Lenz 2015-09-10 12:30:12 UTC
Ok I understand, but the problem is that the output tab doesn't get open although I enabled the option for this.