Bug 455664 - Support undo after formatting save action
Summary: Support undo after formatting save action
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 11:29 EST by Marc-André Laperle CLA
Modified: 2020-09-04 15:23 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2014-12-18 11:29:18 EST
Since bug 241355 was resolved, it is now possible to format the code as a save action. In JDT, it is possible to cancel that formatting step using undo (Ctrl-Z) and still save the file. It would be good to have this in CDT. That way, it will be possible to change a small portion of a file without potentially generating a large diff because of the auto-formatting in the rest of the file.