Bug 77500

Summary: Flush unused spaces immediately when saving file.
Product: [Applications] kate Reporter: Philippe A <futhark77>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 2.2.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Philippe A 2004-03-13 18:41:46 UTC
Version:           2.2.1 (using KDE KDE 3.2.1)
Installed from:    RedHat RPMs
OS:          Linux

Why wait for a file to be reopened to clear unused spaces? I
think unused spaces should be flushed whenever the file is 
saved, and the cursor send to end of line whenever required. 
If we mean not to keep unused spaces, there is no benefit 
waiting for the next file open to clear them.
Comment 1 Jesse 2004-03-13 20:41:14 UTC
Technically the spaces are stripped on save.  However, they're stripped on the saved file.  Not the file you see in the editor.  To get the behavior you want to see: Save file and then hit F5 to reload.  They are now gone. Anyhow, reading the description of 69316 will indicate this is a dup 

*** This bug has been marked as a duplicate of 69316 ***