Skip to content

Commit

Permalink
CHE-9541. Notify consumers about file is opened at restoring IDE state
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed May 15, 2018
1 parent f2ff0f8 commit 8ad0c55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ public void onEditorOpened(EditorPartPresenter editor) {
openEditorCallback.onEditorActivated(editor);

eventBus.fireEvent(new EditorOpenedEvent(file, editor));
eventBus.fireEvent(FileEvent.createFileOpenedEvent(file));
}

@Override
Expand Down

0 comments on commit 8ad0c55

Please sign in to comment.