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 268952 - Allow git commit window to display full screen
Summary: Allow git commit window to display full screen
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: Dev
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-12 06:03 UTC by amobilia
Modified: 2016-11-12 14:58 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshoot (85.10 KB, image/png)
2016-11-12 06:03 UTC, amobilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amobilia 2016-11-12 06:03:30 UTC
Created attachment 162888 [details]
Screenshoot

Add Maximize & minimize button to the diff view window (as the netbeans windows).

Actually, to get the window in fullscreen, you need to manually change height and width of the window
Comment 1 amobilia 2016-11-12 06:03:48 UTC
Product Version: NetBeans IDE Dev (Build 201611040002)
Java: 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 25.101-b13
Runtime: Java(TM) SE Runtime Environment 1.8.0_101-b13
System: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
User directory: C:\Users\Anael\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Anael\AppData\Local\NetBeans\Cache\dev
Comment 2 Ondrej Vrabec 2016-11-12 07:59:23 UTC
The screenshot does not show a diff view but a commit dialog with built-in diff panel. We cannot extract the diff panel from a modal dialog and display it fullscreen. To display a fullscreen diff view, open  the Diff window as with Git -> Diff.
Comment 3 amobilia 2016-11-12 08:54:13 UTC
(In reply to Ondrej Vrabec from comment #2)
> The screenshot does not show a diff view but a commit dialog with built-in
> diff panel. We cannot extract the diff panel from a modal dialog and display
> it fullscreen. To display a fullscreen diff view, open  the Diff window as
> with Git -> Diff.

Thanks for these details.

On which component need I to open a bug to get the ability to put the windows on full screen ?

Regards,
Anael
Comment 4 Ondrej Vrabec 2016-11-12 11:54:05 UTC
Is Alt+Shift+Enter not what you want (View -> Full screen)?
Comment 5 amobilia 2016-11-12 14:12:03 UTC
(In reply to Ondrej Vrabec from comment #4)
> Is Alt+Shift+Enter not what you want (View -> Full screen)?

Check the screenshoot : there isn't any action bar or buttons on this window, only the "red cross" to close it.
It only need to have the maximize and minimize action on the tight top corner (as any "normal" window of the editor.
Comment 6 Ondrej Vrabec 2016-11-12 14:25:25 UTC
So you actually want to maximize the git commit window, right?
Comment 7 amobilia 2016-11-12 14:58:18 UTC
(In reply to Ondrej Vrabec from comment #6)
> So you actually want to maximize the git commit window, right?

Indeed :-)