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 - Commit -> add a global checkbox
Summary: Commit -> add a global checkbox
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-25 10:33 UTC by amobilia
Modified: 2016-08-30 03:05 UTC (History)
1 user (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 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.