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

Summary: Add recursing capabilities for "Remove trailing spaces"
Product: editor Reporter: kalle1
Component: Formatting & IndentationAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.