From a0c80cdf355e5145a34ec46be07af073ba28fc86 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 19 Aug 2015 12:51:10 +0200 Subject: [PATCH] a bit of javadoc --- .../intellij/openapi/fileEditor/ex/FileEditorManagerEx.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java index cbf0fc39326a..f9473685cf8b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java @@ -66,6 +66,11 @@ public abstract class FileEditorManagerEx extends FileEditorManager implements B @Nullable public abstract VirtualFile getFile(@NotNull FileEditor editor); + /** + * Refreshes the text, colors and icon of the editor tabs representing the specified file. + * + * @param file the file to refresh. + */ public abstract void updateFilePresentation(@NotNull VirtualFile file); /**