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 182285 - Check/Uncheck Selected as popup action for download/upload dialog
Summary: Check/Uncheck Selected as popup action for download/upload dialog
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 10:28 UTC by _MHM_
Modified: 2012-02-07 09:59 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 _MHM_ 2010-03-18 10:28:16 UTC
New tree dialog is great, but some features would be good.

- "Check/Uncheck Selected" - When I select multiple files/dirs and click on checkbox, status is changed only on clicked line, not for all selected lines. This function or special button for this would be great.

- "Some other status of dir checkbox when not selecting all files in sub-tree" - for example unchecked gray checkbox

- "Don't make LIST for the full tree after click on Download." - Sometimes I work on giant ftp with a complex tree structure and when I need download new files from ftp root, NB dialog is unusable. Initialization of Download dialog takes several minutes. Far better would be to make LIST on subfolders until it is needed - after 'open' dir in dialog or after submit dialog when downloading files in dir.


Of course, thans for your excellent work on NB.


//I tested dialog on NetBeans-dev-2010-03-18_09-05-07 -php.zip
Comment 1 Tomas Mysik 2010-03-22 11:36:36 UTC
(In reply to comment #0)
> - "Check/Uncheck Selected" - When I select multiple files/dirs and click on
> checkbox, status is changed only on clicked line, not for all selected lines.
> This function or special button for this would be great.

IMHO should be an action (in popup menu).

> - "Some other status of dir checkbox when not selecting all files in sub-tree"
> - for example unchecked gray checkbox

Already fixed.

> - "Don't make LIST for the full tree after click on Download." - Sometimes I
> work on giant ftp with a complex tree structure and when I need download new
> files from ftp root, NB dialog is unusable. Initialization of Download dialog
> takes several minutes. Far better would be to make LIST on subfolders until it
> is needed - after 'open' dir in dialog or after submit dialog when downloading
> files in dir.

Not so easy to implement, but maybe could be considered for the next release.

BTW for the next time, please report issue for each particular enhancement/issue so we can track their progress separately and so more precisely (and you can be better informed).

Thanks.
Comment 2 _MHM_ 2010-03-22 19:03:47 UTC
I test now build "NetBeans-dev-2010-03-22_18-04-38 -php.zip" on win XP and linux (debian lenny) and...


> IMHO should be an action (in popup menu).
No popup menu in download/upload dialog on both OS.


> > - for example unchecked gray checkbox
> Already fixed.
On linux not working for me (status is visually only checked/unchecked).
On windows works good, bud one small bug. Dir status don't change to unchecked, when I manually unselect all files/dirs in it. This problem is on both OS.


> Not so easy to implement, but maybe could be considered for the next release.
Thanks. It would be great.


> BTW for the next time, please report issue for each particular
> enhancement/issue so we can track their progress separately and so more
> precisely (and you can be better informed).
OK. Sorry. This is my first/second issue in my life. I make it better next time.
Comment 3 Tomas Mysik 2010-03-22 19:18:52 UTC
(In reply to comment #2)
> > IMHO should be an action (in popup menu).
> No popup menu in download/upload dialog on both OS.

That's right, it is not done yet ;)

> > Already fixed.
> On linux not working for me (status is visually only checked/unchecked).
> On windows works good, bud one small bug. Dir status don't change to unchecked,
> when I manually unselect all files/dirs in it. This problem is on both OS.

Please, submit a new issue with exact steps to reproduce, I will fix it.

> OK. Sorry. This is my first/second issue in my life. I make it better next
> time.

It's OK, no need to say sorry.

Thanks.
Comment 4 _MHM_ 2010-03-22 20:13:57 UTC
> That's right, it is not done yet ;)
OK. :D

> Please, submit a new issue with exact steps to reproduce, I will fix it.
issue #182523

Thanks.
Comment 5 Filip Zamboj 2010-09-15 12:37:33 UTC
batch reassigning
Comment 6 Tomas Mysik 2012-02-07 09:59:20 UTC
I guess the only thing left to do here is this:

(In reply to comment #0)
> - "Check/Uncheck Selected" - When I select multiple files/dirs and click on
> checkbox, status is changed only on clicked line, not for all selected lines.
> This function or special button for this would be great.