Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How to save files?
Permanently deleted user
Created
I tried e.getProject.save() in actionPerformed(AnActionEvent e) but it does not seem to be saving consistently. How do I save the current all the current edited files in the project?
I tried FileDocumentManager.getInstance().saveAllDocuments(); and it works, but I m wondering what does project.save() do?
It saves the project file(s) (.ipr or .idea/*.xml).