Closed jerone closed 8 years ago
sorry for late, i'll check.
To: @jerone
When save-all, do i check a jade-file changed or not? Even when a jade file is not changed, do i beautify it?
Good question! I wouldn't mind if you save unchanged files, but I know other people who use filewatchers for for example Grunt might have issues with that. I would check how atom-beautify does it.
How about give new config option "Beautify on save-all", Even the jade file is not modified, I is enforced to beautify. Waiting your opinion.
@jerone Any update?
@vingorius Sorry must have missed your reply.
Apparently people don't like it when non-modified files are saved.
I would just implement the save-all feature (for modified files only), because when I save it I expect it to be beautified and compiled too. Maybe adding a default enabled option would help others.
Does this help you?
When editing multiple documents and then pressing Save All (command
window:save-all
) this package doesn't seems to execute, while normal Save (commandcore:save
) does work.