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 251491 - Add recursing capabilities for "Remove trailing spaces"
Summary: Add recursing capabilities for "Remove trailing spaces"
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 02:31 UTC by kalle1
Modified: 2015-04-02 11:21 UTC (History)
0 users

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 kalle1 2015-03-30 02:31:08 UTC

    
Comment 1 Dusan Balek 2015-04-02 10:02:50 UTC
Could you please describe in more detils what is requested? Thanks
Comment 2 kalle1 2015-04-02 11:21:38 UTC
Sure! Currently the menu item `Source -> Remove Trailing Spaces` only works for the source file which is opened in the editor. Other functions like `Source -> Format` work for both the file opened in editor as well as for file trees in the projects view ("recursively"). There's no reason why removing of trailing spaces shouldn't work like formatting sources does as described.