IntelliJ's diff tool APIs Permanently deleted user 创建于 2013年09月11日 11:38 HiI want to know if there's an API for IntelliJ's diff tool so it can be used from within plugins, as I want to show the VCS diff of specific file from the plugin
Yes. See the DiffManager and DiffTool classes.
In the meantime the classes DiffManager and DiffTool are deprecated. What is now the prefered way to use the diff tool?