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 253180

Summary: Commit -> add a global checkbox
Product: versioncontrol Reporter: amobilia
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description amobilia 2015-06-25 10:33:18 UTC
On an existing project, with GIT versionning :

- Delete a folder with many files
- Add a new folder with many files (in my case js tools dependencies)

When you go to Team -> Commit, new files are checked, but not the deleted.

You have to chech every case one after one.

What's expected :
Have a default checkbox which :
-> If checked, check all files on the Files to commit area
-> If unchecked, uncheck all files on the Files to commit area
Comment 1 Ondrej Vrabec 2015-06-25 11:13:40 UTC
1) Ctrl+A - selects all files in the commit dialog
2) Right-Click to open popup menu
3) Exclude/Include from commit -> does what you want, checks/unchecks all the files for commit.

Sorry, we decided long time ago we would not add additional checkboxes because the UI will not be simple but too complex.