How to save files? Permanently deleted user 创建于 2014年10月16日 22:37 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?Thanks!
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).